Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

thanh trung
thanh trung
4,246 Points

border radius

trying to us border radius with dreamweaver cs5 but its keep saying unknown property. Please let me know how to fix this

7 Answers

Rodrigo Chousal
Rodrigo Chousal
16,009 Points

What is your code? You may want to try this: border-radius: _px; Hope it helped!

thanh trung
thanh trung
4,246 Points

ive tried that. but dreamweaver cs5 said unknown property

Rodrigo Chousal
Rodrigo Chousal
16,009 Points

Does it by any chance say invalid property?

Rodrigo Chousal
Rodrigo Chousal
16,009 Points

Can you specify what browser you're using and your exact line of code?

thanh trung
thanh trung
4,246 Points

firefox 26.0 im trying to make a rounded corner for my webpage using cs5 dreamweaver . when im declare a new css rule for div dreamweaver gave me a message saying that border-radius not a valid css property.

try using -moz-border-radius: instead

James Barnett
James Barnett
39,199 Points

Kyle Barkins -

border-radius has been unprefixed in ...

  • Firefox since version 4
  • Chrome since version 5
  • Safari since version 5

http://caniuse.com/#search=border-radius