MyBB Community Forums

Full Version: A few questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I remove that small bit of container when looking the catagories.

Also I am having a problem with my menu it isn't at the top of the container like I want Sad. How to fix?

the code -

.menu {
	background: #ffffff;
	width: 100%;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.menu li {
	display: inline;
}

.menu ul {
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;
}

Oh and my last question is I tried that show thread edit someone posted. When I tried it didn't work Sad.
Maybe some screenshots of selected elements to change. Best if you gave a URL.
http://mybbthemetopia.co.cc/ the purple eruption theme.
From this menu, try using these codes rather than used by you now:
.navigation {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
position: relative;
top: 14px;
}
and .menu:

.menu {
	background: #ffffff;
	width: 920px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
position: absolute;
top: 123px;
height: 25px;
padding: 0 10px;
}

.menu li {
	display: inline;

}

.menu ul {
	color: #000000;
	font-weight: bold;
	text-align: left;
        position: relative;
        top: -11px;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;
}

Regarding the first question I do not know whether the end but try to understand instead thead height: 30px; give height: auto;
Well that fixed the menu problem,but the other problems are still there Sad.
What? Select the pictures and describe because otherwise I will not give advice to help.
Okay for the container problem - http://i47.tinypic.com/8zp9tx.jpg
If you want to change the background of the container because it is the usual background of the container.
(2010-02-19, 09:01 PM)virus4 Wrote: [ -> ]If you want to change the background of the container because it is the usual background of the container.

No no what I want to do it make the circled area not show Wink.