|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
CSS Question for IE6 and NN6.2
Hey-
http://www.ontansio.cjb.net Could you please tell me why I am getting a horizontal scroll bar in IE6? Also, the left content section fills the entire height of the page. I did that by using height: 1000px- absolutely absurd. Is there another way to create that height without doing it the way I did. I tried hieght: 100% to no avail. The style sheet is imbedded in the HTML, thanks for any help.
__________________
never know null |
|
#2
|
|||
|
|||
|
lets see if you want a set height and you want it that far down it's gonna be 1000px.
I have ie6 and I see the little horizontel scroll bar, so maybe place around with the only two width tags you have on your page. My guess would be the 67% width tag but I could be wrong.
__________________
You know your a web programmer when you see a '$' and think of PHP rather than money. |
|
#3
|
||||
|
||||
|
You need to change your body tag to:
body leftmargin="0px" topmargin="0px" marginheight="0px" marginwidth="0px" you will then receive no horizontal scrollbar. 1 thousand pixels in height will be quite a lot when viewed in 800x600, dont you think? -Matt
__________________
_______________ Matt |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > CSS Question for IE6 and NN6.2 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|