Click here to Skip to main content
15,889,867 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: CSS in ASP.NET WON'T CHANGE Pin
Guffa17-Jun-07 9:21
Guffa17-Jun-07 9:21 
AnswerRe: CSS in ASP.NET WON'T CHANGE Pin
Christian Graus17-Jun-07 10:15
protectorChristian Graus17-Jun-07 10:15 
GeneralRe: CSS in ASP.NET WON'T CHANGE Pin
hifiger200417-Jun-07 13:08
hifiger200417-Jun-07 13:08 
GeneralRe: CSS in ASP.NET WON'T CHANGE Pin
Christian Graus17-Jun-07 20:44
protectorChristian Graus17-Jun-07 20:44 
GeneralRe: CSS in ASP.NET WON'T CHANGE Pin
hifiger200418-Jun-07 0:04
hifiger200418-Jun-07 0:04 
GeneralRe: CSS in ASP.NET WON'T CHANGE Pin
Pete O'Hanlon18-Jun-07 0:21
mvePete O'Hanlon18-Jun-07 0:21 
GeneralRe: CSS in ASP.NET WON'T CHANGE Pin
hifiger200418-Jun-07 5:19
hifiger200418-Jun-07 5:19 
QuestionCSS in ASP.NET WON'T CHANGE Pin
hifiger200417-Jun-07 8:44
hifiger200417-Jun-07 8:44 
Hi Guys,

Below is the content of stylesheet.css. My problem is this - when I call the class sublink1 the font will not change. Is there anything I need to to do first before applying it to my ASP.Net source code? It's very weird, because when I tried using the "sublink" it will work, but when I used the "sublink1" it won't work. And I need to used them both.

Thanks in advance Guys. Smile | :)


My souce code that calls class sublink1 - But it won't work. Why?

Click here - it will work

Click here - it won't work


----------------------------------------------------------------------

My Stylesheet.css

body
{
background: "#ffffff";
}
a.sublink
{
font-family:Arial;
font-size: 9pt;
font-weight: bold;
color: #999999;
text-decoration: none;
}
a.sublink:hover
{
font-family:Arial;
font-size: 12pt;
font-weight: bold;
color: #0066cc;
text-decoration: none;
}
a.sublink1
{
font-family: Arial;
font-size: 8pt;
font-weight: bold;
color: #999999;
text-decoration: none;
}
a.sublink1:hover
{
font-family: Arial;
font-size: 8pt;
font-weight: bold;
color: #0066cc;
text-decoration: none;
}

hifiger2004

AnswerRe: CSS in ASP.NET WON'T CHANGE Pin
Guffa17-Jun-07 9:08
Guffa17-Jun-07 9:08 
AnswerRe: CSS in ASP.NET WON'T CHANGE Pin
badgrs18-Jun-07 0:22
badgrs18-Jun-07 0:22 
QuestionData list issue Pin
Tauseef A17-Jun-07 1:26
Tauseef A17-Jun-07 1:26 
AnswerRe: Data list issue Pin
RepliCrux17-Jun-07 13:32
RepliCrux17-Jun-07 13:32 
QuestionCustom Error Pages - Config Problem Pin
matthias s.16-Jun-07 2:50
matthias s.16-Jun-07 2:50 
Questionpopup celander Pin
Haresh Boghani16-Jun-07 0:51
Haresh Boghani16-Jun-07 0:51 
AnswerRe: popup celander Pin
Duane in Japan17-Jun-07 0:38
Duane in Japan17-Jun-07 0:38 
Questioncryscal report in asp Pin
Haresh Boghani16-Jun-07 0:39
Haresh Boghani16-Jun-07 0:39 
Questioncrystal report in asp Pin
Haresh Boghani16-Jun-07 0:36
Haresh Boghani16-Jun-07 0:36 
QuestionTo make a pop window at PageLoad time Pin
codingrocks15-Jun-07 18:42
codingrocks15-Jun-07 18:42 
AnswerRe: To make a pop window at PageLoad time Pin
JimmyRopes16-Jun-07 3:54
professionalJimmyRopes16-Jun-07 3:54 
GeneralRe: To make a pop window at PageLoad time Pin
badgrs18-Jun-07 0:15
badgrs18-Jun-07 0:15 
QuestionAjax Random pull dosn't work in IE, ok in Firefox Pin
bartedgerton15-Jun-07 9:20
bartedgerton15-Jun-07 9:20 
QuestionHELP: ASP JScript & VBScript interoperability [modified] Pin
andrewwan198015-Jun-07 6:24
andrewwan198015-Jun-07 6:24 
AnswerASP JScript & VBScript interoperability Pin
andyharman15-Jun-07 7:56
professionalandyharman15-Jun-07 7:56 
Questionproblem with XMLHttpRequest Pin
tranglt14-Jun-07 23:55
tranglt14-Jun-07 23:55 
QuestionList problem. Please, help me out. Pin
shapper14-Jun-07 12:34
shapper14-Jun-07 12: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.