Click here to Skip to main content
15,893,401 members
Home / Discussions / Web Development
   

Web Development

 
GeneralBlueprint IE hack breaks VS designer. Pin
Brady Kelly23-Nov-10 17:12
Brady Kelly23-Nov-10 17:12 
GeneralRe: Blueprint IE hack breaks VS designer. Pin
Bryian Tan3-Jan-11 14:29
professionalBryian Tan3-Jan-11 14:29 
QuestionLooking for software for a client Pin
LenaBr16-Nov-10 4:16
LenaBr16-Nov-10 4:16 
AnswerQuickbooks Online Pin
David Mujica16-Nov-10 4:26
David Mujica16-Nov-10 4:26 
GeneralRe: Quickbooks Online Pin
LenaBr16-Nov-10 4:37
LenaBr16-Nov-10 4:37 
AnswerRe: Looking for software for a client Pin
cjoki16-Nov-10 4:51
cjoki16-Nov-10 4:51 
Questiona:hover problem Pin
mr_plow9911-Nov-10 5:14
mr_plow9911-Nov-10 5:14 
AnswerRe: a:hover problem Pin
Manfred Rudolf Bihy12-Nov-10 1:12
professionalManfred Rudolf Bihy12-Nov-10 1:12 
Hello in advanced ( Wink | ;) ),

I tried a very simplistic html page with your styles in it and it
functions perfectly within IE 8 and FireFox 3.6.8:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<html>
<head>
<style TYPE="text/css">
a:link
{
	text-decoration:none;
	color: #808080;
}
a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
</style>
</head>
<body>
<a href="http://www.google.de">Google</a><br/>
<a id="nav" href="http://intranet.search.siemens.com">Intranet</a><br/>
<a href="http://search.siemens.com">Internet</a><br/>
</body>
</html>


Are you using another version of FireFox?

Best Regards,

Manfred
AnswerRe: a:hover problem Pin
Gregory Gadow30-Nov-10 3:55
Gregory Gadow30-Nov-10 3:55 
QuestionFlexible datatype Pin
Ajay Kale New11-Nov-10 0:31
Ajay Kale New11-Nov-10 0:31 
AnswerRe: Flexible datatype Pin
Richard MacCutchan11-Nov-10 1:27
mveRichard MacCutchan11-Nov-10 1:27 
AnswerRe: Flexible datatype Pin
TweakBird16-Nov-10 0:51
TweakBird16-Nov-10 0:51 
AnswerRe: Flexible datatype Pin
Simon_Whale16-Nov-10 4:27
Simon_Whale16-Nov-10 4:27 
QuestionTest problem Pin
bfis10813710-Nov-10 19:52
bfis10813710-Nov-10 19:52 
AnswerRe: Test problem Pin
Mycroft Holmes10-Nov-10 21:00
professionalMycroft Holmes10-Nov-10 21:00 
AnswerRe: Test problem Pin
cjoki12-Nov-10 5:16
cjoki12-Nov-10 5:16 
Questionhow to pass the slected option from a html drop down list to a java script variable?? Pin
krrish chaitanya4-Nov-10 0:20
krrish chaitanya4-Nov-10 0:20 
AnswerRe: how to pass the slected option from a html drop down list to a java script variable?? Pin
Jules VDV4-Nov-10 4:39
Jules VDV4-Nov-10 4:39 
GeneralRe: how to pass the slected option from a html drop down list to a java script variable?? Pin
cjoki4-Nov-10 4:41
cjoki4-Nov-10 4:41 
GeneralRe: how to pass the slected option from a html drop down list to a java script variable?? Pin
Jules VDV4-Nov-10 5:22
Jules VDV4-Nov-10 5:22 
GeneralRe: how to pass the slected option from a html drop down list to a java script variable?? Pin
krrish chaitanya7-Nov-10 17:08
krrish chaitanya7-Nov-10 17:08 
AnswerRe: how to pass the slected option from a html drop down list to a java script variable?? Pin
cjoki4-Nov-10 4:40
cjoki4-Nov-10 4:40 
GeneralRe: how to pass the slected option from a html drop down list to a java script variable?? Pin
krrish chaitanya7-Nov-10 17:09
krrish chaitanya7-Nov-10 17:09 
QuestionCMS [modified] Pin
Civic062-Nov-10 6:45
Civic062-Nov-10 6:45 
AnswerRe: CMS Pin
Simon_Whale2-Nov-10 7:00
Simon_Whale2-Nov-10 7:00 

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.