Results 1 to 3 of 3

Thread: Chrome Bar Help

  1. #1
    Join Date
    Jan 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Chrome Bar Help

    Hello, not sure what to put or say here, but ive been having a few problems putting up a Chrome Menu Bar that ive had from you site. We have tried several ways and cannot seem to fix the problem and I was wondering if anyone could help.

    Our site is

    http://www.thorpeparkmania.co.uk/tpm2006

    As you can see there is problems with the menu bar.

    Any Suggestions on how to rectify it?

    Many Thanks

    Dan

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    It's hard to say without first fixing the HTML markup on your page. Namely, you've added the script inside the BODY section of the page, but ending up a closing TD tag:

    Code:
    "
    <!--3rd anchor link and menu -->                                                 
    <div id="dropmenu3" class="dropmenudiv" style="width: 150px;">
    <a href="http://www.google.com/">Google</a>
    <a href="http://www.yahoo.com">Yahoo</a>
    <a href="http://www.msn.com">MSN</a>
    </div><!--webbot bot="HTMLMarkup" endspan --></td>
    			
    		</tr>
    This is obviously invalid HTML- try removing the entire HTML for the script, and placing it in clean HTML again on the page.

  3. #3
    Join Date
    Jan 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok Sorry To Double Post

    And it seems like ive just came along and spammed

    We have seemed to of rectified the problem now

    Thanks Anyway

    Daniel

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
  •