Load specific style sheet for specific browser.

c0rrupt

Weaksauce
Joined
Jun 25, 2004
Messages
102
Ok, I just finished my CSS layout and it looks great in Firefox, but when I open it in IE 6 it looks like shit. How can I have the page load one layout for FF and one for IE?
 
you may have to simply define some shit for your site like I did, as I had the same problem...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
Back
Top