Help - Search - Members - Calendar
Full Version: Creating A Html Slide Show.
Zymic Webmaster Forums > Web Design & Development > Client Side Scripting > HTML and CSS
k.digennaro
Basically I want to create a gallery on my page, I think the best way to do this would to just create a slide show. I'm not sure how to do this in html. The only way I can think of is just to create an animation with unfreeze. Any suggestions?
Thanks,
Kevin
nitsuarox
Go to http://www.dynamicdrice.com and search for gallery theres alot on there
MrTouz
if you want HTML only... its the marquee tag.

CODE
<marquee direction="left">
<img src="myfirstimage.jpg">
<img src="myfirstimage.jpg">
<img src="myfirstimage.jpg">
<img src="myfirstimage.jpg">
</marquee>


its the basic HTML slide... but html sucks at slides tongue.gif CSS can be added to boost it up, and better use Javascript... which can make things magic !
k.digennaro
Thanks guys, for this project I think im just going to stick with the html only code, just because it will work just fine for this page. But for my band page i might use that light box thing i saw on that link.

Thanks again,
Kevin

hmmmm, is there a way to make the marque only scroll when you put your mouse over it and move it?
MrTouz
youll have to add Javascript, "onmouseover"... youll find it easy on the web. Most of the slides show will use JS
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.