Beautiful, worked fantasticly, the odds of me stumbling upon that is almost nil.
So what does this do?
overflow:hidden;
width:100%;
the width 100% I am assuming says take the entire containment space I'm entitled to. but te overflow is interesting.
Beautiful, worked fantasticly, the odds of me stumbling upon that is almost nil.
So what does this do?
overflow:hidden;
width:100%;
the width 100% I am assuming says take the entire containment space I'm entitled to. but te overflow is interesting.
Cheers,
Quentin J Sarafinchan
Total Garage - Garage Organizers and Enhancement
http://www.totalgarage.ca
It clears floating objects in a container, without requising any markup.
overflow:hidden; does the trick, width is just an IE hack.
[FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]