Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jul 2005
    Posts
    97
    Plugin Contributions
    0

    Default CSS Category Flyout Behind Images in Search Result

    I'm using the CSS Flyout Menu from DrByte. The flyout is behind the images of the product.

    Here is my test page:

    http://www.nokoria.com/shopping/inde...1&keyword=ring


    How can I fix this?

    Thank You.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: CSS Category Flyout Behind Images in Search Result

    Put the image on the other side?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Jul 2005
    Posts
    97
    Plugin Contributions
    0

    Default Re: CSS Category Flyout Behind Images in Search Result

    Quote Originally Posted by Ajeh
    Put the image on the other side?

    That would work. :)

    But is there any other way?

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: CSS Category Flyout Behind Images in Search Result

    You are using the combination 'classic' template with 2 stylesheets for basic styling. You should seriously consider converting to a template based uopn the template_default fileset. You can search here for 'template default' for the many posts about why this is recommended.

    if you find your "stylesheet_categories_menu.css" and then locate the code below:
    Code:
    }
    div#nav-cat li li {
      margin: 0; /* this overrides the margin-top in the declaration above */
      z-index: 1000;
    add the line highlighted in red and this will bring the flyouts to the front. They are still not distinct as it looks as though you do not have a color assigned to the actual box.

    Or the image is taking precedence and if you find the css for these images in one or both of the stylesheets you can add a z-index: -1; statement to place it behind others that have a higher order. This might include a TD tag with your stylesheets.

    Easier witht the template_default JMO as thee are currently a combination of css items with table items.
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jul 2005
    Posts
    97
    Plugin Contributions
    0

    Default Re: CSS Category Flyout Behind Images in Search Result

    kobra,

    I added the z-index to "div#nav-cat li li" and "div#nav-cat ul.level2"

    It fixed the problem on Firefox, but not on IE. (I hate IE)

    Thank you.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: CSS Category Flyout Behind Images in Search Result

    I looked at your problem in a bit more depth, as in other pages besides the search page. All pages that I loked at function correctly and as you know it is only the search page that exhibits the glitch.

    This is a problem created from using stylesheet_original and stylesheet_new or the combination template.(see my orig post about this)

    If you have FireFox and the web dev tools look at your product display page and use the outline table cells. You will notice that the image is not an individual cell.

    Now look at your search page and outline the table cells. You will notice that the image is contained in a table cell.

    It is this that is causing the flyout to appear behind the image. While I am sure it is correctable, it is much advised to not use this combo template one for these reasons and two for future ease of maintaining compatibility.

    Easier to change now than later.
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Jul 2005
    Posts
    97
    Plugin Contributions
    0

    Default Re: CSS Category Flyout Behind Images in Search Result

    kobra,

    I'm using 1.3.0.2.

    I'm not sure why I have a combo template.

    How can I use only a one template? Do I simply combine the stylesheet?

    Thank you for looking into my problem.

  8. #8
    Join Date
    Dec 2005
    Posts
    6
    Plugin Contributions
    0

    Re: CSS Category Flyout Behind Images in Search Result

    Hi kobra,

    I have the same problem. How do I merge into 1 template or fix these problems. I did added the z-index: 1000 but the other pages are still being blocked by the product images and IE is not effective.

  9. #9
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: CSS Category Flyout Behind Images in Search Result

    Search here for the term 'template default' and there are many posts about this...if you have not applied too much styling to your site you might find it easier to download a template based on the template default files in the download sectionin the top nav bar. Follow the install instructions and you will be on the right track
    Zen-Venom Get Bitten

  10. #10
    Join Date
    Dec 2005
    Posts
    6
    Plugin Contributions
    0

    Re: CSS Category Flyout Behind Images in Search Result

    I just did merge the template default files to my own template folders but IE is still showing the menu behind the images.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 15 May 2012, 06:31 PM
  2. CSS Issue with Header Menu being hidden behind category
    By kman55 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 May 2012, 04:05 AM
  3. css override on advanced search result
    By weirdorecords in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Jun 2010, 12:19 AM
  4. Edit category listing and search result pages
    By kevinhankens in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 15 Aug 2006, 04:23 PM
  5. CSS Category Flyout
    By labrat in forum Addon Sideboxes
    Replies: 2
    Last Post: 7 Jun 2006, 04:46 PM

Posting Permissions

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