HTML link color problem solved
Published on Thu 14 May 2009
Problem: Some browsers show links in the default color in spite of being styled in CSS. On hover the CSS styling works.
Problem faced in: Google Chrome and IE6. No problem in FF
Solution:It is pretty simple by the way. There are two ways to resolve this ..
- Dont use a:link ie. instead of
1 | |
just use,
1 | |
And the other way is declare the colors for all the states of the link
1 2 3 4 | |
Remember the order. Its very important .. (Mnemonic - LoVe HAte)
Many thanks to: A certain CSS freak at webmasterworld forums
- Tagged
- html
- css
- google-chrome
- ie6
Please reach out to me at