For some reason neither of those are working. Right now in my style.css sheet I have:
Code:
#Layer1 {
position:absolute;
left:20px;
top:38px;
width:105px;
height:197px;
z-index:1;
background-color: #FFFFFF;
P A
{
border: 1px solid #9099AB;
padding: 0px 0px 0px 0px;
background-color: #BFCFE6;
padding-left: 0px;
padding-right: 0px;
}
P A:hover
{
border:4px solid #000000;
}
}