Basically I am trying to work out how I do rounded corners on a DIV in CSS that will render in google chrome
|
feedback
|
|
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 | |||||||||||||||
feedback
|
|
To cover both Chrome, FF and any browser that supports CSS 3:
| |||||
feedback
|
|
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 | ||||
|
feedback
|
|
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.
| |||
|
feedback
|