MyBB Community Forums

Full Version: Tabbed Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: B0MlL.png]


Well... obviously, that's not what I want, how can I raise them all to be in line with the top of the forums?

Here's my tabbed.css:

.shadetabs {
	padding: 2px 1;
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: -15px;
	font: bold 13px Verdana;
	list-style-type: none;
	text-align: center;
}

.shadetabs li {
display: inline;
margin: 0;
}

.shadetabs li a {
	background: #1C1C1C;
	color: #ffffff;
	position: relative;
	z-index: 1;
	padding: 3px 17px;
	margin-right: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	text-decoration: none;
}

.shadetabs li a:hover {
	background: #3271a7 url(images/ctdarkblue/menu.png);
	color: #ffffff;
	padding: 5px 10px;
}

.shadetabs li a.selected {
	position: relative;
	top: 0px;
}

.shadetabs li a.selected {
	background: #FA5858 url(images/ctdarkblue/menu.png);
	color: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 17px;
	margin-bottom: 5px;
}

.shadetabs li a.selected:hover {
 /*selected main tab style */
text-decoration: none;
}

.tabcontent {
display:none;
}

@
media print {
.tabcontent {
display:block !important;
}


}

Start by removing margin-bottom and see where that gets you
Yea I set it to 0 and nothing has changed :3
What's your website's URL? The one in your signature is probably not what its showing in screenshot.