my dog learned polymorphism
The moose likes JSF and the fly likes How to create ovalshaped Textfield Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to create ovalshaped Textfield" Watch "How to create ovalshaped Textfield" New topic
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
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to create ovalshaped Textfield
 
Similar Threads
browse button
Simple Layout Question
Applet fails before init()
Retriving jTextfield value from an other java file
how to create a textfield in canvas