hey, I was wondering the best way/any way to scroll a div horizontally w/in a vertically scrolling div... if that makes sense http://charmed.numbaa1.co.uk/pictures.php?p=phoebepics is where im trying it
Also, I can't figure out how to make the link from the upper/lower thumbnail divs load into the middle area (I know i'm probably gonna have to make it a div to) anyways any help is appreciated, thanks in advance
If you don't want to go to the page or whatever, the code I have for the upper and lower horizontal divs is:
<div align="center" style="
width:320px;
height:150px;
overflow: auto;
padding: 0px;
margin: 0px;
scrollbar-arrow-color: white;
scrollbar-base-color: #757591;
scrollbar-darkshadow-color: #757591;
scrollbar-track-color: #757591;
scrollbar-face-color: #393961;
scrollbar-shadow-color: #757591;
scrollbar-highlight-color: #757591;
scrollbar-3d-light-color: #757591;">
<p align=center>
<img src="images/tphglam1.jpg"> <img src="images/tphglam2.jpg">
<img src="images/tphglam3.jpg"> <img src="images/tphglam4.jpg">
<img src="images/tphglam5.jpg"> <img src="images/tphglam6.jpg">
<img src="images/tphglam7.jpg"> <img src="images/tphglam8.jpg">
<img src="images/tphglam9.jpg">
</p>
</div>
Again, Thanks in advance
Cya
-Cole