I have a table comprised of image slices, some of which link to other pages on my site. The problem is that the link slices throw the table cell alignment off (due to what looks like a thin strip of the table bckgrd showing under the image). Can someone give me some basic CSS advice on handling this that works in all the main browsers? I've tried several solutions & can't get it to work. (I have also tested the table w/o links, and it looks fine, so I know it's not my table.)
Specifically, I need to know the following:
1) What CSS property might affect this; I've tried:
border: none;
background-color: transparent;
background-image: none;
text-decoration: none;
2) How do I define the CSS class; I've tried:
.class, a.class, a.class:link, .class a, .class a:link
3) To which element, the image or the link (or both), should I apply the CSS?
(I've also tried both the full & half transitional doc types, and can't get it to fully work in either, though it's better in the half version. For what it's worth, Opera browser always displays it correctly, IE is OK in half trans. DOC TYPE, and Firefox never displays right.)
Any help is appreciated.
[edited by: sssweb at 3:33 pm (utc) on Jun 16, 2010]