Log In · Register

 
Thumbnail or Marquee Pictures in Module., Please help.
beautiful3dreame...
post 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/
 
 
Start new topic
Replies (1 - 7)
YourSuperior
post Feb 11 2006, 12:22 PM
Post #2


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



Thumbnail Code

HTML
<a href='url to image'><img src='url to image' height='100px'></a>



Marquee

HTML
<marquee direction="up" height="100" scrollAmount="5" onMouseOver="this.scrollAmount=1" onMouseOut="this.scrollAmount=5" onMouseDown="this.scrollAmount=1" onMouseUp="this.scrollAmount=1">
<img src='url to image'>
<img src='url to image'>
<img src='url to image'>
<img src='url to image'>
</marquee>
 
talcumpowder
post Feb 11 2006, 12:31 PM
Post #3


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



I actually suggest this for thumbnails... Saves you work.
CODE
<!-- css stuff... -->
<style type="text/css">.thumb img{width: 100px; height: 100px;}</style>
<!-- actual image code -->
<div class="thumb">
<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>
</div>
 
beautiful3dreame...
post Feb 11 2006, 12:37 PM
Post #4


Sweet Dreamer
***

Group: Member
Posts: 31
Joined: Jan 2006
Member No: 359,195



Sorry. I actually chose to use the marquee code.
The problem now is though that the pictures are too large. Is there a way to resize them?
 
talcumpowder
post Feb 11 2006, 12:41 PM
Post #5


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



CODE
<!-- css stuff... -->
<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>
That's why I prefer mine. They'll all resize to 100px by 100px tho. Change that to whatever.

[ http://www.xanga.com/rhythmsicle ]
Down at the bottom.


This post has been edited by fishcake-y: Feb 11 2006, 12:45 PM
 
beautiful3dreame...
post Feb 11 2006, 12:43 PM
Post #6


Sweet Dreamer
***

Group: Member
Posts: 31
Joined: Jan 2006
Member No: 359,195



Actaullu even thumnails on a marquee?
 
beautiful3dreame...
post Feb 11 2006, 12:43 PM
Post #7


Sweet Dreamer
***

Group: Member
Posts: 31
Joined: Jan 2006
Member No: 359,195



Thanks. :)
 
talcumpowder
post Feb 11 2006, 12:46 PM
Post #8


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



^ Don't double-post. The edit function has a function.
-> Topic Closed.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: