Dreamweaver CC: How do you stop horizontal scrolling in safari/iPhone ?
overflow-x: hidden; works on all browsers except Safari/iPhone.
Any suggestions how to get round this ?
overflow-x: hidden; works on all browsers except Safari/iPhone.
Any suggestions how to get round this ?
For such a great design, it is a pity that you used an HTML table. Inevitably such a table will add extra spaces which are causing the horizontal scrolling.
To answer your question, just after the body tag (<body> add
<div id="overflowhidden">
and just before the end body tag (</body>) close the wrapper with
</div>
Getting back to the table matter, try adding the following style rule to your table elements
border-collapse: collapse;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.