CATEGORIES
How do I Style to UL Tags - One Float Left and Other Float Right
Published by: Guest (9/23/2008 4:14:02 PM)
SEP 23 2008
I am trying to style two of my <ul> tags in footer, i am floating one to left and other to right in a footer div but this seems to be not working. The right UL is rendering right below the left floating to right. Floating seems to be working but it is not aligning in the same row with the left UL tag. Any help?
Most Popular Articles
- list-style-position bug - My CSS UL List Style Position Outside Fails
- How can I write Conditional CSS for IE6 and IE7
- How do I Style to UL Tags - One Float Left and Other Float Right
- Why my CSS Class under an UL doesn't Work
- How can I have CSS Hack for Firefox and Chrome
How can I Inherit all the Properties of a DIV in CSS to a New DIV >>
<< Why my CSS Class under an UL doesn't Work
COMMENT
Name: Jitu
It is simple make like this:
#ul1 {float:left; clear:both}
#ul2 {float:right;}