Search:
Namespaces
Discussions
.NET v1.1
Feedback
HOW-TO display a table in front of Image?
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.framework.aspnet
.
Post a new message to this list...
Raed Sawalha
Dear :
I have an image in a aspx page I need when user mouseover it to display HTML
Table with links.
Regards
Reply to this message...
Hermit Dave
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" <
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
Raed Sawalha
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" <
Click here to reveal e-mail address
> wrote in message news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
Hermit Dave
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" <
Click here to reveal e-mail address
> wrote in message news:
Click here to reveal e-mail address
...
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" <
Click here to reveal e-mail address
> wrote in message news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
System.Web.UI.WebControls.HyperLink
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com