Basically I am trying to work out how I do rounded corners on a DIV in CSS that will render in google chrome
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Google Chrome (and Safari) work with the following CSS 3 prefixes
for all corners at 10px
for the top left corner and bottom left at 8px For Firefox you can use:
for all the corners and
for the top left corner and bottom left |
|||||||||||||||
|
|
To cover both Chrome, FF and any browser that supports CSS 3:
|
|||||
|
|
It's future-useful to code your css like this:
That way, when IE9/IE10 comes out your code will also work there as well :D |
||||
|
|
|
Yes but the only problem with this is that you are actually throwing css errors because of IE being jacked and Microshaft not wanting to do anything about it, the fix that i use is js based but I imagine most people know all about that. But, the reason I use it is because it always works for me and on all the major browsers. Here you go.
|
|||
|
|