Results 1 to 3 of 3

Thread: Glossy Horizontal Menu - onclick behaviour

  1. #1
    Join Date
    Mar 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question Glossy Horizontal Menu - onclick behaviour

    Answered - Question on my next post
    I am new to html, css and js. I would like to know with this menu, how can i still have the coloured background on the tab when pointing your cursor over the tab but without a hyperlink?

    Cheers,
    Clodey
    Last edited by Clodey; 03-11-2008 at 03:44 PM.

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Just change the link to "#". This way it doesn't really link to anything but you won't have to mess with the CSS.

    <li><a href="#"Menu Item</a></li>

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

    Clodey (03-11-2008)

  4. #3
    Join Date
    Mar 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks, can you help me with something else too?

    I am using onclick= to make images blend over, i want to do this with a video. Do you know how to do this?
    If you want, i can post my code.

    Thanks,
    Clodey

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
  •