Results 1 to 3 of 3

Thread: Div showing outside container in ie6 and ie7

  1. #1
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Question Div showing outside container in ie6 and ie7

    Hi i am building a photogallerypage using som great scripts from dynamicdrive. Cmotion2 combined with ultimate fadeslideshow. Also using the chrome dropdown. It works exacly like i want it and looks fine in ie8 and the latest FF, safari and opera. I was disappointed to see that in ie7 and ie6 the cmotion division is placed half way outside the wrapper that was supposed to contain the two main elements. I have been looking for a way to fix it with no luck so far. Having read about different ie bugs i guess that is the problem. Maybe someone with more experience could point me in the right direction ? Please have a look if you have time. Here is the link to the test page. Any hints would be greatly appreciated.

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Here is a screenshot of the page seen in IE7 where the right float is displaced outside the box. Hmmm ??

  3. #3
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Okay thanks anyway, but i found a solution that seem to work. I made a conditional statement like this:
    <!--[if lt IE 8]>
    <link rel="stylesheet" type="text/css" href="css/IEhacks.css" />
    <![endif]-->

    Linking to this:
    #motioncontainer{
    padding-right:58px !important;
    }
    and that seem to do the trick. Not sure if its the right way to do it, but it looks like it is working. Any corrections are welcome.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •