Reputation: 3667
Internet Explorer 7 and below is not displaying my Borders and if so, it is not displaying them correctly?
http://www.noxinnovations.com/portfolio/nue/
Any ideas? There should be a border placed at the bottom of the whole HEADER TAG and one above the FOOTER TAG.
Upvotes: 0
Views: 214
Reputation: 4387
Take off the border-top-color
rule (on the header) and border-top-color
on the footer; that appears to fix the issue. It may be that the color is not dark enough; you could try a darker color (I can barely see it on IE7 on the bottom). You can use a conditional comment or the hack *bottom-border-color: none
to target IE7 and below.
Upvotes: 1