Log in

View Full Version : Glossy Horizontal Menu - onclick behaviour



Clodey
03-10-2008, 08:46 PM
Answered - Question on my next post

I am new to html, css and js. I would like to know with this menu (http://www.dynamicdrive.com/style/csslibrary/item/glossy_horizontal_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

Medyman
03-11-2008, 03:31 AM
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>

Clodey
03-11-2008, 03:34 PM
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