sixrfan
11-23-2009, 07:43 PM
i'm using a DL in my page that follows in order to give a heading and description for all the services this company offers: http://www.anthonymenshairsalon.com/new_index.html
however i also want to insert a tiny scissor image to the left of each bullet point heading in the DL, just like the attached mockup. how do i go about that???
thanks in advance!
dl.haircare {
font-style: italic;
color: #10007B;
list-style-image: url(pics/scissor.gif);
line-height: 20px;
font-size: 16px;
}
dt {
font-weight: bold;
padding-top: 20px;
}
dd {
}
however i also want to insert a tiny scissor image to the left of each bullet point heading in the DL, just like the attached mockup. how do i go about that???
thanks in advance!
dl.haircare {
font-style: italic;
color: #10007B;
list-style-image: url(pics/scissor.gif);
line-height: 20px;
font-size: 16px;
}
dt {
font-weight: bold;
padding-top: 20px;
}
dd {
}