Blog Archives


Sep
6

Conditional CSS

Posted in CSS by Admin

0


Im not sure why I had to spend so long hunting this info down, but here it is: Browser Specific Style Sheets:  {code type=hml}<!–[if !IE]>This is NOT Internet Explorer<![endif]–> <!–[if IE]>This is Internet Explorer<![endif]–> <!–[if Gecko]>This is Gecko based browsers<![endif]–>{/code} {code type=hml}<!–[if Webkit]>This is Webkit based browsers<![endif]–> <!–[if Opera]&
Read More