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

ASP.NET

 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 10:20
Member 876166721-Sep-14 10:20 
GeneralRe: ASP.NET project not 'seeing' css file Pin
jkirkerx21-Sep-14 10:45
professionaljkirkerx21-Sep-14 10:45 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 10:58
Member 876166721-Sep-14 10:58 
GeneralRe: ASP.NET project not 'seeing' css file Pin
jkirkerx21-Sep-14 11:04
professionaljkirkerx21-Sep-14 11:04 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 11:18
Member 876166721-Sep-14 11:18 
GeneralRe: ASP.NET project not 'seeing' css file Pin
jkirkerx21-Sep-14 11:27
professionaljkirkerx21-Sep-14 11:27 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 11:38
Member 876166721-Sep-14 11:38 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 11:46
Member 876166721-Sep-14 11:46 
If I copy and paste this:

.nav a:link {color: #ffffff; text-decoration: none; }
.nav a:active {color: #ffffff; text-decoration: none; }
.nav a:visited {color: #ffffff; text-decoration: none; }
.nav a:hover { color: #ffffff; text-decoration: underline !important; }


a:visited, a:active, a:link
{
 color: rgb(255,255,255); 
 font-size: 1.0em;
 font-weight: bold;
}


into the tags of Site.master using the colour of the text links remains grey, but I noticed that the font had changed from normal to bold as in your 'font-weight: bold;', so something is happening, it's just not clear what exactly!
GeneralRe: ASP.NET project not 'seeing' css file Pin
jkirkerx21-Sep-14 11:54
professionaljkirkerx21-Sep-14 11:54 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 12:16
Member 876166721-Sep-14 12:16 
AnswerRe: ASP.NET project not 'seeing' css file Pin
Arvind Zamakia26-Sep-14 2:56
Arvind Zamakia26-Sep-14 2:56 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166726-Sep-14 4:39
Member 876166726-Sep-14 4:39 
QuestionHow to add Items in DropDown List Programitically ??? Pin
Abhishek kumar12121-Sep-14 1:00
Abhishek kumar12121-Sep-14 1:00 
AnswerRe: How to add Items in DropDown List Programitically ??? Pin
M.Farrukh Abbas21-Sep-14 1:59
M.Farrukh Abbas21-Sep-14 1:59 
GeneralRe: How to add Items in DropDown List Programitically ??? Pin
Abhishek kumar12121-Sep-14 2:16
Abhishek kumar12121-Sep-14 2:16 
GeneralRe: How to add Items in DropDown List Programitically ??? Pin
M.Farrukh Abbas21-Sep-14 19:04
M.Farrukh Abbas21-Sep-14 19:04 
AnswerRe: How to add Items in DropDown List Programitically ??? Pin
Arvind Zamakia26-Sep-14 3:28
Arvind Zamakia26-Sep-14 3:28 
QuestionWhy is it so difficult to make search by dropdownlist value? (Solved) Pin
samflex20-Sep-14 15:10
samflex20-Sep-14 15:10 
AnswerRe: Why is it so difficult to make search by dropdownlist value? Pin
M.Farrukh Abbas21-Sep-14 2:02
M.Farrukh Abbas21-Sep-14 2:02 
GeneralRe: Why is it so difficult to make search by dropdownlist value? Pin
samflex21-Sep-14 4:08
samflex21-Sep-14 4:08 
AnswerRe: Why is it so difficult to make search by dropdownlist value? (Solved) Pin
Arvind Zamakia26-Sep-14 3:33
Arvind Zamakia26-Sep-14 3:33 
GeneralRe: Why is it so difficult to make search by dropdownlist value? (Solved) Pin
samflex26-Sep-14 8:25
samflex26-Sep-14 8:25 
QuestionJavaScript Code not working properly for a registration ASP page. Pin
omrohit120-Sep-14 6:10
omrohit120-Sep-14 6:10 
AnswerRe: JavaScript Code not working properly for a registration ASP page. Pin
Kornfeld Eliyahu Peter20-Sep-14 8:32
professionalKornfeld Eliyahu Peter20-Sep-14 8:32 
AnswerRe: JavaScript Code not working properly for a registration ASP page. Pin
Richard Deeming22-Sep-14 2:27
mveRichard Deeming22-Sep-14 2:27 

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.