|
Getting my CSS layout to work in all browsers
Hello,
I am fairly new to CSS and created a layout with a fixed navigation and liquid header, footer and content divisions. It looks great in Google Chrome but when I test it in Firefox or IE7 it is rendered differently.
Here is my layout:
http://www.bigoakexxon.com/example.htm
As you can see, when opened with Firefox the problem is only with the margins. With IE7 the problem is with the min-height property and the margins it looks like. I am aware that IE does not like "min-height" and instead uses height as min-height.
I could probably make the layout look nice in any of these browsers but not all of them with the same code.
Any help or advice on my coding would be greatly appreciated!
Thanks so much
|