Alex&R Posted December 18, 2009 Report Share Posted December 18, 2009 (edited) В CSS указал:a:link {text-decoration:underline; color:#CCCCCC;}a:active {text-decoration:underline; color:#CCCCCC;}a:visited {text-decoration:underline; color:#CCCCCC;}a:hover {text-decoration:none; color:#FFFFFF;}Но ссылки белого цвета и все равно подчеркиваются. Почему так? Edited December 18, 2009 by Alex&R Quote Link to comment Share on other sites More sharing options...
0 Justnewone Posted December 18, 2009 Report Share Posted December 18, 2009 В CSS указал:a:link {text-decoration:underline; color:#CCCCCC;}a:active {text-decoration:underline; color:#CCCCCC;}a:visited {text-decoration:underline; color:#CCCCCC;}a:hover {text-decoration:none; color:#FFFFFF;}Но ссылки белого цвета и все равно подчеркиваются. Почему так?a{text-decoration:none; color:#чета-там} Quote Link to comment Share on other sites More sharing options...
0 Alex&R Posted December 18, 2009 Author Report Share Posted December 18, 2009 а как в CSS прописать что должно отображаться в строке состояния при наведении на ссылку? Quote Link to comment Share on other sites More sharing options...
0 Justnewone Posted December 18, 2009 Report Share Posted December 18, 2009 а как в CSS прописать что должно отображаться в строке состояния при наведении на ссылку?Там будет отображаться наведенная ссылка, и все.Ничего туда с помощью CSS не пропишите.Раньше осел понимал какие-то методы, но потом кажись отказались от них. Quote Link to comment Share on other sites More sharing options...
0 psywalker Posted December 18, 2009 Report Share Posted December 18, 2009 а как в CSS прописать что должно отображаться в строке состояния при наведении на ссылку?что пропишешь, то и будет Quote Link to comment Share on other sites More sharing options...
Question
Alex&R
В CSS указал:
a:link {text-decoration:underline; color:#CCCCCC;}a:active {text-decoration:underline; color:#CCCCCC;}
a:visited {text-decoration:underline; color:#CCCCCC;}
a:hover {text-decoration:none; color:#FFFFFF;}
Но ссылки белого цвета и все равно подчеркиваются. Почему так?
Edited by Alex&RLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.