Im trying to do some css stuff with tabs and having a few issues I want a row of tabs with some text underneath - so i floated them. but then i have an issue with the text below: Example Any ideas? Ive tried using clear:both at random but with no luck!
Hello, <div style="clear:both;"> text here that wraps up! </div> This should bring the text down. If you need both tabs on the same line, use float. Else remove it. Thanks! -Rose
That's my response too - without seeing what it is that's trying to be accomplished, the code is gibberish... The only thing I can say with certainty is that whatever it is you are TRYING to do, that's not how you do it. Clear goes AFTER floats - not around them, class addition/subtraction when you could reduce the CSS 50% by parsing - lack of property condensing, DIV's around two items that if they are tabs, should likely be a LIST... and I'm not sure how given the short length, but it appears to have a nasty case of classitus.