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
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.
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)
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