ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
unordered list causing strange css problem with gantry
Posted 12 years 6 months ago
So I've been using gantry for a while and it seems that due to an unordered list which i'm using as my subnavigation is causing the row block under it to behave strangely. This happens constantly in IE regardless of the subnav, but in FF this only happens when there is the subnav. When i delete the "ul" element, the row in question pops back into place.
EDIT:
I seemed to have found the culprit: It's the overflow:hidden causing the problem. When I disable that, it works, however I want it enabled. When I add display:inline, it also aligns again but the gradient is gone. Ideas?