Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 07-15-2009, 05:10 PM CSS3
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
Is it a good idea to start using css3 in your designs. I've been reading up on it and it makes a lot of things a lot easier (i.e creating rounded edges) I'm not sure how many browsers are already using elements from css3 though. I saw this article which was interesting

http://www.css3.info/preview/colored-border/

but it only look right for Firefox users, eliminating a lot of people from seeing the correct result.
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-15-2009, 05:23 PM Re: CSS3
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
As far as I know IE hasn't incorporated much if anything from css3 so you probably don't want to use it yet for sites that have IE users. I'm with you in liking what's coming, but for now you probably need to use css3 as progressive enhancement than rely on it for all browsers.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 07-15-2009, 05:28 PM Re: CSS3
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
As a general rule, if it will degrade gracefully in browsers that don't support a rule, it is okay to use that rule. For example, there are -moz and -webkit versions of CSS3 rounded corners:
Code:
.rounded {
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}
Is fine, as long as it looks tolerable without rounded corners, because there is no IE equivalent. If it is absolutely essential to the design, images should be used.

Opacity may be used right now, though it must be accompanied with its equivalent Microsoft filter:
Code:
.semi-transparent {
   opacity: .5;
   filter: alpha(opacity=50);
}
The most widely implemented CSS3 declaration that I can think of, though it is rarely used, is the first-letter psuedoselector:
Code:
p.intro:first-letter {
   font-size: 2em;/*large first letter*/
}
This is even supported by IE6.
__________________
Join me on
Please login or register to view this content. Registration is FREE

Last edited by wayfarer07; 07-15-2009 at 05:30 PM..
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 07-16-2009, 04:04 PM Re: CSS3
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
Thanks for the comments. Does anyone know when popular browsers will incorporate most of css3?

I do use opacity right now for some of my images, but naver heard of the first-letter psuedoselector.

Well, I guess I'll have to try some of it out
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
Old 07-16-2009, 04:10 PM Re: CSS3
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Quote:
Originally Posted by konetch View Post
Thanks for the comments. Does anyone know when popular browsers will incorporate most of css3?
The CSS3 specs aren't even complete, so I imagine it will be some time before it is widely used, since it isn't even standardized. I suspect it will be more than 5 years before it will have even a medium-sized impact. HTML5 with CSS3 will be very interesting.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 07-20-2009, 09:00 AM Re: CSS3
TWD
TWD's Avatar
King Spam Talker

Posts: 1,112
Trades: 0
Quote:
Originally Posted by konetch View Post
Thanks for the comments. Does anyone know when popular browsers will incorporate most of css3?
Don't hold your breath.

Thw W3C is getting a bit of flak over how slowly the
process is going.
TWD is online now
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS3
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19744 seconds with 12 queries