how to get rid off the borders on divs

Sun, Aug 23, 2009

Programming

when you want to use links with divs and borders spoilt your design when clicking them, then clear them with a little addition on your css which is as simple as that :

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}


  • Share/Bookmark

Related posts:

  1. Design Time explained Νομίζω ότι είναι μια απο τα ποιο ενδεικτικά διαγράμματα για...
  2. Lacta Contest – live flash application Contest for Lacta.gr. Participants were writing their logo and through...
  3. 3Alfa.gr: food and recipies For the past 4 decades 3alfa has been investing in...
  4. Navimania: community forum Navimania has been a grown community since 2003 about users...
  5. HTML 5 section is not just a “semantic div” James Graham of Opera has a post about how section...

,

This post was written by:

ropox - who has written 184 posts on ropox.net.

Software Engineer and Web Developer, keen on new technologies and has passion for web engineering.... Internet is my job and i love it...!!! Founded Baldpixel (baldpixel.com) on 2008 which is specialized on enginnering custom web projects while cooperating with top advertising agencies on the net.

Contact the author

One Response to “how to get rid off the borders on divs”

  1. John Says:

    Hmm… I read blogs on a similar topic, but i never visited your blog. I added it to favorites and i’ll be your constant reader.


Leave a Reply