Eps 14: Rotating Images – Talking HTML episode artwork

EPISODE · Oct 21, 2015 · 11 MIN

Eps 14: Rotating Images – Talking HTML

from podcast Archives ⋆ Schaffen Creative

Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out Please go to iTunes and Stitcher to rate the show! Ratings get listeners!! If you leave a good comment it could end up on the front page of the site!   http://www.Webdevpod.com for all the content and links @TNPWDesign @tommnorman DreamHost promo code – tnpw     Code <!DOCTYPE html> <html lang=”en”> <head> <title> </title> <meta charset=”utf-8″> <!–[if lt IE 9]> <script src=”http://html5shim.googlecode.com/svn/trunk/html5.js”></script> <![endif]–> </head> <style> #wood { /* 1st set of icons. Rotate them 360deg onmouseover and out */ -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } img#wood:hover{ -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } </style> <body> <img src=”images/other-room.png” id=”wood”> </body> </html> The post Eps 14: Rotating Images – Talking HTML appeared first on Schaffen Creative.

Episode metadata supplied by the publisher feed · Published Oct 21, 2015

Embed this episode

NOW PLAYING

Eps 14: Rotating Images – Talking HTML

0:00 11:11

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

No similar episodes found.

No similar podcasts found.

Frequently Asked Questions

How long is this episode of podcast Archives ⋆ Schaffen Creative?

This episode is 11 minutes long.

When was this podcast Archives ⋆ Schaffen Creative episode published?

This episode was published on October 21, 2015.

Can I download this podcast Archives ⋆ Schaffen Creative episode?

Yes. Use the download control on the episode player to save the publisher-provided media file.
URL copied to clipboard!