By radioactivefuture
Thursday, 1. May 2008, 16:30:50
div overflow not displaying properly in Opera
on one of my sites, http://www.brickbybrick.com, I have an expandable table including a div set to overflow to make a scrollable box. The box displays just fine in IE and FF, but Opera doesn't crop the box like it should and shows the whole php included file.heres the code used:
<div style="width:180px; height:240px; background-color:#333333; overflow-y:scroll; overflow-x:hidden; scrollbar-face-color : #000000; scrollbar-highlight-color : #666666; scrollbar-3dlight-color : #F66063; scrollbar-shadow-color : #000000; scrollbar-darkshadow-color : #cccccc; scrollbar-track-color : #B50102; scrollbar-arrow-color : #B50102; padding:5px; align:left;">
Does anyone have a suggestion on how to fix? I'd really appreciate the help,
Thanks
Bill Pierce
