Silly Pseudo-Class Question
Posted: 07 August 2009 06:58 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2009-08-07

I’m new to the forum and struggling with the correct way to handle the following:

div.ContainerOne {float:leftmargin-left5pxmargin-bottom20pxmargin-right20pxwidth:428pxheight:100pxbackground#2B341B; }
div.ContainerOne { a:link text-decorationnonecolor#ffffff; border-bottom: 1px dotted #000000; font-weight: bold; }
div.ContainerOne { a:visited text-decorationnonecolor#ffffff; border-bottom: 1px dotted #ffffff; font-weight: bold; }
div.ContainerOne { a:hover color#ffffff; border-bottom: 1px solid #ffffff; }
div.ContainerOne { a:active color#ffffff; border-bottom: 1px solid #ffffff; } 

Thank you.

Profile