Thread: Safari problem
View Single Post
09-10-2007, 06:56 PM
#3
insub2 is offline insub2
Status: Member
Join date: Jun 2007
Location:
Expertise:
Software:
 
Posts: 136
iTrader: 1 / 100%
 

insub2 is on a distinguished road

Send a message via AIM to insub2

  Old

i don't have safari, so i can't help too much.
but if it has something to do with width, i suspect that you'll need to edit this:
Code:
.sbox {
padding-top:20px;
width:98%;
height:auto;
margin:0;
text-align:left;
padding-left:38px;
}
you probably should edit it anyway. ...due to poor consistency between browsers in the way they implement the box-model, it is a bad idea to set margin and padding on the object.