Why are vert & horiz scrollbars appearing in my comments box? |
![]() ![]() |
Why are vert & horiz scrollbars appearing in my comments box? |
May 7 2006, 12:03 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: May 2006 Member No: 401,880 |
Hi,
I'm having a few issues with finalising my myspace section (www.myspace.com/veit_helmer_tuvalu). I want to display comments & friends in a div underneath my main div overlay (all of which seems to be working). Everything displays fine in Netscape, IE7 and Firefox, - but unfortunately - in IE6 my comments and friends div displays vertical scrollbars for no apparent reason. In IE6 it seems to load fine & everything displays correctly as the page is loading - but at the very last second everything in that section just expands like mad! It's driving me nuts. Can you help? b.t.w. I think I have set the column width correctly for the .comt section - there's no colum height specified. This is my code: About me: <style type="text/css"> body{background-image: url(http://www.worldcinemaonline.com/pierre/myspace/tuvalu/images/tuvaluheader.jpg); background-attachment:scroll; background-repeat: no-repeat; background-position:top center; background-color:black;} table, td {color:white;}, textarea, a, body, input{background-color:black;border:none;border-width:0} .Main { position:absolute; left:50%; top:153px; width:800px; z-index:8; margin-left:-400px; padding:0px; border:0px; background-color:black;} .comt td, .comt table{width:0px!important; height:0px!important; background-color:transparent!important; border:0px!important; _padding:2px!important;} .comt .comt td, .comt table, .comt td a img, .comt td td td a, .comt td b a, .comt td .redlink{visibility:visible;} .comt td td td b{top:0px; display:inline;} .comt .orangetext15 {color:white;}, .rid{display:none;} .comt td b, .blacktext10 {display:block;} .comt table, .comt td b, .comt .btext {color:white;}, .redlink{position:relative; top:-9px;} .comt {z-index:7;} .comt {width:800px; overflow:auto; color:ffffff; background-color:black; border:0px solid; border-color:black; position:absolute; top:1295px; left:50%; margin-left:-400px; } .bbzherp {comment timestamp width} .blacktext10 {width: 670px;} .comt td img {width:300px; max-width:300px; width:auto; _width:300px !important;} .comt td a img {width:90px; max-width:260px; width:auto; _width:90px !important;} table, tr, td, table table, table table td {border-width:0px; background-color: transparent;} </style> |
|
|
|
![]() ![]() |