HTML <div> <img src=”images/dog-over.gif” alt=”Dog” /> <img src=”images/cat-over.gif” alt=”Cat” /> <img src=”images/mouse-over.gif” alt=”Mouse” /> </div> CSS .preload{display:none;}
Category Archives: HTML – XHTML
HTML5 and CSS3 Media Queries
HTML5 and CSS3 Media Queries Tom Duggin shows us how we can use HTML5 and CSS3 media queries to take control of our presentations across desktop browsers, mobile devices and slate computers.
Jquery Librarys / Plugins
My favorites Jquery ajax librarys / plug-ins
Mega Drop Down Menus w/ CSS & jQuery
While in the process of redesigning 4wheelparts.com, I decided to explore new methods of working with our huge number of inventory and categories. I did some research and noticed a new trend for ecommerce sites in having what they call “mega drop down menus”. According to usability expert Jakob Nielson, mega drop down menus tested …
HTML 5 Audio Tag
<!DOCTYPE HTML> <html> <body> <audio src=”horse.ogg” autoplay=”autoplay” loop=”loop” controls=”controls” > Your browser does not support the audio element. </audio> </body> </html> http://www.w3schools.com/html5/tag_audio.asp
HTML5 Video Player
http://jilion.com/sublime/video Current features HTML5 video goodness: no browser plugin, no Flash dependencies jump anywhere in the video and it’ll start buffering from that point Uniform UI across all browsers Standalone pure JavaScript library Full-window mode: Sleek zoom-in/out transitions Live-resizing (when resizing the browser window) More advanced controls on a draggable pane Double-click video to enter …