View Single Post
  #4  
Old 08-29-2003, 08:24 PM
Rogean's Avatar
Rogean
Administrator
 
Join Date: Jul 2003
Location: Massachusetts
Posts: 708
Default

and the Divs:

Code:
div.menus {
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu {
	width: 100px;
	color: white;
	background: #1D2E47;
	border: 1px solid #506076;
	padding-bottom: 2px;
	margin-bottom: 3px;
	cursor: default;
}
Any more questions you can feel free to talk to me on the IRC Server (Rogean) Or PM Me.
Reply With Quote