|
|
#1 |
|
New Member
![]() Join Date: Feb 2010
Posts: 10
|
I'm using dreamweaver and would like to know how to make divs with curved edges. Someone told me this is only possible in FF not IE. Is this true?
Thanks for your help! |
|
|
|
|
|
#2 |
|
Silver Member
![]() Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 108
|
You can use border-radius. However, this isn't standard CSS and you will have to call on either moz or webkit to do it, therefor it only works in Mozilla/Firefox and Webkit browsers (Chrome, Safari etc.).
HTML Code:
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; However, there is always the option of using images to rounden the div. |
|
|
|
![]() |
| Tags |
| curved edges, divs, dreamweaver |
| Thread Tools | |
| Display Modes | |
|
|