anyone know CSS3

Discussion in 'CSS' started by ngek, May 23, 2011.

  1. #1
    If anyone can explain what it is CSS3?
     
    ngek, May 23, 2011 IP
  2. k4sper

    k4sper Peon

    Messages:
    103
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    after css3.com

    You can find thousand of tutorials on the internet.
     
    k4sper, May 23, 2011 IP
  3. Zetiz

    Zetiz Active Member

    Messages:
    668
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #3
    It is an advanced version of CSS. It has more functionality and requires updated and advanced browsers to support it. Some of the most important CSS3 features are: rounded corners, multiple background, 3d animations, advanced shadow properties, etc.

    Check out: http://www.w3schools.com/css3
    http://www.webmakerszone.com

    Regards! :)
     
    Zetiz, May 23, 2011 IP
  4. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #4
    One of the best things that will happen to the Internet . Unfortunately it's only partially deployed .
     
    ApocalypseXL, May 23, 2011 IP
  5. karthimx

    karthimx Prominent Member

    Messages:
    4,959
    Likes Received:
    127
    Best Answers:
    2
    Trophy Points:
    340
    #5
    It is advanced version of CSS with more additional features like

    Transforms, rotate, Text Effects, Animations, borders and more in it.
     
    karthimx, May 24, 2011 IP
  6. ngek

    ngek Member

    Messages:
    101
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #6
    Thanks for the reference and information
     
    ngek, May 24, 2011 IP
  7. flingstick

    flingstick Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    CSS3 is a much advance version of CSS2 it implements animation and transitions with ease,you can create complex animation with simple codes unlike using JS with complex codes but the output is the same.
     
    flingstick, May 26, 2011 IP
  8. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #8
    Another DP thread that will continue for 3 more years.
     
    drhowarddrfine, May 26, 2011 IP
  9. webwebby

    webwebby Member

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #9
    See w3schools.com/css3
    or view lectures of Lynda @ lynda.com/CSS-training/css3-first-look/73288-2.html

    Good Luck
     
    webwebby, May 26, 2011 IP
  10. prince@life

    prince@life Notable Member

    Messages:
    278
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    225
    #10
    what is CSS3 ?
    see this http://en.wikipedia.org/wiki/CSS3#CSS_3
     
    prince@life, May 27, 2011 IP
  11. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #11
    3 year ? LOL you're gonna keep seeing this 2 years after the final deployment of the CSS3 protocols .
     
    ApocalypseXL, May 28, 2011 IP
  12. prowizards

    prowizards Greenhorn

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #12
    Check out
    css3.com
    w3school.com

    you can get many information. if confused pm me...
    Have a great day...!!
     
    prowizards, Jun 26, 2011 IP
  13. prowizards

    prowizards Greenhorn

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #13
    Check out
    css3.com
    w3schools.com

    you can get many information. if confused pm me...
    Have a great day...!!
     
    prowizards, Jun 26, 2011 IP
  14. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #14
    DP is the best place for junks. ;-)
     
    radiant_luv, Jun 28, 2011 IP
  15. unknownpray

    unknownpray Active Member

    Messages:
    3,831
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    70
  16. prowizards

    prowizards Greenhorn

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #16
    Thanks for valuable suggestion guys...!! :D
     
    prowizards, Jul 20, 2011 IP
  17. Warrichpk

    Warrichpk Banned

    Messages:
    192
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #17
    HELLO
    CSS Level 3 builds on CSS Level 2 module by module, using the CSS2.1 specification as its core. Each module adds functionality and/or replaces part of the CSS2.1 specification. The CSS Working Group intends that the new CSS modules will not contradict the CSS2.1 specification: only that they will add functionality and refine definitions. As each module is completed, it will be plugged in to the existing system of CSS2.1 plus previously-completed modules.

    From this level on modules are levelled independently: for example Selectors Level 4 may well be defined before CSS Line Module Level 3.
     
    Warrichpk, Jul 20, 2011 IP
  18. link4gold

    link4gold Active Member

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #18
    Here is some great code I use a lot to make div corners round and add shadow.
    "style="border:1px #000 solid; position:relative; text-decoration:none;-moz-border-radius:5px;-webkit-border-radius:5px;-moz-box-shadow:0 0 10px #666;-webkit-box-shadow:0 0 10px #666;"
    Try it out sometime.
     
    link4gold, Jul 22, 2011 IP