Jump to content

load a different css file for browsers


bleustreak12

Recommended Posts

more importantly, what are you trying to do? you shouldn't need browser specific CSS. usually you can accomplish the same thing with some CSS tweaks/tricks.

 

last resort, you could make it look good in those other browsers, and have an IE specific stylesheet to fix it for IE

i don't know any specific browser hacks for those browsers, but there are two other options i know of:

 

1 - use PHP's get_browser() to figure out what they use

2 - use JavaScript to figure out what they use and load in styles after the dom loads

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.