Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Problem with script showing in IE7

  1. #11
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by shvemel View Post
    Hi guys, again I need your help.

    We did some revisions on the main code for our site. Consequently the dynamic Drive script if affected by showing the first image on all slides, although different images are clearly specified.

    Take a look at www.thehomedecor.net, scroll down in the source page.


    ps, maybe this kind of problem is not related to this topic, but couldnt find meanwhile.
    Your revisions have set all images on the page to display block. This causes a line break after each one. They are all there, you just can't see the others because they are below the visible area of the slide show. Just to be on the safe side, add this style to one of your stylesheets:

    Code:
    nobr a, nobr img, nobr font {
    display: inline!important;
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  2. #12
    Join Date
    Jul 2008
    Location
    NY
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks John!!!!!

    Your addition did it.
    Wonderful guys, thanks a lot.

    Joel

    magicyte
    I was afraid touching the code itself, glad of your help though.

  3. #13
    Join Date
    Jul 2008
    Location
    NY
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Another issue I have with IE7, most probably its not directly related to Dynamic Drive.

    However at the left pane where the categories are listed there are a few with triple pop-up menus that hides beneath the DD code. For example see this image.

    Its fine in Firefox and Opera but not with IE7.

    Any idea is greatly appreciated.

  4. #14
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    From your source code (addition highlighted):

    Code:
        <style media="all" type="text/css">@import "includes/eshop_style.css";</style>
    	<style media="all" type="text/css">@import "css/all.css";</style>
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie6.css" media="screen" /><![endif]-->
    <style type="text/css">
    .menu * {
    position:relative;
    z-index:1000;
    }
    </style>   
    </head>
    <body style="background-color: #edc3ab">
    Or you could probably just add the rule to your ie6.css file.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #15
    Join Date
    Jul 2008
    Location
    NY
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Again thanks a million John !!!!!

    Truly a genius!

    -Joel

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
  •