Click here to Skip to main content
15,923,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: file uploder Pin
ncsubbu23-Sep-08 22:13
professionalncsubbu23-Sep-08 22:13 
GeneralRe: file uploder Pin
vinay_K24-Sep-08 2:35
vinay_K24-Sep-08 2:35 
GeneralRe: file uploder Pin
Vasudevan Deepak Kumar24-Sep-08 6:29
Vasudevan Deepak Kumar24-Sep-08 6:29 
Questionhow to assign image in image control from another drive at run time Pin
amitajain00823-Sep-08 20:54
amitajain00823-Sep-08 20:54 
AnswerRe: how to assign image in image control from another drive at run time Pin
Abhijit Jana24-Sep-08 18:05
professionalAbhijit Jana24-Sep-08 18:05 
GeneralRe: how to assign image in image control from another drive at run time Pin
amitajain00824-Sep-08 18:53
amitajain00824-Sep-08 18:53 
QuestionMenu Outine Pin
developer.ravish23-Sep-08 20:38
developer.ravish23-Sep-08 20:38 
AnswerRe: Menu Outine Pin
Illegal Operation24-Sep-08 14:05
Illegal Operation24-Sep-08 14:05 
I am not sure what menu you are refering to in the link but I assume you want the effect of the "Printer Friendly Version" when the mouse hovers over it.

In order to achieve this you will need to specify the settings in the CSS file.

Create a CSS file and inside the CSS file type the following...

A
{
 width:220px;
 padding:3px;
 font-family:Verdana;
 font-size:10px;
 font-weight:bold;
 color:#555555;
 display:block;
 border:none;
 text-decoration:none;
 border:solid 1px #FFFFFF;
}

A:Hover
{
 background-color:#c44444;
 border:solid 1px #800000;
 color:#FFFFFF;
}


What I did here is that I have assigned my own look and feel to the Hyperlink function on a page meaning that if you put a hyperlink on your page named "Home" and the CSS file is linked, then you will get this hover effect.

You can obviously play around with the colour settings and so on.

PLEASE!!! Let me know if this was what you were looking for...

Illegal Operation

QuestionExport PDF file Pin
r aa j23-Sep-08 20:32
r aa j23-Sep-08 20:32 
QuestionJuavascript Close window Pin
avi_dadi200223-Sep-08 20:15
avi_dadi200223-Sep-08 20:15 
AnswerRe: Juavascript Close window Pin
lakshmichawala23-Sep-08 20:57
lakshmichawala23-Sep-08 20:57 
GeneralRe: Juavascript Close window Pin
vimal_yet23-Sep-08 21:02
vimal_yet23-Sep-08 21:02 
GeneralRe: Juavascript Close window Pin
avi_dadi200223-Sep-08 21:13
avi_dadi200223-Sep-08 21:13 
GeneralRe: Juavascript Close window Pin
lakshmichawala23-Sep-08 21:45
lakshmichawala23-Sep-08 21:45 
GeneralRe: Juavascript Close window Pin
avi_dadi200223-Sep-08 22:36
avi_dadi200223-Sep-08 22:36 
AnswerRe: Juavascript Close window Pin
vimal_yet23-Sep-08 21:07
vimal_yet23-Sep-08 21:07 
AnswerRe: Juavascript Close window Pin
Abhishek Sur23-Sep-08 22:30
professionalAbhishek Sur23-Sep-08 22:30 
AnswerRe: Juavascript Close window Pin
avi_dadi200223-Sep-08 23:07
avi_dadi200223-Sep-08 23:07 
QuestionCustom control development - Security issues Pin
Palli Rummi23-Sep-08 19:49
Palli Rummi23-Sep-08 19:49 
AnswerRe: Custom control development - Security issues Pin
Abhishek Sur23-Sep-08 22:40
professionalAbhishek Sur23-Sep-08 22:40 
Questionhow to validate the grid when a checkbox and textbox is present Pin
lakshmichawala23-Sep-08 19:22
lakshmichawala23-Sep-08 19:22 
AnswerRe: how to validate the grid when a checkbox and textbox is present Pin
avi_dadi200223-Sep-08 21:04
avi_dadi200223-Sep-08 21:04 
AnswerRe: how to validate the grid when a checkbox and textbox is present Pin
vimal_yet23-Sep-08 21:05
vimal_yet23-Sep-08 21:05 
Questionremove single quote from a string Pin
Member 387988123-Sep-08 19:06
Member 387988123-Sep-08 19:06 
AnswerRe: remove single quote from a string Pin
lakshmichawala23-Sep-08 19:34
lakshmichawala23-Sep-08 19:34 

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.