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

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

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

ive tried that. but dreamweaver cs5 said unknown property

Does it by any chance say invalid property?

yes

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

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

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