Sunday 13 May 2012

link hover ?! with background

hye guys !!
today i'll show u about link hover ~
first of all ,,, do u know what is link hover ?!
it look like this
steps :~

+ sign in blogger >> design >> edit html >> press Ctrl F ( on your keyboard )
+ find this code




  a:hover {

+ then u can see this code right ?!~






  a:hover {
  text-decoration:underline;
  color: $(link.hover.color);


+ delete that code and replace it with this code 
  a:hover {
  color: #ffffff;
  background:#fa5ca3;
  text-decoration:none;
  border: #ffffff 2px dashed;
  padding:3px 5px;
  -moz-border-radius:10px;
  }

+ change the background & border colour with your taste 
+ if u want the colour code, click here
+ scroll down until u can see this 











+ find what colour do u like. then
+ copy the code with bold blue in colour
+ make sure when u paste that code this # must be beside (left) code

+ lastly, change it where do u want 2 change 4 ex : background , border etc 
+ save !!

No comments:

Post a Comment