NEED HELP WITH A SUB NAV PROBLEM
swaters_design said 11 months, 4 weeks ago:
Does anyone on here know how to make the sub nav drop down lists stand out on top all images you put on a page? the sub nab always seems to hide behind images.
Any help with css would be appreciated! Thank you
adamr said 11 months, 4 weeks ago:
@swaters_design
I’m not too ‘CSS savvy’ myself, but would be happy to take a look. We also have a few other forum users that have experience working with CSS that may be able to provide some pointers. Feel free to post the URL of the site so we can check it out. Thanks!
-Adam
Nate D said 11 months, 4 weeks ago:
@swaters_design – Are you able to post the web address where this is happening?
This code may work, or it may need to be more specific to your situation…
img
{
position:relative;
z-index:1;
}
.sf_navigation .subnav li
{
position:relative;
z-index:2;
}
0 min expected wait time