Click here to Skip to main content
15,891,607 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralStill tryin Pin
learningman19-Jan-08 7:26
learningman19-Jan-08 7:26 
GeneralRe: Still tryin Pin
Christian Graus20-Jan-08 5:31
protectorChristian Graus20-Jan-08 5:31 
GeneralRe: Still tryin Pin
learningman20-Jan-08 10:36
learningman20-Jan-08 10:36 
GeneralRe: Still tryin Pin
learningman20-Jan-08 11:41
learningman20-Jan-08 11:41 
GeneralRe: Still tryin Pin
Michael Sync21-Jan-08 4:54
Michael Sync21-Jan-08 4:54 
Generalcustom paging in gridview in asp.net 2.0 Pin
dotnet.coder19-Jan-08 4:35
dotnet.coder19-Jan-08 4:35 
GeneralRe: custom paging in gridview in asp.net 2.0 Pin
Abhijit Jana19-Jan-08 23:15
professionalAbhijit Jana19-Jan-08 23:15 
GeneralCSS Hover Pin
new2pgrmg19-Jan-08 4:20
new2pgrmg19-Jan-08 4:20 
Hi,Am not sure whether this is the right place to post this question,pardon me .

i am devoloping a website.Am papplying CSS.I ahev a hyper link.When i move mouse over teh hyper link i want the link displayed as "google" to change the color and enlarge.i tried hover;

a.nav:hover {color: orange;
text-decoration: underline;
}

A:hover
{
color: #09529E;
font-size :larger;
}



But this is not helping me.

My entire code lookds like this;
BODY
{
}
.intro{
FONT-WEIGHT: bold;
FONT-SIZE: 14pt;
font-family: arial;
color:green;
}

.cashback{
FONT-SIZE: 14pt;
COLOR: lime;
FONT-STYLE: italic;
FONT-FAMILY: Arial;
}
.heading{
font-weight:lighter;
FONT-SIZE: 18pt;
COLOR: #09529E;
FONT-FAMILY: Arial;
}
.notavailable{
FONT-SIZE: 9pt;
COLOR: green;
FONT-FAMILY: Arial;
}
.tabs {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; COLOR: #09529E; TEXT-ALIGN: center
}
A:link {
COLOR: #09529E;
TEXT-DECORATION: none;
}
A:visited {
COLOR: #FFFFFF;
TEXT-DECORATION: none;
outline:none;
}
a.nav:hover {color: orange;
text-decoration: underline;
}

A:hover
{
color: #09529E;
font-size :larger;
}

How can i modify this tto so that when my mouse moves over the google hyprelink in my webpage it will enlarge and chage the color.
Thanking You;
GeneralRe: CSS Hover Pin
#realJSOP19-Jan-08 4:37
mve#realJSOP19-Jan-08 4:37 
GeneralRe: CSS Hover Pin
Trustapple19-Jan-08 4:52
Trustapple19-Jan-08 4:52 
GeneralRe: CSS Hover Pin
#realJSOP19-Jan-08 7:07
mve#realJSOP19-Jan-08 7:07 
GeneralRe: CSS Hover Pin
chaiguy133720-Jan-08 15:25
chaiguy133720-Jan-08 15:25 
GeneralRe: CSS Hover Pin
Trustapple20-Jan-08 16:36
Trustapple20-Jan-08 16:36 
GeneralUser management [modified] Pin
#realJSOP19-Jan-08 3:10
mve#realJSOP19-Jan-08 3:10 
Question[Message Deleted] Pin
pradeep kumarappagari19-Jan-08 3:02
pradeep kumarappagari19-Jan-08 3:02 
GeneralRe: Read image from Excel sheet? Pin
Paul Conrad20-Jan-08 9:28
professionalPaul Conrad20-Jan-08 9:28 
Generalasp:TextBox weirdness Pin
#realJSOP19-Jan-08 1:44
mve#realJSOP19-Jan-08 1:44 
GeneralRe: asp:TextBox weirdness Pin
Abhijit Jana19-Jan-08 1:49
professionalAbhijit Jana19-Jan-08 1:49 
GeneralRe: asp:TextBox weirdness Pin
#realJSOP19-Jan-08 2:13
mve#realJSOP19-Jan-08 2:13 
GeneralRe: asp:TextBox weirdness Pin
Abhijit Jana19-Jan-08 2:23
professionalAbhijit Jana19-Jan-08 2:23 
GeneralRe: asp:TextBox weirdness Pin
Michael Sync21-Jan-08 4:58
Michael Sync21-Jan-08 4:58 
GeneralRe: asp:TextBox weirdness Pin
#realJSOP19-Jan-08 2:15
mve#realJSOP19-Jan-08 2:15 
GeneralRe: asp:TextBox weirdness Pin
Abhijit Jana19-Jan-08 2:21
professionalAbhijit Jana19-Jan-08 2:21 
GeneralRe: asp:TextBox weirdness Pin
#realJSOP19-Jan-08 3:01
mve#realJSOP19-Jan-08 3:01 
GeneralRe: asp:TextBox weirdness Pin
Vasudevan Deepak Kumar19-Jan-08 19:12
Vasudevan Deepak Kumar19-Jan-08 19:12 

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.