Click here to Skip to main content
15,914,500 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Find User Location Pin
Eytukan4-Jan-08 22:24
Eytukan4-Jan-08 22:24 
GeneralRe: Find User Location Pin
N a v a n e e t h5-Jan-08 8:39
N a v a n e e t h5-Jan-08 8:39 
QuestionHow to Find Client Network cable is unplugged or plugged in Pin
sindhutiwari4-Jan-08 21:58
sindhutiwari4-Jan-08 21:58 
AnswerRe: How to Find Client Network cable is unplugged or plugged in Pin
Eytukan4-Jan-08 22:23
Eytukan4-Jan-08 22:23 
GeneralRe: How to Find Client Network cable is unplugged or plugged in Pin
sindhutiwari4-Jan-08 22:39
sindhutiwari4-Jan-08 22:39 
GeneralRe: How to Find Client Network cable is unplugged or plugged in Pin
Eytukan4-Jan-08 22:57
Eytukan4-Jan-08 22:57 
GeneralTreeView with nodes and thumbnail Pin
VanithaVasu4-Jan-08 21:52
VanithaVasu4-Jan-08 21:52 
GeneralRe: TreeView with nodes and thumbnail Pin
helelark1235-Jan-08 6:33
helelark1235-Jan-08 6:33 
I have a snippet of code that is similar of what you search. Try to fit it to your request.
See how it works at: <a href="http://yoni.minicircuits.com/MixerResult.aspx">http://yoni.minicircuits.com/MixerResult.aspx</a>[<a href="http://yoni.minicircuits.com/MixerResult.aspx" target="_blank" title="New Window">^</a>]
Mouse over the case style column.



<u>The code:</u>---------
&lt;ItemTemplate&gt;
&lt;a class="thumbnail" href='&lt;%# Eval("CaseStyleURL") %&gt;' &gt;&lt;%# Eval("CaseStyle") %&gt;
&lt;span&gt;
&lt;img style="border-width: 0;padding: 2px;"src="CaseStyle/&lt;%# GetCaseStylePicture(Eval("CaseStyle")) %&gt;.jpg" /&gt;
&lt;/span&gt;&lt;/a&gt;
&lt;/ItemTemplate&gt;


<u>Style sheet:</u>

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
text-align: center;
text-decoration: none;
}

.thumbnail span{ /*CSS for image*/
position: absolute;background-color: #F0F8FF;padding: 5px;left: -1000px; border: 1px dashed gray;visibility: hidden;color: black;
}

.thumbnail span img{ /*CSS for image*/
border-width: 0;
padding: 2px;
width:70px;
height:70px;
}

.thumbnail:hover span{ /*CSS for image on hover*/
visibility: visible;
top: -70px;
left: -90px; /*position where enlarged image should offset horizontally */
}

Shay Noy

QuestionCan Access session from Seprate Class Pin
sepel4-Jan-08 21:29
sepel4-Jan-08 21:29 
AnswerRe: Can Access session from Seprate Class Pin
Abhijit Jana4-Jan-08 21:43
professionalAbhijit Jana4-Jan-08 21:43 
AnswerRe: Can Access session from Seprate Class Pin
N a v a n e e t h5-Jan-08 8:56
N a v a n e e t h5-Jan-08 8:56 
GeneralRe: Can Access session from Seprate Class Pin
sepel5-Jan-08 17:48
sepel5-Jan-08 17:48 
GeneralFetching data from another website Pin
v1i9n6o7d4-Jan-08 21:09
v1i9n6o7d4-Jan-08 21:09 
GeneralRe: Fetching data from another website Pin
Paul Conrad5-Jan-08 9:46
professionalPaul Conrad5-Jan-08 9:46 
GeneralDumb problem with DataGrid please help Pin
papa804-Jan-08 20:55
papa804-Jan-08 20:55 
GeneralGet all the Unchecked nodes as TreeNodeCollection Pin
tonymathewt4-Jan-08 20:49
professionaltonymathewt4-Jan-08 20:49 
QuestionHow to Decrypt? Pin
Kasi Viswanathan4-Jan-08 20:07
Kasi Viswanathan4-Jan-08 20:07 
GeneralRe: How to Decrypt? [modified] Pin
rahul.net114-Jan-08 20:26
rahul.net114-Jan-08 20:26 
GeneralRe: How to Decrypt? Pin
Kasi Viswanathan6-Jan-08 18:11
Kasi Viswanathan6-Jan-08 18:11 
GeneralRe: How to Decrypt? Pin
Mark Churchill4-Jan-08 20:29
Mark Churchill4-Jan-08 20:29 
GeneralRe: How to Decrypt? Pin
Kasi Viswanathan6-Jan-08 18:09
Kasi Viswanathan6-Jan-08 18:09 
GeneralRe: How to Decrypt? [modified] Pin
Eric.W5-Jan-08 2:10
Eric.W5-Jan-08 2:10 
GeneralRe: How to Decrypt? Pin
Kasi Viswanathan6-Jan-08 18:13
Kasi Viswanathan6-Jan-08 18:13 
GeneralRe: How to Decrypt? Pin
Eric.W9-Jan-08 4:21
Eric.W9-Jan-08 4:21 
GeneralRe: How to Decrypt? Pin
Paul Conrad5-Jan-08 9:48
professionalPaul Conrad5-Jan-08 9:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.