Hi,
Does anyone know how to code and implement rounded corners to be applied to the sideboxes and the category tabs area in the header?
Is there an addon that can do this? Thank you.
Hi,
Does anyone know how to code and implement rounded corners to be applied to the sideboxes and the category tabs area in the header?
Is there an addon that can do this? Thank you.
Thank you,
autoace
In my opinion, there is no point in using the border-radius property as it is CSS3 style......CSS3 is not out or finalised yet and not enough browsers support it, so if someone was using IE then they would see with square corners rather than te rounded.
Best bet is to use a graphic as suggested, but i believe there is also a mod called nifty zen which uses javascript and css to create rounded corners....but i havnt used it so not sure how good it really is
All true, but depending on how important it is then putting the following in your CSS will enable most all browsers except for IE to do so without images:
-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
Fewer images translates to a faster site, but it's true that many people still use IE. Depends on what you want! :o]
Dygerati Design
http://design.dygden.com