Introduction
Creating a nice and awesome enough Photo Gallery using <object> tag, yes! creating a simple photo gallery is possible using <object> tag. You can view the same at cssplay.co.uk site, this site has got everything related to CSS, this site is very much special related to CSS.
The above photo gallery was made using
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <div id="gallery"> <!--[if !IE]><!--> <object data="object/pages/image1.html" name="objectFrame" id="objectFrame" type="text/html"></object> <!--<![endif]--> <!--[if lte IE 8]> <iframe src="object/pages/image1.html" name="objectFrame" id="objectFrame" type="text/html" frameborder=0></iframe> <![endif]--> <ul id="container"> <li><a href="object/pages/image1.html" target="objectFrame"><img src="object/thumbs/P1010426T.jpg" alt="" /></a></li> <li><a href="object/pages/image2.html" target="objectFrame"><img src="object/thumbs/P1010397T.jpg" alt="" /></a></li> <li><a href="object/pages/image3.html" target="objectFrame"><img src="object/thumbs/P1010349T.jpg" alt="" /></a></li> <li><a href="object/pages/image4.html" target="objectFrame"><img src="object/thumbs/P1010286T.jpg" alt="" /></a></li> <li><a href="object/pages/image5.html" target="objectFrame"><img src="object/thumbs/P1000906T.jpg" alt="" /></a></li> <li><a href="object/pages/image6.html" target="objectFrame"><img src="object/thumbs/P1010373T.jpg" alt="" /></a></li> <li><a href="object/pages/image7.html" target="objectFrame"><img src="object/thumbs/P1000893T.jpg" alt="" /></a></li> <li><a href="object/pages/image8.html" target="objectFrame"><img src="object/thumbs/P1010323T.jpg" alt="" /></a></li> <li><a href="object/pages/image9.html" target="objectFrame"><img src="object/thumbs/P1000829T.jpg" alt="" /></a></li> <li><a href="object/pages/image10.html" target="objectFrame"><img src="object/thumbs/P1000763T.jpg" alt="" /></a></li> </ul> </div> |
Related Entries...
Last week, I had a problem with flash object which is rendering dynamically on to my web pages. Actua ...
Troubleshooting Web pages in Internet Explorer is now very easy, The Microsoft Internet Explorer Deve ...
Do you want to know and detect visitor’s browser version using JavaScript, yeah here is the script th ...
The Sprite class is new in ActionScript 3.0, This class is a basic display list building block, which ...
Introduction As we all aware that Firebug is one of the best and awesome tool to test or debug the w ...
Just think what Google Chrome would return when we run browser detection code written in JavaScript ? ...
Introduction: What is Google Wave? As the name depicts Wave is a communication channel between each ...
As we all know that Ext JS is rocking all the way in the World of Web, today there was an article fro ...
John Resig, has explained us a better and interesting way of Method Overloading. Here he has discusse ...
I think it was a great day for the people who were expecting Google to introduce Video and Voice Chat ...
























One Response
Hey, nice post, really well written. You should blog more about this. I’ll definitely be subscribing.