You had clear: left; for the first left attribute, so it started a new line as the comment indicates. Just remove that.Code:#wAttrib-25 {float: left; clear: left;}/*this will sit on a new line*/Code:#wAttrib-25 {float: left;}/*this will not sit on a new line*/



Reply With Quote


Bookmarks