| Author |
Messages |
|
Jorge Carvalho
 Novice Posts:1
 |
| 01/23/2008 7:59 AM |
Alert
|
Hello.. Good afternoon I'm creating a website, where i have a horizontal menu in tabs with a submenu.. i already did this menu without use images. But now i want make this menu with images, using the method of sliding doors, that i find here (http://www.alistapart.com/articles/slidingdoors/) . But i'm having a problem with the current link, that is not showing the left image tha i need.. This is the code:
#HouseMenuNavHCurrentItem { background-image:url(left_on.gif); ----this is the image that is not showing--- }
and its only showing the image for this code:
#HouseMenuNavHCurrentItem a { background-image:url(right_on.gif); color:#333; padding-bottom:4px; }
You can see this im my website, the url is this http://www.wsiace.co.uk/default.aspx I would like to know if is possible i use this method and make the change for the currentlink.. is it possible?
Thanks
Jorge
|
|
|
|
|
Tim Rolands Your Host
 Professional Posts:97

 |
| 01/24/2008 10:08 AM |
Alert
|
Unfortunately, support for changing the style on the current item has been somewhat buggy for HouseMenu 1.x. This is working fine in HouseMenu 2, now undergoing internal testing, but I have not tried it with the "sliding doors" method.
In the CSS that you posted, the image for #HouseMenuNavHCurrentItem is probably not displayed because it is applied to the LI element, which in turn contains the A element (which has it's own image defined). Try setting the background on the A to transparent and see if the item image shows up.
Tim
|
|
avastonetechnologies.com writergear.com timrolands.com |
|
|
|