Click here to Skip to main content
15,899,937 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Working with Windowns Media Player in Website ??? Pin
Johnny ²17-Jun-07 21:23
Johnny ²17-Jun-07 21:23 
GeneralRe: Working with Windowns Media Player in Website ??? Pin
HarryIsp200717-Jun-07 21:32
HarryIsp200717-Jun-07 21:32 
GeneralRe: Working with Windowns Media Player in Website ??? Pin
badgrs18-Jun-07 0:25
badgrs18-Jun-07 0:25 
GeneralRe: Working with Windowns Media Player in Website ??? Pin
HarryIsp200719-Jun-07 15:22
HarryIsp200719-Jun-07 15:22 
QuestionI don't update DB with javascript Pin
tranglt17-Jun-07 16:31
tranglt17-Jun-07 16:31 
AnswerRe: I don't update DB with javascript Pin
Guffa17-Jun-07 19:12
Guffa17-Jun-07 19:12 
GeneralRe: I don't update DB with javascript Pin
tranglt17-Jun-07 23:54
tranglt17-Jun-07 23:54 
GeneralRe: I don't update DB with javascript Pin
tranglt18-Jun-07 0:33
tranglt18-Jun-07 0:33 
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 

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.