Results 1 to 4 of 4

Hybrid View

  1. #1

    Default BetterCategories -- Top Category Rollover Problem

    I have installed the bettercategoriesezinfo mod. I just installed the categories part. Everything works fine in Firefox. But, in IE6, if I roll over the first category "Bird Baths" it doesn't highlight. Any idea why it doesn't work for this one category in IE6?

    birdingdepot.com/index.php

    Thanks for the help!!!

  2. #2
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,328
    Plugin Contributions
    5

    Default Re: BetterCategories -- Top Category Rollover Problem

    Quote Originally Posted by srturner47 View Post
    I have installed the bettercategoriesezinfo mod. I just installed the categories part. Everything works fine in Firefox. But, in IE6, if I roll over the first category "Bird Baths" it doesn't highlight. Any idea why it doesn't work for this one category in IE6?

    birdingdepot.com/index.php

    Thanks for the help!!!
    If you scroll the page up so that this line just touches the top of the browser and then move the mouse over it you will see that it "magically works"
    Its part of an IE bug that doesn't occur a lot, but when it does its annoying.
    I did have a fix for this some time back I will try and find it.

    PS: There is a bug also on the drop down menus in IE6
    Providing there are no subcategories the rollover only works properly on the first line down.
    Lines 2 and below only work when the cursor is over the text, not elsewhere in the box.
    Scroll down the "information" and keep the cursor to the left of the text in the boxes.

    Don't worry too much as this bug is at least consistant and occurs all the time

  3. #3

    Default Re: BetterCategories -- Top Category Rollover Problem

    You are right! There is a bug with the drop-down menus in IE6. I wonder if this could be fixed by filling the rest of the menu with spaces and then centering the text. Then, there would technically be text throughout the whole menu, so it should hover fine..... Unfortunately, I wouldn't know how to implement this, but it sounds like it would work. :)

    As for the category rollover for the first product problem, you are right; if you scroll down to just above it, it works fine in ie6. If you can track down how you fixed this before, I would greatly appreciate it! I'd like to work out as many kinks in my site as I can.

    Thanks for the help Gilby!

  4. #4

    Default Re: BetterCategories -- Top Category Rollover Problem

    Still working on this one....

    But, I did find a lead; I just don't know where to go from here.

    When I edit the css file for bettercategories and change it to "display:inline;" or simply just take out "display:block;" it will highlight all of the categories....

    BUT.... This scruches them altogether, which makes it look worse than before.

    Is there a way to do this without scruching them together? Also, when I use "display:inline;" ie6 will only highlight the words and the picture, it won't highlight all the way to the margin like it did before.

    Any help would be greatly appreciated! :)

    NEVERMIND!!!! Of course I find a fix right after posting this...

    Here's how I fixed it for those who need this fix in the future:

    Add "height:1%;" to stylesheet_betterCategoriesEzInfo.css -- Here's what it looks like:

    .betterCategories a, .betterCategories a:visited,
    .betterDocuments a, .betterDocuments a:visited,
    .betterEzpages a, .betterEzpages a:visited,
    .betterInformation a, .betterInformation a:visited,
    .betterMoreinformation a, .betterMoreinformation a:visited,
    .betterBestsellers a, .betterBestsellers a:visited {
    display: block;
    background-color: #eeeeee;
    border-top: 2px solid #eeeeee;
    padding: 4px;
    height:1%;
    }

    Problem solved. :)
    Last edited by srturner47; 4 Nov 2007 at 12:50 AM.

 

 

Similar Threads

  1. How to make top category to show products instead of sub-categories?
    By MKdiable in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 12 Oct 2009, 11:55 PM
  2. Ability to show all items in a top category or.....
    By zkitten in forum Setting Up Categories, Products, Attributes
    Replies: 8
    Last Post: 24 Sep 2007, 12:02 AM
  3. Trying to get "whats_new" products to show on my top level category...
    By dumoti in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Feb 2007, 06:53 AM

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
  •