Hey i have dreamweaver cs5 butstill its not showing all those webkit properties in the list soi wrote them my self but still thecorners were not rounded
I used the -webkit and -moz rules to provide curved corners on my site but found the the W3Schools validator would not validate the page. No big deal really, but it meant i was not able to add the W3 logo on my page.
Hey i have dreamweaver cs5 butstill its not showing all those webkit properties in the list soi wrote them my self but still thecorners were not rounded
UmeRonaldo 5 months ago
@tomite2001 Thank you :)
amarime 6 months ago in playlist Working with HTML5 and CSS3
for IE do not use the webkit option. Just use
border-top-left-radius:7px; border-top-right-radius:7px;
tomite2001 7 months ago
@wbmkk
just put it anyways, they won't know ;D haha
geezermeezer 9 months ago
i have noticed this does not work with IE, the webkit option or the moz option neither workin for IE
toqi786 1 year ago
I used the -webkit and -moz rules to provide curved corners on my site but found the the W3Schools validator would not validate the page. No big deal really, but it meant i was not able to add the W3 logo on my page.
wbmkk 1 year ago