look and HELP!!!, scroll boxxx! |
![]() ![]() |
look and HELP!!!, scroll boxxx! |
Feb 4 2006, 12:54 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 108 Joined: Dec 2005 Member No: 313,990 |
hi
i was wondering how to get all my pictures that i put in a scrollbox to be the same size!! example; http://profile.myspace.com/index.cfm?fusea...iendid=28756876 [the scrollbox in the heros section] how are all the pictures the same size? is there a code i could have? thanks! |
|
|
|
Feb 4 2006, 01:01 AM
Post
#2
|
|
![]() the name is ada. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,688 Joined: Dec 2005 Member No: 334,608 |
She used a div scrollbar.
http://www.createblog.com/forums/index.php?showtopic=94564 Looks like she resized the pictures herself? Hope this helps edit: ohh yeah i think she did resize it herself. |
|
|
|
Feb 4 2006, 01:20 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 108 Joined: Dec 2005 Member No: 313,990 |
QUOTE(xbabyboo @ Feb 3 2006, 9:01 PM) She used a div scrollbar. http://www.createblog.com/forums/index.php?showtopic=94564 Looks like she resized the pictures herself? Hope this helps well that just made the scroll box and didnt ahve any effect on the picture.. i think thats only for text but idk! but anyways thanks for trying!! |
|
|
|
Feb 4 2006, 01:29 AM
Post
#4
|
|
![]() the name is ada. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,688 Joined: Dec 2005 Member No: 334,608 |
http://www.pimpwebpage.com/scrollbox.php
Is that what you`re lookin` for? It has some similar stuff you`re lookin` for like. heightxwidth of the scrollbar and a background picture. hope this helps..didn`t try it out yet. |
|
|
|
Feb 4 2006, 03:19 AM
Post
#5
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
CODE <!-- the css -->
<style type="text/css">.pics img{width: 250px; height: 250px;}</style> <!-- the code --> <div class="pics" style="overflow: auto; width: 250px; height: 250px;"> <img src="URL"><img src="URL"><img src="URL"><img src="URL"><img src="URL"><img src="URL"><img src="URL"> </div> |
|
|
|
![]() ![]() |