Jonas 151 Posted September 30, 2006 Report Share Posted September 30, 2006 http://centricle.com/ref/css/filters/That's a list of CSS hacks and which browsers support them. I thought this might perhaps be useful to some of you?In addition there's the IE Conditional Comments which are xhtml/css valid, as they are read as comments by all other browsers and the validators. 1 Link to post Share on other sites
boen_robot 107 Posted September 30, 2006 Report Share Posted September 30, 2006 I think this should be pinned, or it will soon vanish in the back of this forum.I would also like to add some sites that have a lot of CSS things demonstrated on them:http://www.quirksmode.org/http://cssplay.co.uk/http://alistapart.com/or better yet, seehttp://www.w3.org/Style/CSS/learningfor a list of such sites and more. Link to post Share on other sites
Jonas 151 Posted September 30, 2006 Author Report Share Posted September 30, 2006 I think this should be pinned, or it will soon vanish in the back of this forum.Whoops. Didn't I? Well, now I did...I would also like to add some sites that have a lot of CSS things demonstrated on them:http://www.quirksmode.org/http://cssplay.co.uk/http://alistapart.com/or better yet, seehttp://www.w3.org/Style/CSS/learningfor a list of such sites and more.Yeah, I already linked to cssplay in the CSS Tutorial thread (forum introduction). But it's better if we put CSS resources in this thread I think... Link to post Share on other sites
eguru 0 Posted October 2, 2006 Report Share Posted October 2, 2006 Some to add over my collectionshttp://cssvault.com/resources.phphttp://www.cssdrive.comhttp://www.glish.com/css/ Link to post Share on other sites
Jonas 151 Posted October 2, 2006 Author Report Share Posted October 2, 2006 http://www.csszengarden.com/ Link to post Share on other sites
ible-white 0 Posted October 4, 2006 Report Share Posted October 4, 2006 these are also very useful:Raw CSS Exampleshttp://www.pmob.co.uk/CSS Shorthand Guidehttp://www.dustindiaz.com/css-shorthand/Web Developer's Handbookhttp://www.alvit.de/handbook/Layout Gala- (40)http://blog.html.it/layoutgala/(edited list) Link to post Share on other sites
Sniffy 1 Posted December 19, 2006 Report Share Posted December 19, 2006 Does anybody have Opera support for CSS?My site looks really messed in Opera. Link to post Share on other sites
funktifyknow 0 Posted May 19, 2007 Report Share Posted May 19, 2007 No one has put anything here about Eric Meyer Link to post Share on other sites
Jonas 151 Posted October 4, 2007 Author Report Share Posted October 4, 2007 Does anybody have Opera support for CSS?My site looks really messed in Opera. http://www.opera.com/docs/specs/#csshttp://www.opera.com/docs/specs/css/(^ look the same but are not) Link to post Share on other sites
nidhikandan 0 Posted October 11, 2007 Report Share Posted October 11, 2007 thanks to u....... Link to post Share on other sites
Jonas 151 Posted October 12, 2007 Author Report Share Posted October 12, 2007 thanks to u....... Um... what? What's with the eyeroll? Link to post Share on other sites
Matpatnik 1 Posted January 31, 2008 Report Share Posted January 31, 2008 I have created a while ago a page to help me see which font show the best on each browser...http://www.matpatnik.com/index.php?section=cssfontfamilyI will probably add more information later on 1 Link to post Share on other sites
drcarper 0 Posted November 16, 2008 Report Share Posted November 16, 2008 http://centricle.com/ref/css/filters/That's a list of CSS hacks and which browsers support them. I thought this might perhaps be useful to some of you?In addition there's the IE Conditional Comments which are xhtml/css valid, as they are read as comments by all other browsers and the validators.The link to IE Conditional Comments did not resolve. A quick search for ie conditional comments in the search box provided returned this link: http://msdn.microsoft.com/en-us/library/ms537512.aspxI'm not sure if that is what your link was to but there is plenty of info there. Link to post Share on other sites
euart 0 Posted January 7, 2009 Report Share Posted January 7, 2009 very useful Link to post Share on other sites
htmlcoder 1 Posted March 24, 2009 Report Share Posted March 24, 2009 WOW! Link to post Share on other sites
Guest bigD Posted July 11, 2009 Report Share Posted July 11, 2009 WOW!I would like to know if there are any know ie hacks for the box-shadow property for CSS3... -moz-box-shadow:5px 5px 12px #000; -webkit-box-shadow:5px 5px 12px #000;are two properties that I used to get it to work in mozilla (firefox), safari, and chrome. Just let me know! Link to post Share on other sites
ballack999 0 Posted June 1, 2010 Report Share Posted June 1, 2010 When is CSS3 will be use in all browser? Link to post Share on other sites
Jack McKalling 2 Posted June 26, 2010 Report Share Posted June 26, 2010 (edited) As a reaction on the use of conditional comments, in my opinion they are not "cross-browser", strictly seen. They just enable the use of non cross-browser code, to work only in a certain browser or in all others.I try to make use of a real cross-browser sollution instead myself, if I may say. This is what makes it hard though, some things just cannot be done, and I have a few examples too. Right now again I'm confronted as a matter of fact. Very often one browser, specifically Internet Explorer, gets shouted and sweared at.. Edited June 26, 2010 by Jack McKalling Link to post Share on other sites
Recommended Posts