I'm working on a website and would like it to have its text-input boxes to have rounded corners. I can do it in a table, but I'd like to be able to do it with CSS so the look of the input box goes throughout the site.
What I have now is a 3x3 table, with the outside cells making up the border, and the inside cell being the input box. My graphics are such that the left and right middle cells are the "rounded" parts (think "(" and ")") and the top-middle and bottom-middle cells are actually 1x1 pixel graphics (the intent being that I can use this for a short input [ie, "age",] or a longer input type [street address] without having to create new graphics for each possible text-input-box length.) The four remaining cells (the corners) have transitionary graphics (that help the border go from the curved sides to the straight tops and bottoms.)
My table-based one is located at http://oddshift.com/rctest/ so you can check it out and let me know if what I'd like to do is possible.
Tnx!
2007-04-05
22:04:59
·
3 answers
·
asked by
Mike Z
5
in
Computers & Internet
➔ Programming & Design