473,503 Members | 1,953 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HOW-TO display a table in front of Image?

Dear :
I have an image in a aspx page I need when user mouseover it to display HTML
Table with links.
Regards
Nov 18 '05 #1
3 2980
use dhtml..
put the html on a div tag and mark it invisible.
on mouse over make it visible.

look up dhtml sites for more on the code.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Raed Sawalha" <ra**********@hotmail.com> wrote in message
news:eN**************@TK2MSFTNGP11.phx.gbl...
Dear :
I have an image in a aspx page I need when user mouseover it to display
HTML
Table with links.
Regards

Nov 18 '05 #2
Dear :
I did this
///
<div id="tableDIV" style="WIDTH: 50px; HEIGHT: 10px;visibility:hidden;position:absolute">
<div id="imgDIV" style="visibility:visible">
<img src="file:///C:\Documents and Settings\ran\My Documents\My Pictures\Sample.jpg" onmouseover="tableDIV.style.visibility='visible'" onmouseout="tableDIV.style.visibility='hidden'">
</div>
<table cellspacing="1" cellpadding="1" width="100" border="1">
<tr>
<td>
<asp:HyperLink id="HyperLink1" runat="server">HyperLink</asp:HyperLink></td>
</tr>
</table>
</div>

but the table appears under the image i need it to appear in-front of the image

Thanks
///
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message news:us*************@tk2msftngp13.phx.gbl...
use dhtml..
put the html on a div tag and mark it invisible.
on mouse over make it visible.

look up dhtml sites for more on the code.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Raed Sawalha" <ra**********@hotmail.com> wrote in message
news:eN**************@TK2MSFTNGP11.phx.gbl...
Dear :
I have an image in a aspx page I need when user mouseover it to display
HTML
Table with links.
Regards



Nov 18 '05 #3
okay what you need to look up is dhtml popups or mouseover effects things like menus

use that sort of a code and i am sure it will work

cool popup effect (asp.net webcontrol - i have used it once and its fantastic)
http://www.codeproject.com/aspnet/asppopup.asp

http://www.codeproject.com/jscript/popup.asp

http://dynamicdrive.com/dynamicindex5/index.html

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Raed Sawalha" <ra**********@hotmail.com> wrote in message news:uO*************@TK2MSFTNGP11.phx.gbl...
Dear :
I did this
///
<div id="tableDIV" style="WIDTH: 50px; HEIGHT: 10px;visibility:hidden;position:absolute">
<div id="imgDIV" style="visibility:visible">
<img src="file:///C:\Documents and Settings\ran\My Documents\My Pictures\Sample.jpg" onmouseover="tableDIV.style.visibility='visible'" onmouseout="tableDIV.style.visibility='hidden'">
</div>
<table cellspacing="1" cellpadding="1" width="100" border="1">
<tr>
<td>
<asp:HyperLink id="HyperLink1" runat="server">HyperLink</asp:HyperLink></td>
</tr>
</table>
</div>

but the table appears under the image i need it to appear in-front of the image

Thanks
///
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message news:us*************@tk2msftngp13.phx.gbl...
use dhtml..
put the html on a div tag and mark it invisible.
on mouse over make it visible.

look up dhtml sites for more on the code.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Raed Sawalha" <ra**********@hotmail.com> wrote in message
news:eN**************@TK2MSFTNGP11.phx.gbl...
Dear :
I have an image in a aspx page I need when user mouseover it to display
HTML
Table with links.
Regards



Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2958
by: Tom Szabo | last post by:
Just wandering how can you close a browser remotely. In some web applications the browser closes or refreshes periodically. How is that done and how can it be done through PHP? TIA, Tom
15
16293
by: Reid Nichol | last post by:
Hello, I was wondering if I could control how many bytes are in an int and the byte order. In C/C++ I can use int32 but how do I do this in python? How can I control byte order?
0
1799
by: v I n O | last post by:
hI Geeks Please do let me know how do i find how many instances sql server running on the single machine. or in the n/w my objective should with help of C#/vb.net
4
2023
by: James Salisbury | last post by:
Hi, I was checking my parent's website salisbury.cabrera.net on google by entering villa rent spain cabrera I can see the required site, ranked at 4, but I am concerend by the return at 1 and 5...
4
1956
by: | last post by:
Developing, building, and testing. How do it the best? Learning from the world leader - Microsoft I'm very interested in how the developing/build/testing workflow @ Microsoft looks like. I...
4
2357
by: Supra | last post by:
in vb6 listbox1.remove item 5 how will i do in vb.net? regards
2
3045
by: flywave | last post by:
hi,who can help me ?i came into a problem that how can i get a packet which was send in the LAN.in a word ,how the sniffer works. I once used the rawsocket in win2000 or xp,and it do catch. but...
7
2556
by: anushhprabu | last post by:
#define q(k)main(){ return!puts(#k"\nPRABUq("#k")");} q(#define q(k)main(){return!puts(#k"\nq("#k")");}) guys i'm working on this code.. i got it fromnet.. how this is working.. anyone pls.....
0
1962
by: candra | last post by:
Learn What Hackers Know? -General Hacking Information -Password Security -Scanning, Fingerprinting And Similar Techniques -How Hackers Attack Numerous Internet Services -How Hackers Attack Web...
2
1602
by: belred | last post by:
i just read this blog about how many objects (types) are loaded for a hello world program in C#. http://blogs.msdn.com/abhinaba/archive/2008/09/15/how-many-types-are-loaded-for-hello-world.aspx ...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7006
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7467
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5592
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5021
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1519
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.