Jump to content

Allow all other browsers and ie from 7 and higher.


Mudsaf

Recommended Posts

So basically i would like my navigation to be on all browsers except IE 0 to 6

<![if !IE]> //So this would also have to have from ie 7 to latest

<!--[if IE]> //This from ie stone age to ie 6

Site: http://mudsaf.info/

Edited by Mudsaf
Link to comment
Share on other sites

The !IE part is not necessary because other browsers don't parse those comments. That's also the reason I added the <!-- --> to each tag as well, because browsers will consider it badly formed HTML otherwise.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...