View Single Post
Old 11-19-2012, 12:09 AM   PM User | #2
elhippie
New Coder

 
Join Date: Mar 2012
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
elhippie is an unknown quantity at this point
take away this here'm
Code:
#mainNavigationBar a {
		color: #666;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-decoration: none;
		display: inline-block;
		line-height: 45px;
		padding-left: 10px;
		padding-right: 10px;
}
	#mainNavigationBar a: hover {
		color: #0C6;
		background-color: #0CF;
	}
elhippie is offline   Reply With Quote