
May 30th, 2006, 10:10 AM
|
|
what do I know about diamonds?
|
|
Join Date: Jul 2003
Location: ON, Canada
|
|
|
Hi,
You are right, they have done this with css.
if you look at the code the list elements <li> have a class of lnkcnt
and if you look at the css file you can see that they gave it a background image of the blue arrow and selt to to be at the left side and not repeat.
.lnkcnt{
float:left;
padding:0px 0px 0px 9px;
background-image:url(/img/arrow_blue.gif);
background-position:0px 4px;
background-repeat:no-repeat;
}
hope that clears things up for ya.
__________________
|