![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I though I had the answer make the container div grey and the right div white. Problem solved in Netscape and FireFox, but in IE even though I have all my width and margins right it seems to think that the div is to wide to fit, and pushes it down. I'm probably missing something really simple and I hope that you understand what I'm trying to say, if not have a look at the below link it might help. http://www.platforum.co.uk/training/training.htm Thanks for taking the time to read this |
#3
| |||
| |||
|
|
I am just venturing into the world of pure CSS layouts. Although I am enjoying it so far, I have come across an issue that really has me stumped. The main body of my page is set out using a container div which has inside it to further divs left and right. I want the left div to have a grey background and the right to have white background. Originally I gave the left div the grey background and left the right div as my page body was set to white. This caused a problem if the right div has more content the grey border on the left div didn't continue to the bottom of the page. I though I had the answer make the container div grey and the right div white. Problem solved in Netscape and FireFox, but in IE even though I have all my width and margins right it seems to think that the div is to wide to fit, and pushes it down. Hi Rob, |
#4
| |||
| |||
|
|
but in IE even though I have all my width and margins right it seems to think that the div is to wide to fit, and pushes it down. Rob |
#5
| |||
| |||
|
|
but in IE even though I have all my width and margins right it seems to think that the div is to wide to fit, and pushes it down. Rob try this: #divBodyRight { width: 510px; width: expression("505px"); } Only IE processes understands "EXPRESSION", and it usually helps to make the div smaller by 5px for IE. Hope that helps Hiazle |
![]() |
| Thread Tools | |
| Display Modes | |
| |