MyBB Community Forums

Full Version: Hover Navigation Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
#navigationbar {
	height: 30px;
	font-size: 10pt;
	font-weight: bold;
	width: 981px;
	background-image: url(images/navigationbar.png);
}
#home {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 30px;
	width: 64px;
	padding-top: 6px;
	padding-bottom: 6px;
	display:block;
}
#home a, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#home a:hover,a:active {
	background-image: url(images/navbar/home.png);
	color: #ffd800;
	height: 30px;
	width: 64px;
}

Not Hovered
[Image: 31493home.png]

Hovered
[Image: 77110error.png]

What I want the Hovered Image like:
[Image: 19435home.png]

PS I want text to be editable instead of saved within an image
#home a {
      background: transparent;
}
try that..
didn't work Sad
Link to your forums, please?
it's an upcoming theme/template... Sad but that's basically the code concerning the nav bar...i just started the only thing i coded besides the nav bar was the header
Try adding this to the a, a:active CSS.
background: transparent!important;
doesn't work either Sad
Hm. Not sure then. Can you PM me how you do the menu, please?
didnt touch it....i'm trying this nav bar on a regular page and when it works i move it into my forums