Forum Moderators: not2easy
Hope this helps anyone with the same problems I had. If there is a problem with this method, please feel free to tear it apart ;).
E.g.
If (browser == MSIE) {
CSS = <link type="text/css" rel="stylesheet" href="/IE/style.css" />
}If (browser == Mozilla/Netscape) {
CSS = <link type="text/css" rel="stylesheet" href="/MOZ/style.css" />
}
Else {
//GENERIC CSS//
CSS = <link type="text/css" rel="stylesheet" href="/GENERIC/style.css" />
}