HTML/CSS Help

So do you want to use the bluebox when you rollover similar to the menu ?
 
OPEN STYLES.CSS

Find
Code:
div#sidebar li ul li a:hover {
	color:#09285E;
	text-decoration: none;
}

Replace it with

Code:
div#sidebar li ul li a:hover {
	color:#fff;
	font-weight:bold;
	background:transparent url('images/item-selected.jpg') no-repeat;
}

Will need one or 2 more edits, to look nicer, but that's the basic idea 🙂

That should do it 🙂
 
That will require more editing, I may take a look later if I have time.
 
Back
Top Bottom