IE problem : hovered menu conceals text

Forums Forums Menus IE problem : hovered menu conceals text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #444
    nirmaaan
    Member

    Dear Ryan, first of all thank you very much for creating this excellent plugin. We have decided to use this in two of our community blog sites. However, we are having the following problem:

    It involves IE (tested on IE6,7,8). WHen the mouse reaches its  destination (the end of menu)- the hovered background becomes dark, instead of white (which we prefer). As a result the dark content (text color #535353 or #000000) of the destination menu cannot be read.

    It would be really appreciated if you could suggest a solution. Our site’s address is: http://www.nirmaaan.com/blog .

    Thank you in advance
    rayhan

    #4125

    I think the wrapping DIV tags you have around the menu are causing problems. Perhaps try removing them and see if that solves your problem:

    You currently have something resembling the following code in your theme:
    [code:1xtoecbp]<div id="menu">
    <?php suckerfish(); ?>
    </div>[/code:1xtoecbp]

    Try changing it to something like this instead (ie: minus the DIV tags):
    [code:1xtoecbp]<?php suckerfish(); ?>[/code:1xtoecbp]

    #4126
    nirmaaan
    Member

    The solution worked! Thanks again mate. It is a marvellous tool. Cheers.

    #4127

    Excellent <img decoding=” title=”Smiley” />

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.