Quote:
Originally Posted by wullieclsfb
http://www.orangeandpurpleonlineradio.com/content.php this is currently hidden from members till i get it the way i want it but you can access it if you have the link i put two images on just to test it when u go to that page you will see they are directly below each other
|
try replacing this code in the slider.php and reuploaded
Code:
#featured .ui-tabs-panel{
width:400px; height:250px;
background:#999; position:relative;
}
with this code
Code:
#featured .ui-tabs-panel{
width:400px; height:250px;
background:#999; position:relative;
overflow:hidden;
}