Forum Moderators: open
I was looking a this site [rewiredmind.com] and I can't figure out how they have done the shadowing effect below the blue bar. Also, how does the blue bar resize to the size of the page?
Can anyone shed any light on this?
Chris.
<td class="catrow" colspan="-3" width="32%" align="RIGHT">
the CSS looks like this:
TD.catrow
{
background-color: #98ABBC;
font-family: Verdana;
font-size : 13px;
color: #525F6A;
font-weight: normal;
background-image: url(/images/elements/catrow.gif);
background-repeat: repeat-x;
}