Helping ordinary people create extraordinary websites!

Go Back   Web Development Forum > Website Designing > HTML/CSS
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-07-2006, 02:43 PM
Junior Member
 
Join Date: Aug 2006
Posts: 1
Question Pull-down menus with CSS?

Hey, I'm just getting back into web design and thus have no real knowledge of CSS.. I've read over some tutorials and experimented a bit, but my problem is a little bit complex. Anyways, to the point... my page has a very basic menu of text links. What I would like to do is have a hover (mouseover) effect on only ONE of the links where it pulls down more text links when you hover. I can't figure this out, any help out be greatly appreciated!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-08-2007, 12:02 AM
ryanhellyer's Avatar
Super Moderator
 
Join Date: Dec 2007
Posts: 707
Default

Hi,
There are three main approaches to dropdown menus

The first method and the most commonly recommended approach is to use a suckerfish dropdown, this involves formatting a list using CSS into a dropdown, however IE5-IE6 can't display pure CSS dropdowns correctly, so a little javascript is necessary to kick the menu down in these browsers. Here are some links to good tutorials on Suckerfish's:

http://www.alistapart.com/articles/dropdowns/
http://www.htmldog.com/articles/suckerfish/dropdowns/

Another approach is to use nested tables inside IE conditional comments to kick down the menu in IE5-IE6. This has the advantage of not requiring javascript for these older browsers, however it requires more code and your HTML can get quite messy. There are some good examples available at CSS Play:

http://cssplay.co.uk/


Another approach which is definitely not recommended, is to use javascript for ALL browsers. This is an older technique and is not used anymore.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-07-2008, 08:25 AM
Junior Member
 
Join Date: Oct 2008
Posts: 24
Default

In the css file, menu command is already available in css. you can also change it and you can change the mousehover command and add also..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:21 AM.


Website Design by Ducani Media Group
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.