Re: Drop down menu issue...
You want the really really easy way to fix this? Well the bottom category (CD's/DVD's) on the same side doesn't go under the drop down boxes for the main first list, this is because they are too short to go that far. The easy way to fix would be to make the two categories on that side short ones, such as Digital Downloads (no drop down), and Maybe Pro Audio (very short). That would be the simplest fix although maybe not ideal, LOL
The other solution would be to set the z-index for those drop down boxes to be very low, such as -1. And then the drop down list properties set the z-index to be higher number. This is done via CSS, not PHP. Just find your style definitions and put it into place. If your drop down boxes don't have a CSS definition you can either make them one, or place it inline.
|