Forums

[resolved] Navigation Placement "IE" (Internet Explorer) How to? (2 posts)

  1. JesseG5
    Member
    Posted 1 year ago #

    Is there a way to add code that would make my horizontal navigation placement in "Safari" the same if were viewed in IE (Internet Explorer)?

    The navigation is exactly where I want it to be when viewing through Firefox and Safari (Mac) But on "IE" (PC) it's slightly off.

    I have validated my site and tweaked the margins and padding of the nav area but it's still inconsistent.

    Here is my page if you need to see website

    Thanks in advance!

  2. JesseG5
    Member
    Posted 1 year ago #

    Answer: Create separate styles sheets which are browser specific and modify accordingly.

    For Instance:

    <!--[if gte IE 6]>
    <link rel="stylesheet" type="text/css" href="http://url/wp-content/themes/default/iespecific.css" />
    <![endif]-->

    This code above tells the browser.. "If browser is greater than IE6 - Please use this stylesheet instead.

    Hope this helps..

Topic Closed

This topic has been closed to new replies.

About this Topic