960 Grid System 2.0 (free extension) Support Product Page
Not a problem
960 sections not visible on initial load in Firefox on OS X
Reported 13 years ago
1
has this problem
13 years ago Chuck Borrelli posted:
I just picked up a client with an existing site, and there is a an odd problem with Firefox...The site uses the 960 grid system, but certain grid are not visible when loaded in firefox
www.mobiusmotionstudio.com/whatwedo.html
The user has to refresh the page to see this. I may need to dismantle this, but I would rather not have to.
The issue is only in Firefox on OS X and Windows 7. I tested in Firefox 10.0.2
Replies
Replied 13 years ago
13 years ago Teodor Kuduschiev replied:
Hello,
It is not the grid itslef. It is your CSS.
Your color property is the same as the background color..
Please change this to some other color or add a color here:
as now it is empty.
It is not the grid itslef. It is your CSS.
Your color property is the same as the background color..
body, td, th { color: #EDE8EC; }
Please change this to some other color or add a color here:
p { }
as now it is empty.
Replied 13 years ago
13 years ago Chuck Borrelli replied:
Thanks, I appreciate you finding this. I just inherited the site... and found it odd that it manifested itself ONLY in Firefox.