Stop Safari Trying to Resize on iPad
-
My new template looks great on all browsers, and even on Opera on an iPad. But Safari keeps resizing the top half shifting it to the left so there is a gap down the right. These are the settings in stylesheet. How do I tell Safari to stop resizing or at least resize to correct size? Please help
html,
body {
min-width:960px;
}
body{
background:url(images/body-tail.gif) repeat center top fixed #392f26;
color: #9b7d66;
font: 100%/1.25em Arial, Helvetica, sans-serif;
position:relative;
}#main {
font-size:.75em;
background:url(images/tail-top.png) repeat-x center top;
position:relative;
}
.container {
width: 1000px;
margin: 0 auto;
position:relative;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Stop Safari Trying to Resize on iPad’ is closed to new replies.