Thread: Slide down menu
View Single Post
Old Feb 24th, 2006, 5:52 PM   #5
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Those specs are for a separate pop-up window, nothing to do with the menu. That is controlled, in part, by things like:
.sub
{
	list-style-position: inside;
	list-style-type: none;
	margin: 0px 0px 0px 40px;
	padding: 0px 10px 0px 10px;
	border: 1px outset #000000;
	position: absolute;
	background-color: #ffffee;
	display: none;
	visibility: hidden;
	width: 10em;
}
I suggest you do some research on CSS as well as on Javascript.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote