Author
How to create ovalshaped Textfield
Pratap Kale
Greenhorn
Joined: Sep 24, 2008
Posts: 3
Hi All, I need your help in creating of ovalshaoed textfield.How to create CSS for create ovalshaped textfield. Thanks in Advance Pratap
Heather Rose
Ranch Hand
Joined: Aug 25, 2008
Posts: 54
Does this have to do with JSF , or CSS?
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted Sep 26, 2008 20:36:00
0
Can't be done with JSF. Can be done with CSS and an image. Use CSS to hide/remove the border of the input element and give it a background-image.
Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
Heather Rose
Ranch Hand
Joined: Aug 25, 2008
Posts: 54
Alright, try posting in the correct forums. you get better responses. As Bauke Scholtz mentioned, it can't be done with JSF, you will need to use CSS, so you should look in the style sheet forums. Hope you find your answer! Welcome to Java Ranch by the way.
subject: How to create ovalshaped Textfield