Author: Joe MakowiecJoe Makowiec Date: Nov 29, 2007 23:06
On 29 Nov 2007 in macromedia.dreamweaver, Tarvardian wrote:
> Specifically, I can't get the "#navlist a: link" style to display
> for the secondary navigation just below banner graphic. What
> displays is the browser's blue default style, and I can't figure out
> why.
#navlist a: link, #navlist a: visited {
Remove the spaces:
#navlist a:link, #navlist a:visited {
|