Link to home
Start Free TrialLog in
Avatar of rascal
rascalFlag for United States of America

asked on

Thin lines between images in FireFox for Mac

Ok, I've read all the Google search results for lines between images and have tried applying display:block on the img tag and have tried removing any whitespace between html, but this one problem persists, so it's a tough one.

This is only a problem on FireFox for Mac (my version is 3.6.8)

You can see an example of the problem here:
http://g2.minisage.com/include/topnav/topnav_test.htm

This is just a simple 1 row, 2 column table, with an image in each table, yet there is a line between the 2 images.

Calling all geniuses, this one has me pulling my hair out :) How can I code around this using just CSS?
ASKER CERTIFIED SOLUTION
Avatar of nycynik
nycynik

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nycynik
nycynik

You should not even need the style for this table, it should work without it.

style="display:inline;"
Avatar of rascal

ASKER

You are a wizard! My browser was indeed set to zoom in mode and that caused it! Wow - very intuitive of you!