Click here to Skip to main content
15,890,123 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: I don't update DB with javascript Pin
Guffa19-Jun-07 10:52
Guffa19-Jun-07 10:52 
QuestionRe: I don't update DB with javascript Pin
tranglt19-Jun-07 15:54
tranglt19-Jun-07 15:54 
GeneralRe: I don't update DB with javascript Pin
Vasudevan Deepak Kumar19-Jun-07 21:25
Vasudevan Deepak Kumar19-Jun-07 21:25 
QuestionRe: I don't update DB with javascript Pin
tranglt18-Jun-07 0:34
tranglt18-Jun-07 0:34 
AnswerRe: I don't update DB with javascript Pin
HarryIsp200719-Jun-07 16:22
HarryIsp200719-Jun-07 16:22 
GeneralRe: I don't update DB with javascript Pin
Vasudevan Deepak Kumar19-Jun-07 21:25
Vasudevan Deepak Kumar19-Jun-07 21:25 
GeneralRe: I don't update DB with javascript Pin
HarryIsp200719-Jun-07 21:36
HarryIsp200719-Jun-07 21:36 
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?

<a href="#" class="sublink">Click here</a> - it will work

<a href="#" class="sublink1">Click here</a> - 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
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 
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 

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.