View Full Version : Diff in css 1 n css3
gurmeet
03-08-2009, 11:24 AM
Hi friends i am new to css, i want to know what is the diff in css1 n css3...i am doing coding in css 1 only.. So want to learn more about css 3... Secondly i also having little prob in making the look of the page in diff browsers... So is there any link where i can find the differences in css coding for diff browsers....? Thanks in advance....
coothead
03-08-2009, 12:20 PM
Hi there gurmeet,
here you go...
CSS 1 (http://www.w3.org/TR/REC-CSS1/)
CSS 2 (http://www.w3.org/TR/CSS2/)
CSS 3 draft (http://www.w3.org/Style/CSS/current-work)
coothead
Snookerman
03-08-2009, 12:22 PM
Check out this site: http://www.css3.info/ (http://www.css3.info/)
Good luck!
jscheuer1
03-08-2009, 01:53 PM
Generally, for current work, use CSS 2. There will be some minor differences between browsers. For the most part these can be minimized by using the right approach (for example, sometimes using margin rather than padding or visa versa is better). Even using the most universal/appropriate property value pair for a given css effect will not always work cross browser. But if you really have the correct one, usually the only odd birds will be the various recent versions of IE (6, 7, 8RC1). These can best be tweaked when necessary using IE's proprietary conditional comments to supply supplementary stylesheets for those browser(s).
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.