Reputation: 3168
I am designing my site on a mac. I used basic formatting and then when i want on to my pc, the wrapper width was too wide. My question is what can i do so that my website looks the same on all browsers/os?
Upvotes: 1
Views: 13525
Reputation: 2917
Use a css reset like Eric Meyer, CSSesta, BoilerPlate or YUI.
Sign up for https://browserlab.adobe.com/ You can test the most commonly used browsers win & mac
Upvotes: 1
Reputation: 253318
I'd add a couple of further points to @David Dorward's answer:
Upvotes: 0
Reputation: 3084
You need to do a lot of testing in different broswers, in some cases you need to have different styles to make them cross browser compatiable, broswers render pages differently here is a nice tutorial with some tools to help you.
You should try and stick to the web standards as much as possible.
Upvotes: 2
Reputation: 943567
Upvotes: 10