css text shadow
http://web.mac.com/couragetocreate/iWeb/Site/Blog/Blog.html
this entry:
http://web.mac.com/couragetocreate/iWeb/Site/Blog/CE17C8EE-7F42-44DC-BA8C-5B2BCD 2EBB3D.html
has a couple viewer comments on it, and i have been messing with my .css file to do post alterations with my iweb project and i want to try to add a text shadow to the, now, white comments text in hopes to make it stand out more. here's the section of the .css i am concentrating on in order to change the comment color and font:
}
.InlineBlock {display: inline; }
.InlineBlock {display: inline-block; }
.commenttext {
color: white;
font-family: 'Verdana', 'sans-serif';
font-size: 10px;
font-style: normal;
font-variant: normal;
font-weight: bold;
letter-spacing: 0;
line-height: 14px;
margin-left: 0px;
margin-top: 5px;
opacity: 1.00;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
position: relative;
text-decoration: none;
text-transform: none;
width: 462px;
word-wrap: break-word;
}
.searchtext {
width: 112px;
}
can anyone help?
Mac OS X (10.4.6)
Do you Twango?