Not Solved [Help] THEAD style not the same?
#3
Not Solved
It's probably because you've got your:

.thead {
	background: #EEE;
	color: #FFF;
	font-size: 10pt;
}

Set to a bigger font than:

.thead a:link {
	color: #FFF;
	text-decoration: none;
}

.thead a:visited {
	color: #FFF;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #EEE;
	text-decoration: underline;
}
Reply


Messages In This Thread
[Help] THEAD style not the same? - by xiaozhu - 2008-08-27, 04:01 AM
RE: [Help] THEAD style not the same? - by Eric - 2008-08-27, 04:52 AM
RE: [Help] THEAD style not the same? - by xiaozhu - 2008-08-27, 05:35 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)