Problems with my menu header

Discussion in 'HTML & Website Design' started by elremolino, Nov 18, 2009.

  1. #1
    Hi. I have put a java script menu in the header, but I didn't know how to put it! I tried with many html tags <div align="center"> so that i need my menu in the middle, but it doesn't work so I decide with a table and in the IE looks perfectly but in other like firefox,chrome appears wrong way

    <table align="center">
    <tr>
    Menu is here
    </tr>
    any other idea to have my menu in the middle of my site bellow of my header
    you can see the web here
    Check it in IE is ok, but firefox no
    http://www.innovatravelperu.com
     
    elremolino, Nov 18, 2009 IP
  2. so_sweet

    so_sweet Member

    Messages:
    234
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #2
    looks good for the header in chrome mate ;) , but no for the menu.

    just add this <div align="center" margin-left:xxx px; width: xxx px >

    xxx = depend on your wide of image
     
    so_sweet, Nov 18, 2009 IP
  3. elremolino

    elremolino Member

    Messages:
    127
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    Hi mate, thax for ur answer,but this doen't work any other advice? any other way with this? please
     
    Last edited: Nov 18, 2009
    elremolino, Nov 18, 2009 IP
  4. shasya

    shasya Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    try this script : <td valign="middle">
    may it can help u
     
    shasya, Nov 18, 2009 IP
  5. elremolino

    elremolino Member

    Messages:
    127
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #5
    Thanx shasya you are great!,
     
    elremolino, Nov 18, 2009 IP
  6. same

    same Greenhorn

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    GO on the page where u written this code and add the browser compibility code for your website that

    will help you to get the thing same on all browser ..........!

    many times if you are using ajax within your web site then if you see on IE then it's good but on other browser

    it looks different that the problem............!

    you will get the code from google........!
     
    same, Nov 18, 2009 IP