web design and development
Search Groups
Type in a group you wish to find
Most Active Groups
Ladies and Gentlemen…
web design and development
About Us
A group for anyone who is interested in sharing his/her thoughts, ideas about making, developing a web site or application. Join us if you think need some questions answered.
This group is about making the web better...
Stories shared with this group do not need approval by group administrators to be Watched and anyone may join without individual approval.
RSSConversations (1)
Page 1 of 1
-
new css3 styling...awesome »
Started by: web_art_studio 4 months, 3 weeks ago
CSS3 style for rounded corners and tranparency
CSS3 - transparency
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
CSS3 - rounded corner:
-moz-border-radius: 1.6em;
-webkit-border-radius: 1.6em;
Page 1 of 1
new css3 styling...awesome »
Started by: web_art_studio 4 months, 3 weeks ago
CSS3 style for rounded corners and tranparency
CSS3 - transparency
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
CSS3 - rounded corner:
-moz-border-radius: 1.6em;
-webkit-border-radius: 1.6em;
