This piece of css displays perfectly in google chrome browser but falls apart in IE and Firefox. Pls can you guys review and tell me what I am doing wrong. I am a newbie with Blueprint CSS.
<html> <head> <link rel="stylesheet" href="C:\css work\blueprint\screen.css" type="text\css" media="screen, projection"> <link rel="stylesheet" href="C:\css work\blueprint\print.css" type="text\css" media="print"> <!--[if lt IE 8]><link rel="stylesheet" href="C:\css work\blueprint \ie.css" type="text\css" media="screen, projection"><![endif]--> </style> </head> <body> <div class='container'> <h1>Reporcity</h1> <hr /> <div class='span-6 colborder'> blah blah blah </div> <div class='span-11'> blah blah blah </div> <div class='span-6 last'> blah blah blah </div> <hr /> <div>Footer</div> </div> </body> </html> -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
