• Resolved jesseg5

    (@jesseg5)


    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!

Viewing 1 replies (of 1 total)
  • Thread Starter jesseg5

    (@jesseg5)

    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=”https://url/wp-content/themes/default/iespecific.css&#8221; />
    <![endif]–>

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

    Hope this helps..

Viewing 1 replies (of 1 total)
  • The topic ‘Navigation Placement “IE” (Internet Explorer) How to?’ is closed to new replies.