I'm needing to position my form element centrally - it works fine in IE 7 but in Mozilla it is slightly off centre:
If you check this page for example, you will see what I mean if you look to the bottom right of the page and see the numbered boxes 1-5
http://www.adclweb.com/dev/st-dsfa/a...id=56&PageID=4
Can anyone suggest a solution to them not aligning in firefox?
this is my css
.artistloop
{
height: 20px;
width: 20px;
FONT-SIZE: 12px;
font-weight: bold;
COLOR: white;
BACKGROUND: #BEBDB0;
CURSOR:hand;
cursor:pointer;
margin:2px;
border:0px;
}
thanks