|
 |
asp_web_howto thread: Background Image Problem in TABLE TAG
Message #1 by "Praveen" <praveenvvn@y...> on Wed, 24 Apr 2002 16:38:44
|
|
Hi, i have a problem in displaying text on a background image.
Situation:
----------
I have three frames, top (in a sperate frameset), left and right (where
left and right are in a different frameset). In the right frame, i have a
table with a background image. Initially i have some text on it and some
submit buttons. Based on any button click, validations happen by
navigating into a different ASP page.
Requirement:
------------
What i need is when i click on any of the submit button, i want some text
to be displayed on the background image. Note that this background image
has already some texts and submit buttons on it. I still want some other
text to be displayed next to these texts. I'm not able to get a solution
to this requirements. Can i solve this problem, i mean is there a work-
around.
Hope i'm clear in posting my query. Thanks for your time and replies.
-Praveen.
Message #2 by "Johnson, Israel" <IJohnson@R...> on Wed, 24 Apr 2002 11:35:58 -0400
|
|
Are you allow to use layers (Divs) and JavaScript? If so, you could
position those layers dynamically and use "innerHTML" to write the text.
-----Original Message-----
From: Praveen [mailto:praveenvvn@y...]
Sent: Wednesday, April 24, 2002 12:39 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Background Image Problem in TABLE TAG
Hi, i have a problem in displaying text on a background image.
Situation:
----------
I have three frames, top (in a sperate frameset), left and right (where
left and right are in a different frameset). In the right frame, i have a
table with a background image. Initially i have some text on it and some
submit buttons. Based on any button click, validations happen by
navigating into a different ASP page.
Requirement:
------------
What i need is when i click on any of the submit button, i want some text
to be displayed on the background image. Note that this background image
has already some texts and submit buttons on it. I still want some other
text to be displayed next to these texts. I'm not able to get a solution
to this requirements. Can i solve this problem, i mean is there a work-
around.
Hope i'm clear in posting my query. Thanks for your time and replies.
-Praveen.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
Message #3 by "Praveen" <praveenvvn@y...> on Wed, 24 Apr 2002 21:09:00 +0530
|
|
Hi and thanks for the reply, yes i can include jscript, but am very new to
jscripting. if you can give me any reference material or site..it would be
much help to me..tx again
--
Regards,
Praveen.
[ICQ: 76416303] [YahooMSngr: praveenvvn] [MSN: praveenvvn@h...]
Conserve * Preserve * Reuse * re-cycle.
--
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
----- Original Message -----
From: "Johnson, Israel" <IJohnson@R...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Wednesday, April 24, 2002 9:05 PM
Subject: [asp_web_howto] RE: Background Image Problem in TABLE TAG
> Are you allow to use layers (Divs) and JavaScript? If so, you could
> position those layers dynamically and use "innerHTML" to write the text.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Message #4 by "TomMallard" <mallard@s...> on Wed, 24 Apr 2002 08:59:22 -0700
|
|
Try...
http://www.microsoft.com/downloads/release.asp?ReleaseID=37096&area=search&o
rdinal=1
tom mallard
seattle
-----Original Message-----
From: Praveen [mailto:praveenvvn@y...]
Sent: Wednesday, April 24, 2002 8:39 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Background Image Problem in TABLE TAG
Hi and thanks for the reply, yes i can include jscript, but am very new to
jscripting. if you can give me any reference material or site..it would be
much help to me..tx again
--
Regards,
Praveen.
[ICQ: 76416303] [YahooMSngr: praveenvvn] [MSN: praveenvvn@h...]
Conserve * Preserve * Reuse * re-cycle.
--
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
----- Original Message -----
From: "Johnson, Israel" <IJohnson@R...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Wednesday, April 24, 2002 9:05 PM
Subject: [asp_web_howto] RE: Background Image Problem in TABLE TAG
> Are you allow to use layers (Divs) and JavaScript? If so, you could
> position those layers dynamically and use "innerHTML" to write the text.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
|
|
 |