To remove the blue border, add border="0" to your imag tags.
Now, for the space, you have a
Code:
padding-left: 82px;
in your css, so, it will pad the content of each #navItem to 82px on the left. that could be your problem.
Just 1 note.
Id's are meant to be unique in the page. If you want to specify css for a set of element, use a class.
Just replace the #navitem with .navitem in your css section, and replac id= with class= in your img tags.
That should does it.
__________________
Listen to the ducky: "This is awesome!!!"
|