
November 1st, 2012, 12:07 PM
|
|
|
|
A table with floated elements inside it...interesting.
Basically your header isn't clearing your top line because of the floated elements within it. You created a ys_clear element, but it doesn't seem to have any clearing styles associated with it.
If it were me, I'd add overflow: hidden to #ys_superbar. That'll make it expand to close the floats, and push the header below.
|