RSS feed

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?

 

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;}

*Name:
*Comment:
You can use HTML tags here.
*Code: Please enter the sum of 5+2