Click here to Skip to main content
15,920,801 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: CSS Hover Pin
#realJSOP19-Jan-08 4:37
professional#realJSOP19-Jan-08 4:37 
GeneralRe: CSS Hover Pin
Trustapple19-Jan-08 4:52
Trustapple19-Jan-08 4:52 
Hi,
Thanks,but still the issue persists;

My source:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">

<title>Untitled Page</title>
<link rel="Stylesheet" href="customer.css" />

</head>

<body>

<form id="form1" runat="server"><br />

<br/>
<br/>




<div class="cashback" > <asp:HyperLink ID="HyperLink1" CssClass="tabs" runat="server" NavigateUrl="http://www.google.co.in" BackColor="Transparent" BorderColor="#FFC0C0">Google</asp:HyperLink></div><br/>
<br/>



<div class="intro">


Program </div>


<div class="cashback">

Get Cash back </div>
<br/>
<div class="notavailable">
Please inquire with your local
company .</div>
<br/>

<div class="heading">
Mission Statement
</div>

<br/>

Our mission has been simply stated and vigorously followed.
<br/>
<br/>
<div class="heading">Brief History</div>
<br/>
We xxxxxxxxx



</form>
</body>
</html>




My CSS:
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.tabs:link {
color: #09529E;
text-decoration: none;
}
A.tabs:visited {
color: #FFFFFF;
text-decoration: none;
outline:none;
}
a.tabs:hover {color: orange;
text-decoration: underline;
}
A.tabs:active
{
color: lime
}


May be this will help

Thanking you,
GeneralRe: CSS Hover Pin
#realJSOP19-Jan-08 7:07
professional#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
professional#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
professional#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
professional#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
professional#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
professional#realJSOP19-Jan-08 3:01 
GeneralRe: asp:TextBox weirdness Pin
Vasudevan Deepak Kumar19-Jan-08 19:12
Vasudevan Deepak Kumar19-Jan-08 19:12 
QuestionHow can this be possible? - Part 3 Pin
v1i9n6o7d19-Jan-08 0:39
v1i9n6o7d19-Jan-08 0:39 
AnswerRe: How can this be possible? - Part 3 Pin
mohankatari21-Jan-08 0:25
mohankatari21-Jan-08 0:25 

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.