PDA

View Full Version : Help a noob with hover menus


Improvinkid17
03-19-2007, 11:28 PM
Ok, so I know absolutely nothing when it comes to coding. I have a website I'm working on, I found the template on the web, but I want to modify it. I have spent hours trying to make this one thing work, but no matter what code I use, it still refuses to work. Maybe someone can help me out. The website that I have done is here (http://www.members.shaw.ca/marcdevbox) and I want to gut the side bar, and have the little side bar stuff come down like a hover down menu found on this site (http://www.felgall.com). I dont know how to do this, if someone can help me out by emailing me at loryn.marcellus@shaw.ca, that would be greatly appreciated.

twodayslate
03-20-2007, 01:09 AM
http://alistapart.com/articles/dropdowns/
http://www.htmldog.com/articles/suckerfish/
Hope this helps! Basically it is a list within a list(or span) that is on display: none; and then when hovered it is one display: block;

Improvinkid17
03-20-2007, 03:24 AM
thanks, I was looking for something in CSS or Java...anyone?

jlhaslip
03-20-2007, 03:48 AM
http://www.cssplay.co.uk
or
http://www.bonrouge.com

karinne
03-20-2007, 03:32 PM
thanks, I was looking for something in CSS or Java...anyone?

Did you even check the link twodayslate gave you? Those are done with CSS and JS!