• Hello I have installed Clear Style 1.2 theme. Great theme, however I am having trouble with the menu in IE. Works great elsewhere, but in IE, the visited tabs are blank. Cant for the life of me figure out where the problem is. Any guidance would be more than welcomed.
    Thanks
    Click on the navigation tabs to see my problem.
    See site in IE here: http://www.turn-key-operations.com/contact-us/

Viewing 6 replies - 1 through 6 (of 6 total)
  • That’s because the theme appears to be relying on CSS text-shadow to show white text on a white background,. Unfortunately IE does not support CSS text-shadow. Try using conditional comment CSS to resolve the problem in IE.

    Thread Starter getsocialinthecity

    (@getsocialinthecity)

    Hello esmi,
    Thanks so much for your help. Would you by chance be able to give me an example, I am not quite clear on how I would go about doing this…
    Thanks again

    yea just use if IE

    for example

    <!--[if IE]>
    the style here
    <![endif]-->

    I would avoid shadows by the way … i go with light background (like efefef and then use ccc as text color)

    Thread Starter getsocialinthecity

    (@getsocialinthecity)

    Hello auday1982,
    Thanks so much for your help with this. I believe I am almost there, but am still having a bit of trouble.
    Below is what I have so far, but still cant get it right.

    <!–[if IE]>
    #access ul ul {
    light-background:#efefef
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
    }
    <![endif]–>

    What else do you recommend I do?

    Thanks again.

    I’m confused. Are we putting this in the css file or a php file, and if so, which one?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Clear Style 1.2 theme Menu Problems Internet Explorer’ is closed to new replies.