OK, my navigation menu consists of a row of several images. I just put a break return after each image, and it works for Safari and IE. However in Camino it adds extra margins to the break return.
Here's an example of my problem.
I tried to remove the margins from the <br> using CSS to no avail
Also, this isn't as important, but the WAI requires that there is something other than white space that separates adjacent links. Is there a way that I can maintain the look while having something other than white space?
Thanks
Edit: OK, I used an unordered list to put my images in and I removed the padding and margins and removed the list marker, but it still doesn't work with Camino. Also, although the list idea does pass the WAI, I'd rather not use a list because I don't want it to look like a list to text based browsers.