[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[CF-Scripting] CSS drop down menu
- To: "Javascript, CSS, XML, DHTML" <scripting@list.cfdeveloper.co.uk>
- Subject: [CF-Scripting] CSS drop down menu
- From: "Stephen Moretti (cfmaster)" <stephen@cfmaster.co.uk>
- Date: Mon, 11 Apr 2005 10:12:57 +0100
- List-archive: <http://list.cfdeveloper.co.uk/pipermail/scripting>
- List-help: <mailto:scripting-request@list.cfdeveloper.co.uk?subject=help>
- List-id: Javascript, CSS, XML, DHTML <scripting.list.cfdeveloper.co.uk>
- List-post: <mailto:scripting@list.cfdeveloper.co.uk>
- List-subscribe: <http://list.cfdeveloper.co.uk/mailman/listinfo/scripting>, <mailto:scripting-request@list.cfdeveloper.co.uk?subject=subscribe>
- List-unsubscribe: <http://list.cfdeveloper.co.uk/mailman/listinfo/scripting>, <mailto:scripting-request@list.cfdeveloper.co.uk?subject=unsubscribe>
- Reply-to: "Javascript, CSS, XML, DHTML" <scripting@list.cfdeveloper.co.uk>
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
OK - Got a spot of bother and its now driving me up the wall!
I've created the drop down menu on this site :
http://www.orchard-design.co.uk/wms05/index.cfm
The menu is made up from a nested set of unordered lists and list items,
with drop down's triggered by css or js depending on how good the
browser is.
The Styles are in http://www.orchard-design.co.uk/wms05/navstyles.css
It all looks great and works great. However, when you mouse over "About
Us" (the only menu item with a sub menu) the menu items in the sub menu
are only the width of the main menu item. When ever I change anything
to try and get the sub menu to display wider than its main menu item I
manage to stuff up the display of the main menu.
How can I amend the styles/html to allow the sub menus to be wider than
the main menu?
TIA
Stephen