View Single Post
10-24-2011, 06:01 AM
#10
sunil8986 is offline sunil8986
Status: On Vacation
Join date: Sep 2011
Location: India
Expertise: CSS, PSD to XHTML/HTML, XHTML
Software: Photoshop, Dreamweaver
 
Posts: 4
iTrader: 0 / 0%
 

sunil8986 is on a distinguished road

  Old

Hi popflier,

You should go for Photoshop for round corner and use those round button images through CSS.

CSS3 :
div.rounded{
border-radius:10px; /* main code for all browsers */
-moz-border-radius:10px; /* mozilla firefox */
-webkit-border-radius:10px; /* chrome, opera */
}

Not work for IE versions

Sunil

Reply With Quote