Ok, I was editing myspace stuff at myspace.com and if anyone is familiar with it it has a side thing for Music etc. anyways, i added a bunch of thumbnails to it so i don't have huge images, but I have a ton of pics. I added this code to make a scroll bar in the Music section. The only problem is now the first thumbnail now comes up as a resized image not a thumbnail... anyone know how to solve this?
<div id="cdiv" style="width:268; height:308; left:20px; overflow-y: auto; top: 0px; SCROLLBAR-FACE-COLOR: #7B6A4F; SCROLLBAR-HIGHLIGHT-COLOR: #7B6A4F; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #7B6A4F; SCROLLBAR-DARKSHADOW-COLOR: #7B6A4F; SCROLLBAR-BASE-COLOR: 7B6A4F>
<a target="_blank" href=http://www.webdeveloper.com/forum/archive/index.php/"PIC URL"><img src="http://www.coolfer.com/blog/blog/images/jay-z.jpg" height="100" width="75"></a>
^^ that would be the first code after the scroll bar.The style is incorredt:
<div id="cdiv" style="width:268px; height:308px; left:20px; overflow-y: auto; top: 0px; SCROLLBAR-FACE-COLOR: #7B6A4F; SCROLLBAR-HIGHLIGHT-COLOR: #7B6A4F; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #7B6A4F; SCROLLBAR-DARKSHADOW-COLOR: #7B6A4F; SCROLLBAR-BASE-COLOR:#7B6A4F">Thanks
<div id="cdiv" style="width:268; height:308; left:20px; overflow-y: auto; top: 0px; SCROLLBAR-FACE-COLOR: #7B6A4F; SCROLLBAR-HIGHLIGHT-COLOR: #7B6A4F; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #7B6A4F; SCROLLBAR-DARKSHADOW-COLOR: #7B6A4F; SCROLLBAR-BASE-COLOR: 7B6A4F>
<a target="_blank" href=http://www.webdeveloper.com/forum/archive/index.php/"PIC URL"><img src="http://www.coolfer.com/blog/blog/images/jay-z.jpg" height="100" width="75"></a>
^^ that would be the first code after the scroll bar.The style is incorredt:
<div id="cdiv" style="width:268px; height:308px; left:20px; overflow-y: auto; top: 0px; SCROLLBAR-FACE-COLOR: #7B6A4F; SCROLLBAR-HIGHLIGHT-COLOR: #7B6A4F; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #7B6A4F; SCROLLBAR-DARKSHADOW-COLOR: #7B6A4F; SCROLLBAR-BASE-COLOR:#7B6A4F">Thanks