thanks, i found the solution i was looking for, the trick seems to remove the borders and replace the background or add some css3 to make the boarder rounded ... something like
-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #000; padding: 10px; works, well ... any other methods ??? On Mar 11, 12:52 pm, aj <[email protected]> wrote: > Hi Buddy, > > You want a complete round input box or just the rounded edges? > > .. -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected] To unsubscribe, reply using "remove me" as the subject.
