Paul Knopf
Paul Knopf

Reputation: 9776

Firefox 3.6 Ignoring CSS3 border radius

I am using -moz-border-radius (along with border-bottom-left and the webkit one).

The radius shows up in every browser (that supports css3 radius) no problem.

In firefox, the radius shows up. When I inspect with firebug, radius is missing from the stylesheet (it is there though, just not visible in firebug).

it works here on the tabs (first and last tab/li). I am copying that same exact style (css and markup).

Any suggestions?

Upvotes: 1

Views: 2419

Answers (1)

Paul Knopf
Paul Knopf

Reputation: 9776

The above comment was correct. there was a "-" missing in front of all the webkit and moz styles.

I didn't bother to check because I copied stylesheet directly. How did the -'s get removed? Maybe by visual studios "Format Document" command?

Upvotes: 1

Related Questions