Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS website messed up in explorer (same old stoy) please help me :)

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #40467
    silverlulu
    Participant

    hi guys,

    i am on the final push to get a website finished and i really need help. i am sure it’s simple enough but i am stuck.

    in most versions of explorer the side bar drops below the content. it should be floated to the right and side.

    does anybody know what code to change?!

    [http://bv.convertwebtraffic.com.au/](http://bv.convertwebtraffic.com.au/http://bv.convertwebtraffic.com.au/”)

    thanks lulu :d

    #112728
    Paulie_D
    Member

    Best guess is that some of the widths/margins in the main content area aren’t quite adding up.

    EDIT: There’s some inline styling on the divs inside the div with a class of ‘entry-content’…particularly margins which is causing them to break outside of their containers.

    It’s the v-slider?

    This is having a knock-on effect of not giving the sidebar enough space causing it to float below.

    #112722
    silverlulu
    Participant

    Thanks Paulie D! I will look there and try to work it out.

    #112713
    sachinn
    Member

    Hi dude,

    When i have seen your site in IE7, It was fully messed up ui.
    I give you some option hope it will definitely working in all the IE Versions. you had missed one “**Div**” tag, It was not properly closed.
    That tag Identifier (id)is “**Primary**”.
    follow the below code, Below i have mentioned only closing div tag:

    #112709
    sachinn
    Member



    #112742
    silverlulu
    Participant

    hi sachinn,

    thanks for your help but i still can’t find what i need to change to make it work!?!

    does anybody know? thanks in advance

    #112751
    wolfcry911
    Participant

    you may want to address the 128 errors and 45 warnings. To be honest that page (site) is a complete mess.

    The problem IE is encountering is the width of 48% on #primary (given towards the bottom of the twentyeleven theme css).

    #112752
    Senff
    Participant

    Like @sachinn said, you’ll need to close the primary DIV properly. Find this line in your code:

    And close the div properly:

    But I agree with @wolfcry911, you’ll have a lot more things to fix.

#112799
silverlulu
Participant

Thanks guys I have fixed that code now. I appreciate everyone’s input on this. I will continue cleaning it up.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘CSS’ is closed to new topics and replies.