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]
- RE: HTML John Beynon
- RE: HTML Larry Juncker
- Does ASP 3.0 have something similar Sandy Clark
- HTML Shahzad.Butt
- Ubqtous