|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Borked Layout in Firefox
Ok I have been trying to read and search and fiddle - but im getting to my wits end here. Trying a 2 column layout from scratch and in IE it views fine but firefox is not so fine.
www.chroma-zone.net css: www.chroma-zone.net/new.css Any idea's? -Thanks |
|
#2
|
||||
|
||||
|
just made it a bit simpler
Code:
#left_container {
background-color: #FFFFFF;
/* margin-left: -2px; */
float: left;
}
#content_container {
margin-left: 140px;
}
and you should add padding:0; to the body
as opera adds an 4px padding by default.
body {
margin: 0;
padding:0;
font: 10pt verdana, tahoma, serif;
}
|
|
#3
|
|||
|
|||
|
AH! - in my quest to achieve CSS perfection ...I shot myself in the foot by overcomplicating the situation! Thanks much!
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Borked Layout in Firefox |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|