Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Quick question about Float property please!

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #29057

    Hey everyone, love this forum. All my questions get answered and I am learning more from post/answers here than 1000 books.

    Anyways, quick question go to my test site : http://www.mmtest1.byethost22.com

    Use Firebug or Web Developer and active the view CSS info.

    You will see that my nav bar is within a div called ul id="navlist" and it is references in CSS as ul#navlist

    I made it float to the right. Now if you can see the facebook and twitter images on the right. What I want to do is to put them
    next to each other on the same horizontal plane as the nav bar and have them float to the left so that they are under the
    left side of the black top banner.

    So how would you position this.

    Would a put another div around the nav div

    and then create a div for the fb/twitter images and put that into the div from above, where the navlist div will be in also and then simply float to the left?

    Thanks

    OMar

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.