• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[CSS] ModernAAC - Worgen

City

Active Member
Joined
Jul 14, 2012
Messages
1,077
Reaction score
30
Location
Sweden
So I'm using the Worgen template for modernAAC.
http://otland.net/f118/modern-aac-worgen-template-96935/

So I need help with CSS.

What would I need to do to take the Menu and place it 'on' the header in the lower part?

CSS:
HTML:
/**
 * Menu Style Definitions
 */
#vt_menu {
	width: 180px;
	float: left;
	background: url('images/menubackground.png') top repeat;
	padding-top: 20px; 
}

#vt_menu .header {
	width: 145px;
	height: 36px;
	background: url('images/menuheader.png') no-repeat;
	color: #ffffff;
	font-size: 20px;
	font-family: Arial, sans-serif;
	padding: 10px 0px 0px 20px;
	margin: 0px 5px 0px 14px;
}

#vt_menu ul {
	width: 165px;
	margin: 5px 5px 5px 10px;
	padding: 0px;
	list-style: none;
}

#vt_menu li {
	padding: 5px;
	background: url('images/menuarrow.png') right center no-repeat;
}

#vt_menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#vt_menu a:hover {
	color: #bedae7;
}


Edit: noticed I posted in the wrong section. If anyone would care to move it ^_^
 
Last edited:
Back
Top