Results 1 to 2 of 2

Thread: 2 Problems with menu

  1. #1
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Cool 2 Problems with menu

    first problem is for some reason I can't get it to strech 100% of the screen

    second problem I want to get rid on the red boarder around the menu.

    here are a few of the pages to help

    http://www.robinsden.110mb.com/menus...testpage.shtml

    that first one shows the menu

    This secound one shows my css.

    http://www.robinsden.110mb.com/menus...yslidemenu.css

    It's from dynamic drive.

    The origonal menu I started with is this the one below

    http://www.dynamicdrive.com/style/cs...el_css_menu_2/

    Thanks for the help.
    Last edited by robin9000; 02-05-2009 at 03:08 AM.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    In menuscripts/divtag.css
    change:
    Code:
    #container 
    { 
    margin: 0 auto; 
    width: 770px; 
    border: 1px solid red; 
    }
    To:
    Code:
    #container 
    { 
    margin: 0 auto; 
    width: 100%; 
    border: none; 
    }
    Jeremy | jfein.net

  3. The Following User Says Thank You to Nile For This Useful Post:

    robin9000 (02-05-2009)

Bookmarks

Posting Permissions

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