I have a footer where I need to have text floated to the right and a link floated to the left on the same line.
I put the text and the link in the unordered list and applied the following css to display them inline:
#footer ul li{
display:inline
}
Then I applied float right to the link but it causes the link to move one line down. Is it possible to do it using float or should I use padding and margines in order to do it?



Reply With Quote

Bookmarks