Hey Guys,
i am using some CSS boxes with a dashed border on a site of mine, they come out perfectly in firefox, but in i.e they are all over the place, different sizes, dont line up etc.
This is the site:
http://hylux.com.au/links.html
Can anybody tell me what im doing wrong, here is the css controling those boxes:
Code:
}
.links1 {background:#F2F9FF;
border:1px dashed #777777;
color: #777777;
font-size: 11px;
height: 125px;
width: 345px;
font-family: Arial, Helvetica, sans-serif;
}