[thelist] critique and review request for 2 sites

David Bindel dbindel at austin.rr.com
Sun Apr 21 09:33:01 CDT 2002


> -----Original Message-----
> On Behalf Of Samir M. Nassar
>
> I would be most honored if you guys would critique both
>
> http://os-ds.com and http://www.redconcepts.net

One thing I like to do is make my links look and act similar to buttons.
Here is the CSS I use for that:


#navbar a, #navbar a:visited {
	background: #C90;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	border: 1px outset #FC0;
	padding: 3px;
}
#navbar a:hover, #navbar a:visited:hover {
	background: #FC0;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	border: 1px outset #FC0;
	padding: 3px;
}
#navbar a:active, #navbar a:focus {
	background: #FC0;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	border: 1px inset #FC0;
	padding: 3px;
}

Just an idea.




More information about the thelist mailing list