Link to home
Start Free TrialLog in
Avatar of AndrewIanRogers
AndrewIanRogersFlag for Australia

asked on

Align bullet image with text in Dreamweaver 8

Hi,

I am preparing a new site in dreamweaver.  I have used small images for the bullets in an unordered list and saved this as a css style.  When I view the result in Firefox the image is slightly higher than the line of text, and when I view it in IE6 the image is a lot higher than the line of text.

Code in CSS is:

.list-square-greyCopy {
      color: #4D4D4D;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height: 20px;
      list-style-type: none;
      list-style-position: outside;
      list-style-image: url(bullets/cropgrey-4square.png);

Any suggestions greatly appreciated.

Andrew
SOLUTION
Avatar of matrixnz
matrixnz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial