![]() |
H1 in IE7 doesn't follow CSS margin formatting?
For some reason my product titles in IE7 are not following the 'padding-left: 200px' format I have in the CSS skin file.
In FireFox it works fine Here is the exact part of the CSS: Code:
h1.product { Product Page Example http://www.readytocover.com/36-x-20-wood-vanity-dressing-makeup-table.html CSS File: http://www.readytocover.com/skin1/skin1.css Any help is greatly appreciated, thanks |
Re: H1 in IE7 doesn't follow CSS margin formatting?
It looks like your h1 tag is not inside a table cell, so IE may be having trouble interpreting the css margin correctly:
Your code: Code:
<table width="100%"> If you correct this does it make a difference: Code:
<table width="100%"> |
Re: H1 in IE7 doesn't follow CSS margin formatting?
That didn't exactly work but it pointed me to what I needed to do, thank you!
|
All times are GMT -8. The time now is 12:02 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.