|
jaybee -> RE: Margins, CSS and browsers (2/4/2005 18:20:31)
|
FF, Opera, Mozilla all render the same, it's IE that's out. Can I give you a small piece of advice and it's up to you whether you take it or not but I found after a lot of heartache that it's much easier to design using FF and then fix the IE quirks. quote:
I know the page doesn't validate. The reason we bang on about validating is that a daft mistake can throw everything out of whack, the validator would have caught it for you. Think of it more as an error checker to help you out rather than a "Ha Ha you can't write proper code" mickey taker. As soon as I've done the ground work on a page the first thing I do is run it through the HTML and CSS validators. It saves me hours of frustration. There are over 100 HTML errors in that page, many of them relating to css, so much so that the css validator won't even attempt to check it. Please, anyone who is reading this, try and take this on board........ HTML and CSS work together. An error in one can cause problems in the other. If you are having a layout problem then make sure your HTML and css are error free by running them through the validator.
|
|
|
|