nikos101
02-27-2008, 06:18 PM
Anyone else been using the rgba property in their sites. I now use it with code like. It degrades gracefully for me
#nav li li{
float: left;
position: relative;
width:7em;
text-align: center;
cursor: default;
border: 1px solid #fff;
border-top-style: none;
border-bottom-style: none;
background-color:#AAD1E7;
background-color:rgba(175, 212, 234,0.8);
}
#nav li li{
float: left;
position: relative;
width:7em;
text-align: center;
cursor: default;
border: 1px solid #fff;
border-top-style: none;
border-bottom-style: none;
background-color:#AAD1E7;
background-color:rgba(175, 212, 234,0.8);
}