Shahzad.Butt,

On Thursday, December 4, 2003, 4:19:41 AM, you wrote:

SB> I am displaying an image on background of everypage. It works
SB> perfect by having bgproperties = "fixed" in body tag means its
SB> watermark. Problem I am having is that all <TEXTAREA> tags are
SB> showing a white box and hiding the background image. How would I
SB> make <TEXTAREA> to behave in same manner and show the background
SB> image as well? Must be some DHTML or stylesheet function to do
SB> that.

<textarea style="background:transparent;" ...></textarea>

or in your CSS file:

textarea {background: transparent;}

~ Ubqtous ~
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to