This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Background of the text field Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Background of the text field" Watch "Background of the text field" New topic
Author

Background of the text field

Meet Gaurav
Ranch Hand

Joined: Oct 08, 2008
Posts: 492
Hi,

Am using the below code in my HTML page and updating the value from javascript. Everything works fine. But I have some background image on the page and the below code is displaying on the page as white background.

Is there any way I can remove the white background of the text field. So that my background image will be visible


Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6


Eric
Meet Gaurav
Ranch Hand

Joined: Oct 08, 2008
Posts: 492
Thanks Eric.. Will try... In the mean time.. I just gone through

http://radio.javaranch.com/pascarello/2005/01/18/1106063002000.html

Really amazing article.. Thanks for sharing..

window.opener.document.form1.text1.value = txtVal; -- Used to send data from child to parent.

How to send data from parent to child ? Please assist.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Background of the text field
 
Similar Threads
Display watermark image in JTextField
Trying to display thumbnail or WSQ image
How to get background image in XSL FO
Problem in inserting data into oracle db from jsp
How can I display CLOB & BLOB data in a JSP?