[thelist] CSS Nav Woes

Russ russ at unrealisticexpectations.com
Sat Jan 10 02:32:06 CST 2004


I've built a fairly simply navigation in CSS that I'm having difficulty
with.

To make a long story short, my style is:


a.nav:hover {
	border: 1px solid white;
	background-color: white;
	color: #0E5FA4;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	
}

a.nav:active {
	border: 1px solid #669FB4;
	color: White;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	}

When the navigation appears in IE 6, the top border does not appear and
I'm unsure as to why I keep having this issue.  Left, Right and bottom
borders appear just as one would expect.

Does anyone have any ideas?  If you would like to see a URL, I can email
you one off-list for the sample.

Thanks,

Russ



More information about the thelist mailing list