Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Location
    Scotland
    Posts
    198
    Plugin Contributions
    0

    What's generating this weirdness?

    Can anyone figure-out what's causing the weird rollover effect on my category menu at http://www.kentmusictechnology.co.uk/catalog - it's like an unwanted lilac background has been applied to the hover class.
    It's only happening on IE, and I can't see anything in the style sheet that could be generating it.
    Any ideas?

  2. #2
    Join Date
    May 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: What's generating this weirdness?

    Im not going to speculate the exact cause, as IE is notorious for not parsing CSS correctly. That being said, adding a white background-color attribute to one (or more) of the following should fix it (background-color:#fff;)

    /* categories box parent and child categories and extra links */
    .category-top, .category-links {
    display: block;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 0px -7px 0px;
    border-bottom: 0px solid #00639A;
    }

    .category-top a, .category-links a {
    display: block;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 0px -7px 0px;
    border-bottom: 0px solid #00639A;
    }

    .category-top a:hover, .category-links a:hover {
    color: #330066;
    text-decoration: underline;
    font-weight: bold;
    }

  3. #3
    Join Date
    May 2006
    Location
    Scotland
    Posts
    198
    Plugin Contributions
    0

    Default Re: What's generating this weirdness?

    Thanks. That did the trick - sort of. As well as making the background colour white I also had to set the width of .category-top, .category-links to 100%

 

 

Similar Threads

  1. Replies: 7
    Last Post: 2 Apr 2012, 01:02 PM
  2. wHAT DOES THIS ERROR CODE MEAN AND HOW WOULD I FIX THIS?
    By Snaggle in forum General Questions
    Replies: 2
    Last Post: 15 Jun 2011, 10:27 PM
  3. Replies: 7
    Last Post: 24 Jan 2011, 02:32 PM
  4. Can someone tell me what add on was used on this site to create this zoom effect?
    By strugglingnovice in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Jun 2010, 10:59 PM
  5. Info Box titles - why is this weirdness happening?
    By Tomjoolery in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Aug 2008, 01:13 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