View Full Version : css consistency
EscapeCharacter
06-05-2003, 11:53 AM
is there a technique or some css option i can set to have the style look the same across browsers? i just started messing with them since i learned they could replace my nasty dirty nested and noticed in mozilla it would look fine but in IE it would look like crap, so whats a guy to do?
edit:
i know i could probably use java script to check browsers and have the css taylored to each but id rather not do that.
sicarius
06-05-2003, 12:49 PM
You've already listed your only viable option.
Just like HTML, CSS is just a "recomendation" from the W3C. Some browsers interpret and render CSS differently than others, just like they do with HTML.
From my own experiences Opera has one of the best CSS implementations, but of course you can't force everyone in the world to use it.
Basically you are shafted unless you do the thing you dread: using javascript and having more than one style sheet.
Strike
06-05-2003, 01:47 PM
Or you could always just put "Best viewed with Mozilla/Opera" on your website and consider it a done deal.</sarcasm>
EscapeCharacter
06-05-2003, 09:02 PM
Originally posted by Strike
Or you could always just put "Best viewed with Mozilla/Opera" on your website and consider it a done deal.</sarcasm>
i like your idea best :). i guess im just gonna have to bite the bullet, itll give me some good experience. thanks guys
^BuGs^
06-24-2003, 10:13 PM
Or you can just your site with the CSS vaildator... http://jigsaw.w3.org/css-validator/validator-uri.html
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.