« Back to web design and development’s Group Conversations
new css3 styling...awesome
Started by: web_art_studio 4 months, 3 weeks agoGroup Conversation From:
web design and developmentA group for anyone who is interested in sharing his/her thoughts, ideas about making, developing a web site or application. Join us if you ...
Other Conversations from web design and development:
This group has no other conversations. Why not start one!
Other New Conversations:
RSS Join the Discussion
+ Add CommentComments So Far: 1
-

web_art_studio4 months, 3 weeks ago
This comment is below the standard viewing threshold View It ยป
CSS3 style for rounded corners and tranparency
Reply
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;
Submit a Story
Advertisement

loading ...
Join In On This Conversation!