Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2001
    Location
    Southeast, USA
    Posts
    15

    need a code correction: xhtml/css

    Hey guys,

    I'm having troupble lining the white box/"news section" INLINE with the "Vault 101" navigation. For some reason, I can only get it to go under.

    XHTML:
    http://www.capitalwasteland.com/index2.html

    CSS:
    http://www.capitalwasteland.com/css.css

    Any corrections are greatly appreciated. Thanks

  2. #2
    Join Date
    Jul 2004
    Posts
    339
    Add float:left; to both #nav and #news_box. Add clear:left; to #footer.
    You may need other adjustments but I'm sure what I've suggested will align things right. I also suggest using list to your navigation instead of divs.
    My woman left me..
    I've got no website..
    I've got no money..

  3. #3
    Join Date
    Oct 2001
    Location
    Southeast, USA
    Posts
    15
    WebDesignGold -

    Your suggestions have fixed my problem. I thank you. I'm new to using divs- I always used tables, but I'm starting to get the hang of these buggers. Before I was unfamiliar with the clear/float properties.

    Thanks a bunch!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •