treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Need CSS Hack that targets only Netscape 8

  • Hi Friends,

    I Need to target only Netscape 8 through CSS. Could you please provide me that? Expectin a speedy reply :)

    >Jay
  • "victorymoon" said:
    Hi Friends,

    I Need to target only Netscape 8 through CSS. Could you please provide me that? Expectin a speedy reply :)

    >Jay


    css does not target it, you can code a different css for ntescape 8, and tell your html to link to the correct stylesheet depending on browser.

    and expecting a speedy reply might not guarantee you get one, or the answer your looking for
  • I'd be interested to know why you want to target such an antiquated browser? Netscape 8 was a proprietary broswer based on Firefox 1.0, so a well structured html4.01/css2.0 combo shouldn't throw up too many problems. If it does, then whoever is still using netscape 8 really ought to upgrade to firefox 2.0 or 3.0.