Forum Moderators: not2easy
a#THELINK {
background:THEBOXIMAGE;
}
a#THELINK b{
width:WHATEVER;
height:WHATEVER;
background:THELITTELTRIANGLEIMAGE;
margin-top:ENOUGH TO PUSH THE TRIANGLE OUT;
margin-left:ENOUGH TO MOVE THE TRIANGLE TO CENTER;
}
They also add padding in a few places to shift box sizes and distance elements from one another.
The best way to study it is to install the Web Developer toolbar on Firefox and click on "Edit CSS" in the CSS Menu. YOu can remove and alter margins and padding to see how things move around and interact.
cEM