Css hover change link color -
i have css :
<style> #web_pagination_number { float:left; position:relative; width:35px; height:35px; line-height:35px; background-color:#111111; font-family:arial; font-size:14px; color:#ffffff; text-align:center; } #web_pagination_number:hover { color:#111111; background-color:#93cf25; } #web_pagination_number { text-decoration:none; color:#ffffff; } #web_pagination_number a:hover { text-decoration:none; color:#111111; } </style> the problem have it´s when go on web_pagination_number , alter color of background of div no color of link , link color alter when go on link
i don´t know how can prepare
thank´s , regards
you need add together :hover web_pagination_number id, this:
#web_pagination_number:hover { color: #333; } css hover
No comments:
Post a Comment