Tagged Questions

0
votes
7answers
1k views

-moz CSS properties and browser support

As of right now I believe only Firefox support -moz-border-radius property. I am surprised that twitter uses it. Are any other browsers planning on supporting this or does CSS3 have something like …
0
votes
5answers
252 views

CSS3 selector to find the 2nd div of the same class

I need a CSS selector that can find the 2nd div of 2 that has the same class. I've looked at nth-child() but it's not what I want since I can't see a way to further clarify what class I want. These 2 …
4
votes
2answers
635 views

Is there a way to update VS’ CSS validation to 3.0?

I'm getting warnings about CSS3.0 properties like text-overflow. Is there a way to validate against 3.0?