DIVs are lower down in Firefox
-
I have a selection of DIVs that are appearing lower in Firefox than in both IE and Chrome where they are equal.
Here’s is the home page of my site, as you can see the prices are lower (by a lot) in FF along with the menu (by a little) – this happens throughout the site.
Although I couldn’t see any error with the CSS you might:
ul.products li.product .price { /* Product Price */ font-size: 16px; display: block; color: #bd1a2a; margin-bottom: 1em; padding-top: 0; } .price del:before { content: "WAS "; } .price del { width: 93px; float: left; line-height: 0; font-family: Arial, Gadget, sans-serif; text-align: right; font-size: 16px; margin-left: 8px; text-align: center; text-decoration: none; color: #666; margin-right: 6px; opacity: 0.5; filter: alpha(opacity=@opacity * 100); } .price ins:before { content: "NOW "; } .price ins { width: 107px; float: right; line-height: 0; font-family: "Arial Black", Gadget, sans-serif; text-align: center; color: #bd1a2a; text-decoration: none; font-size: 16px; font-weight: bold; margin-bottom: 50px; /* margin-left: .618em; */ }
I have no idea why this is happening, can it be fixed? I’ve been scratching my head over this for quite a while now and getting nowhere)
Any help would greatly relieve my stress!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘DIVs are lower down in Firefox’ is closed to new replies.