• I edited the LetterHead theme by rhastings. It now looks perfect in all browser except Internet Explorer and that is, unfortunately, quite a significant browser. The Sidebar is supposed to float over the right line in the main content box at the top of the page. As mentioned, this looks very ok in all browsers I have tried except Internet Explorer.

    I need help to figure this out. Could some of you fabulous experts tell me how to make it look right in IE too?

    If you want to download the theme to test things, you can find it here.

    You can see it in action at roffe.tawlc.net

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try changing your css as follows:
    #sidebar
    {
    padding: 20px 0 0px 0;
    /*margin-left: 650px;*/
    position:absolute;
    top: 150px;
    right:20px;
    width: 210px;
    float:right;

    }

    Positioning floats for competition entries is tricky isnt it ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modified theme works in all browsers but Internet Explorer’ is closed to new replies.