Click here to Skip to main content
15,888,579 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
User 171649227-Mar-12 23:29
professionalUser 171649227-Mar-12 23:29 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
Roger Wright28-Mar-12 19:47
professionalRoger Wright28-Mar-12 19:47 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
User 171649228-Mar-12 23:28
professionalUser 171649228-Mar-12 23:28 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
Roger Wright30-Mar-12 3:43
professionalRoger Wright30-Mar-12 3:43 
AnswerRe: A Favor, Please, From Any CSS Gurus Out There Pin
jkirkerx27-Mar-12 18:59
professionaljkirkerx27-Mar-12 18:59 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
Roger Wright27-Mar-12 19:34
professionalRoger Wright27-Mar-12 19:34 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
jkirkerx28-Mar-12 6:34
professionaljkirkerx28-Mar-12 6:34 
AnswerRe: A Favor, Please, From Any CSS Gurus Out There Pin
JimBob SquarePants29-Mar-12 3:02
JimBob SquarePants29-Mar-12 3:02 
This should get you started

http://jsfiddle.net/N7aB6/[^]

The whole thing is css driven rather than javascript as I always think that is wiser.

You'll notice the font is different but that is just because your menu will be inheriting the font style from the page. I've simplified the css a lot compared to the original code but there's a chance I might have missed something as I've only spent about 5 minutes in all working on it.

The premise is pretty simple. hide the child ul elements using display:none and show them on the li:hover pseudo selector.

Hopefully this is enough to get you started.

Oh and stay away from dreamweaver. It's yucky. Dead | X|
JimBob SquarePants
*******************************************************************
"He took everything personally, including our royalties!"
David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager
*******************************************************************

GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
Roger Wright29-Mar-12 11:24
professionalRoger Wright29-Mar-12 11:24 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
miyasudokoro29-Mar-12 21:25
miyasudokoro29-Mar-12 21:25 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
Roger Wright30-Mar-12 3:44
professionalRoger Wright30-Mar-12 3:44 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
miyasudokoro30-Mar-12 14:22
miyasudokoro30-Mar-12 14:22 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
JimBob SquarePants30-Mar-12 0:08
JimBob SquarePants30-Mar-12 0:08 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
Roger Wright30-Mar-12 3:47
professionalRoger Wright30-Mar-12 3:47 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
User 171649230-Mar-12 4:09
professionalUser 171649230-Mar-12 4:09 
AnswerRe: A Favor, Please, From Any CSS Gurus Out There Pin
FireDog3126229-Mar-12 6:01
FireDog3126229-Mar-12 6:01 
QuestionApplication Hosting Pin
pix_programmer25-Mar-12 23:55
pix_programmer25-Mar-12 23:55 
AnswerRe: Application Hosting Pin
Wayne Gaylard26-Mar-12 0:55
professionalWayne Gaylard26-Mar-12 0:55 
GeneralRe: Application Hosting Pin
pix_programmer26-Mar-12 1:26
pix_programmer26-Mar-12 1:26 
GeneralRe: Application Hosting Pin
Wayne Gaylard26-Mar-12 4:41
professionalWayne Gaylard26-Mar-12 4:41 
AnswerRe: Application Hosting Pin
Mohibur Rashid26-Mar-12 19:04
professionalMohibur Rashid26-Mar-12 19:04 
QuestionFacebook Chat API Pin
Masihur25-Mar-12 19:51
Masihur25-Mar-12 19:51 
AnswerRe: Facebook Chat API Pin
Wayne Gaylard25-Mar-12 21:50
professionalWayne Gaylard25-Mar-12 21:50 
QuestionSOLVED :: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Joan M22-Mar-12 4:10
professionalJoan M22-Mar-12 4:10 
AnswerRe: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Peter_in_278022-Mar-12 11:04
professionalPeter_in_278022-Mar-12 11:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.