View Full Version : problem with rollover images for overlapping content script
newyorker2
12-17-2008, 06:14 PM
1) Script Title: Drop Down/ Overlapping Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm
3) Describe problem: please visit this page to see the problem:
http://72.44.80.146/~wat/test/test.html
i basically want the image to stay on "onstate" as long as the hidden menu is shown.
* FYI, i am using javascript for image rollover. class="rollover" makes the image rollover.
thank you for your help.
Snookerman
12-17-2008, 10:36 PM
This thread might be helpful:
http://www.dynamicdrive.com/forums/showthread.php?t=39541&highlight=hover (http://www.dynamicdrive.com/forums/showthread.php?t=39541&highlight=hover)
newyorker2
12-17-2008, 10:50 PM
This thread might be helpful:
http://www.dynamicdrive.com/forums/showthread.php?t=39541&highlight=hover (http://www.dynamicdrive.com/forums/showthread.php?t=39541&highlight=hover)
that sample is not using images, my code is not using unordered lists.
so i don't think that will help me.
thank you for your time.
Snookerman
12-17-2008, 10:58 PM
That could easily be rewritten to work with your menu.
.jqueryslidemenu ul li:hover > a {
background:#0099FF;
color:#FF9966;
}
The background color could be changed to background image and the list items could be changed to div containers or span or tables:
.ny2menu something:hover > a {
background-image:url(hover.jpg);
}
newyorker2
12-18-2008, 03:22 PM
That could easily be rewritten to work with your menu.
.jqueryslidemenu ul li:hover > a {
background:#0099FF;
color:#FF9966;
}
The background color could be changed to background image and the list items could be changed to div containers or span or tables:
.ny2menu something:hover > a {
background-image:url(hover.jpg);
}
the problem is, i have the use png images, and none of the png fixes for ie6 have a solution for backround image hovers.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.