1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Newbie Needs a Little Help With Template

Discussion in 'HTML & Website Design' started by skypeace, Oct 26, 2008.

  1. #1
    Hi! :)

    I just put up www.syzel.com

    It is still under construction......

    If you look at the navigation bar below the header on all the pages it falls short of the header's length.

    How do i fix this?

    Also, do you have any other image in mind that i can use?

    Thank You! :)
     
    skypeace, Oct 26, 2008 IP
  2. shahilroyhere

    shahilroyhere Well-Known Member

    Messages:
    189
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    130
    #2
    Hi,
    Give the "width" to the "menu" div in the main2 css.
    And also a background-color.
    That will solve the problem.

    I saw your projects and blogs, Interesting. Carry on.
     
    shahilroyhere, Oct 26, 2008 IP
    farrhad likes this.
  3. skypeace

    skypeace Well-Known Member

    Messages:
    2,348
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    130
    #3
    Glad you liked the projects :)

    Am a total newbie and need a little more explanation of what is to be done? :p

    Thanks!
    rep added
     
    skypeace, Oct 26, 2008 IP
  4. shahilroyhere

    shahilroyhere Well-Known Member

    Messages:
    189
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    130
    #4
    Open your CSS file main.css.
    Find where it is:
    #menu { margin: 0 0 50px; }
    Code (markup):
    Just replace it with:
    #menu { margin: 0 0 50px; background: #D0D4D4; width: 960px;}
    
    Code (markup):
    If this don't work, then remove the "width: 960px;"
    If still it don't work then I'll have to see with your original files. Your menu is badly structured. The ul li is not done properly.
    Another thing is that, hope you noticed already, whenever the search is clicked, the menu disappears. Try to fix the JavaScript.
     
    shahilroyhere, Oct 26, 2008 IP
  5. skypeace

    skypeace Well-Known Member

    Messages:
    2,348
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    130
    #5
    Hi!

    No it did not work perfectly still some error :(

    I have attached the file.

    Thanks

    Css:

     
    skypeace, Oct 26, 2008 IP
  6. maestria

    maestria Well-Known Member

    Messages:
    705
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    110
    #6
    You may consider adding a bit more of padding to the button in css.
    This should help
     
    maestria, Oct 28, 2008 IP
  7. skypeace

    skypeace Well-Known Member

    Messages:
    2,348
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    130
    #7
    Problem Fixed
    Thank You!
     
    skypeace, Oct 30, 2008 IP