Thumbnail or Marquee Pictures in Module., Please help. |
Thumbnail or Marquee Pictures in Module., Please help. |
Feb 11 2006, 12:06 PM
Post
#1
|
|
|
Sweet Dreamer ![]() ![]() ![]() Group: Member Posts: 31 Joined: Jan 2006 Member No: 359,195 |
If you know either of these codes or both, that would be great/
|
|
|
|
![]() |
Feb 11 2006, 12:41 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
CODE <!-- css stuff... --> That's why I prefer mine. They'll all resize to 100px by 100px tho. Change that to whatever.<style type="text/css">.thumb img{width: 100px; height: 100px;}</style> <!-- actual image code --> <div class="thumb"> <marquee direction="up" height="100" scrollAmount="5" onMouseOver="this.scrollAmount=1" onMouseOut="this.scrollAmount=5" onMouseDown="this.scrollAmount=1" onMouseUp="this.scrollAmount=1"> <a href="url to image"><img src="url to image" alt=""></a> <a href="url to image"><img src="url to image" alt=""></a> <a href="url to image"><img src="url to image" alt=""></a> </marquee> </div> [ http://www.xanga.com/rhythmsicle ] Down at the bottom. This post has been edited by fishcake-y: Feb 11 2006, 12:45 PM |
|
|
|
beautiful3dreamer Thumbnail or Marquee Pictures in Module. Feb 11 2006, 12:06 PM
Maestro Thumbnail Code
HTML<a href='url to image... Feb 11 2006, 12:22 PM
fishcake-y I actually suggest this for thumbnails... Saves yo... Feb 11 2006, 12:31 PM
beautiful3dreamer Sorry. I actually chose to use the marquee code.
T... Feb 11 2006, 12:37 PM
beautiful3dreamer Actaullu even thumnails on a marquee? Feb 11 2006, 12:43 PM
beautiful3dreamer Thanks. :) Feb 11 2006, 12:43 PM
fishcake-y ^ Don't double-post. The edit function has a f... Feb 11 2006, 12:46 PM![]() ![]() |