I made a css for my php table form. I just noticed that my background image on my table looks fine in firefox but in safari it is larger than it needs to be and continues outwards past the borders.
How can I fix this? Also, I use a mac so I cannot see what it looks like in internet explorer. I wonder how I can verify it there as well.
Here is my css
@charset "UTF-8";
/* CSS Document */
/* ------- Speedy Contact Page Layout ----------*/
table {
border: 1px;
border-style: solid;
border-color:#000000;
-moz-border-radius: 7px;
border-radius: 10px;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #000000;
}
a:link {color:#000066;} /* unvisited link */
a:visited {color:#000066;} /* visited link */
a:hover {color:#3bb9ff;} /* mouse over link */
a:active {color:#000066;} /* selected link */
.box{
padding:0 0px 0px 0px;
margin:0px;
width: 100px;
height: 100px;
font:12px/18px Arial, Helvetica, sans-serif;
color:#000000;
background:#fff url() 0 0 repeat-x;
}
.box23{
padding:0 0px 0px 0px;
margin:0px;
width: 520px;
height: 396px;
font:12px/18px Arial, Helvetica, sans-serif;
color:#000000;
background:#fff url(images/box2244.gif) 90px; 0 repeat-x;
}
.heading_2{
font-family: Blippo, fantasy;
font-size:28px;
font-weight:normal;
color:#000066;
line-height:28px;
padding:0 0 15px 0;
display:block;
}
td.total
{
padding:10px 0px 0px 0px;
background: none;
text-align:right;
font-weight:normal;
font:11px/18px Arial, Helvetica, sans-serif;
letter-spacing:1px;
}
Any help with the safari issue would be great. Thanks!
[edited by: alt131 at 2:33 pm (utc) on May 26, 2011]
[edit reason] Thread Tidy [/edit]