unordered list causing strange css problem with gantry
Posted 12 years 5 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?