Tired of jiggling the browsers, I now plan to write css for earch browser..help
Hello everyone,
after days of trying to gel (tons of positioning issues) my layout for IE, FF, OPERA, SAFARI, I simply am burnt and now have decided to write CSS for each browser. Do I need to validate the browser via Javascript and use javascript to assign the CSS. I would highly appreciate your help.
You'll be creating a lot of duplicate code for no reason.
My approach is to create a base CSS file, and then have a conditional statement including a special IE stylesheet, which just overrides some of the values from the base sheet.
If you're having to go this path, I suggest you sit down and study CSS some more.
Bookmarks