Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjhonpeter
    • CommentTimeAug 18th 2010
     permalink
    I have been banned cause I'm an idiot
    Hey Folks,

    I am back with CSS 3.0 background options … I hope you’ll love this one….

    All the details you can find here http://innovator.samsungmobile.com/cms/cnts/knowledge.detail.view.do?platformId=12&cntsId=7400

    Some of the details covered the above article:

    Background (multiple)

    The css3 gives the possibility to apply more background images to a single element and not just the single one as specified in the css2 property background.


    Background clip

    The background-clip property is used to determine whether the background extends into the border or not. The default is border-box, which means it DOES extend into it, but if you set it to padding-box, it doesn’t. if you use content-box the background only extends to the content area.

    Background origin

    The background-origin CSS property determines the background positioning area (the origin of a background-image). background-origin does not apply when background-attachment is fixed.

    Background size

    The background-size property specifies the size of the background images. The ‘contain’ values scales the image, while preserving its aspect ratio (if any), which may leave uncovered space. The ‘cover’ scales the image so that it covers the whole area, completely covering the element, but perhaps not showing part of the image if the element and the image did not have the same aspect ratio.

    You can find full code and details from the above link. Know the new features in easy way.

    Please share any other good links on CSS 3.0 ….
    •  
      CommentAuthorAdamC
    • CommentTimeJan 20th 2011
     permalink
    http://www.makeuseof.com/dir/css3-playground-test-css3/
    Check out this article on how you can practice with CSS 3. The site itself seems to be pretty good.
    • CommentAuthorwaitely
    • CommentTimeJan 30th 2011
     permalink
    There are 8 attributes controlling background images, including those added in CSS3. This blog post goes over all the CSS2.1 and CSS3 background properties, values and browser support, how to target those properties via the DOM, with information on bugs you may find when implementing background properties.
    1.background-attachment
    2. background-color
    3.background-image
    4.background-position

    * background-position-x (not in the specifications)
    * background-position-y (not in the specifications)

    5. background-repeat
    6.background-clip
    7.background-origin
    8. background-size
    9.background-break – (not in the specifications)
    10.background-inline-policy – (not in the specifications)

    and a shorthand: background, which includes the above attributes.

    http://www.websitedesignerschennai.com
Add your comments
    Username Password
  • Format comments as (Help)