Saturday, May 9, 2009

How do i solve this?


I'm currently working on my nagivation buttons and it turns out weird.
The first image below refers to my actual design.




When i actually type in the links, there are rectangular boxes surrounding the text


How do i get rid of this?

1 comment:

  1. Hi Pekyee! Firefox puts borders around images that are inside links by default - to get rid of it just add:

    a img {border: 0;}

    to your CSS.

    ReplyDelete