Page 1 of 1

Cross-Browser compatabiltiy issues

Posted: May 16, 2004, 2:14 am
by Akaran_D
Ok. Keep having this horrific annoyance pop up: I work out a CSS / HTML file and prep it for posting, then do so for review. I don't have Firefox, Moz, NS, or whatever.. I use plain and simple IE. Now, apparently, whatever code I'm using will not work with certain non_IE browsers.

So. Can someone tell me what CSS codes work with the likes of Moz, Firefox and other third party browsers?

edit: Code I used that won't show up on FF and Moz:
http://webpages.charter.net/jebhawk/Kra ... t-main.css
http://webpages.charter.net/jebhawk/Kratos/index.html

(No those are not offical redesigns, just me teaching myself how to use CSS.. obviously, with compatability issues_.

Posted: May 16, 2004, 9:16 pm
by archeiron
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/validator-uri.html

Try to validate your HTML and CSS using the W3 validation system. Compliant HTML and CSS should work on all major browsers with a few notable exceptions, which I would share if I wasn't so tired at the moment.

Posted: May 17, 2004, 1:24 pm
by noel
HIGHLY recommend you pick up 'Designing with Web Standards' by Jeffrey Zeldman. Easily the best book out there on web design based on standards. Your page is not the problem if it's designed right. The out of date browser is. At least take the time to cruise into B&N and flip through it. Really good book.