Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter altered_sunset

    (@altered_sunset)

    Sorry, i forgot.

    It’s this

    Thread Starter altered_sunset

    (@altered_sunset)

    I forgot, also i use the SIDEBAR LOGIN widget

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