On 2007-11-25, zzpat <zz*******@gmail.comwrote:
>
I have a box element that uses overflow: hidden and I want a link which
at the bottom of the element to be visible. I can't make the link visible.
Obviously I'm having problems so I was wondering if there's anything
other than overflow : hidden that will give me an absolute 'height' and
make the link visible.
Why is the link invisible-- is it overflowing?
You can add <div style="clear: both"></divat the end of the element
and use overflow: visible. That will usually work about the same
(although it might clear some other floats you didn't want it to)