• i would like to change the style at load time, if browser if IE, use one, but if browser is FF, use another. Any idea?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think there is a way in PHP to detect the browser type, then it’s simply a matter of writting out the right link to the proper CSS file.

    Tg

    You will have to use JavaScript to determine browser type and switch the file.

    In most cases, with enough tweaking you can get both IE and FF to show your page similarly, though there’s more work needed to be done on the IE side.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change style between IE and FF’ is closed to new replies.