Click here to Skip to main content
15,895,606 members
Home / Discussions / Web Development
   

Web Development

 
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 
AnswerRe: a:hover problem Pin
Gregory Gadow30-Nov-10 3:55
Gregory Gadow30-Nov-10 3:55 
Pseudo-tags like link and hover can be tricky to implement, as not all browsers are capable of rendering them. QuirksMode.org[^] is a useful reference in figuring out what browsers support what styles.

In both IE and Firefox, there are browser settings that can partially override link styles. In IE 8, for example, in Internet Options, the Advanced tab, is a setting that tells the browser to underline links either Always, Hover or Never. The eqivalent in Firefox is Options, Content, Colors. You may want to play around with these settings to see if they change the way your page gets rendered. If this is the issue, there's nothing you can do about it other than stealing your user's computer and manually changing the browser settings yourself.

Also, I'm not sure what the #nav is doing there. It is possible that this is being interpreted as "all a:link elements in a block having id="nav"," which means that the style would not be applied to a:link elements outside of such a block.
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 
AnswerRe: CMS Pin
Jules VDV3-Nov-10 9:10
Jules VDV3-Nov-10 9:10 

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.