• Hello!

    I find Aeros theme from here http://thebuckmaker.com/category/aeros/ and its looks great! But why Internet Explorer dosent show this theme corners? Same problem are too with Opera. Are somebody fixed this problem or how i can fix this problem? I really need help. Please help me 🙂

    E: And FireFox show this theme perfect.

Viewing 4 replies - 1 through 4 (of 4 total)
  • for example starting on line 438 of the stylesheet

    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:10px;

    You see the above
    These are Firefox only css styles and other browsers will not see them. This is why they are rounded corners in FF and not in IE and opera etc.

    Thread Starter papada

    (@papada)

    It is possible to compensate this code someone else code? 🙂

    Thread Starter papada

    (@papada)

    help please =)

    @papada: As I told you on the authors site, IE doesn’t at all display rounded corners. I used all available border styles (-moz-border-radius, -khtml-border-radius, ..) to make the rounded corners work in almost every browser: FF, Chrome, Safari, …. – except for IE.

    You would have to use images to make the rounded corners work everywhere. As the theme is half-transparent, this gets tricky and will always be a compromise which affects the overall impression. Maybe IE will some day understand ’rounded corners’. Maybe IE8.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Aeros theme (corners problem)’ is closed to new replies.