• Resolved altered_sunset

    (@altered_sunset)


    Hi there.

    I’ve created a theme with Artisteer for my website.
    I think it manage both Firefox and Internet Explorer with different CSS.

    In Firefox it’s working perfectly, but in IE window all the links use a huge font size.

    I’ve tried to put the line “font-size: 0.9em;” in each {} of the IE style sheet, but it doesn’t works.

    How can I make the IE visualization identical to the Firefox one?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • A link to your site would help.

    Thread Starter altered_sunset

    (@altered_sunset)

    Sorry, i forgot.

    It’s this

    Thread Starter altered_sunset

    (@altered_sunset)

    After some days I resolved.

    The trouble was in the CSS dedicated to IE.

    I solved editing the index.php in the line where there is the control of the browser used (the IF IE check) in order to load the right CSS: I used the GTL IE 5 code (in order to load the IE CSS if the version of IE is 5 or greater).
    I don’t know if the IE CSS works perfectly on each version of IE.

    Then I had to check the whole CSS of IE.

    It seems that the one created by Artisteer 2 lacks of some class attributes, so I had to cut-paste some line from the main CSS, and in some cases, for example for the “a” link attributes, I had to write new lines, trying to find the right classes with the HTML source of the loaded page.

    I still have some problem on setting the “a” link to normal font-style, instead of the bold (actually shown on pages).
    I tried to set the basic line

    a {
    font-style: normal;
    }

    but it doesn’t works, neither adding the “font-style: normal;” line where I resolved the problem with the font size.

    I’m checking the related files again and again in my host, alas I hadn’t found the solution to the “bold” link problem.

    If someone could gently help me to solve the last problem, I would be very very happy, but since I solved the most and the IE version of my site is “watchable”, I think I can set this thread “resolved”.

    I hope this can help noob like me ;P

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Theme] Adjusting link dimension for IE css’ is closed to new replies.