Problem with IE using 960.gs
Posted
by nickf
on Stack Overflow
See other posts from Stack Overflow
or by nickf
Published on 2009-08-17T01:53:31Z
Indexed on
2010/05/16
23:50 UTC
Read the original article
Hit count: 381
I'm using the 960.gs CSS framework on a site and have hit problems almost instantly with IE (7, though I assume 6 is no better).
<html>
<head>
<link rel="stylesheet" href="design/reset.css" />
<link rel="stylesheet" href="design/960.css" />
<link rel="stylesheet" href="design/text.css" />
</head>
<body>
<div class="container_12">abc</div>
</body>
</html>
Given this HTML above (the CSS is just the files bundled with 960), Firefox and Chrome centre the grid, whereas IE pushes it to the left.
I've used 960 before without any issues, so I think I must just be doing something really stupid. Can anyone help?
© Stack Overflow or respective owner