html - How to set :hover for all elements -


why doesn't work?

*:hover {margin-left:50px;} 

cause when move on element nothing happened.

are putting @ end of css file? if not, may getting overwritten.

*:hover {     margin-left: 50px;  } 

is working me. browser testing on?


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -