| The Arcive of vBulletin Modifications Site. | |
| 
			 
			#1  
			
			
			
			
			
		 | |||
| 
 | |||
|  when hover... 
			
			My code isn't working. I have a custom navigation thing, and I want it so when it's hovered, the background image, and border colors change. Normal code: Code: .tabsmenuclass a{
background: #373737;
display: block;
padding: 5px 7px;
color: #FFFFFF;
margin-right: 0px;
text-decoration: none;
font: bold 13px Tahoma;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 0px;
}Code: .tabsmenuclass a:hover, .tabsmenuclass a.selected{
background-color: #00477c url(images/misc/navovly.png) repeat-x top left;
color: white;
font: bold 13px Tahoma;
border-top: 1px solid #006ee3;
border-right: 1px solid #006ee3;
border-left: 1px solid #006ee3;
border-bottom: 0px;
} | 
| 
			 
			#2  
			
			
			
			
			
		 | |||
| 
 | |||
|   
			
			This is not correct: HTML Code: background-color: #00477c url(images/misc/navovly.png) repeat-x top left; HTML Code: background: #00477c url(images/misc/navovly.png) repeat-x top left; | 
|  | 
| 
 | 
 | 
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
| 
 | |
|  More Information | |
| Template Usage: 
 Phrase Groups Available: 
 | Included Files: 
 Hooks Called: 
 |