JS Fiddle Link http://jsfiddle.net/Xfvpu/1/
Having a perplexing issue with image rendering in Firefox compared to other browsers. The xhtml doctype is used with proper br / tag spacing, but the gap between two images on this specific document displays differently in Firefox.
You can view the page at
The CSS styling may be causing the problem as it's not structured properly, preventing explicit posting. Both images are contained within a DIV wrapper without being in separate divs. They have image maps and only differ in width by about 20px.
In the space between the two images are two br / tags. Attempts to adjust using Firebug have been unsuccessful thus far. Determined to find a solution, seeking advice or guidance to resolve this frustrating discrepancy in spacing exhibited by Firefox.
Around a 10px difference has been noted between Firefox and other browsers in terms of spacing. Any insight on unusual rendering issues would be greatly appreciated in order to troubleshoot and resolve the matter for educational purposes.