Firefox vs. IE Firefox vs. IE
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Firefox vs. IE

Started by Herr Kaufmann, December 29, 2005, 04:00:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Herr Kaufmann

Next question -

Please, look @ www.catalyst-group.info/gallery

When i open my gallery in the Internet Explorer (i use Firefox) there is 1 or 2px "empty" space belove the header picture (between this picture and black colored border)...any clue why..? This occures only in IE, in Firefox not!  ???

ecto


          <td valign="top" align="center" style="border-bottom: 1px solid #000;">
                <img src="themes/classic/images/header.jpg" >
          </td>


Try putting all of that on one line like this:


          <td valign="top" align="center" style="border-bottom: 1px solid #000;"><img src="themes/classic/images/header.jpg" /></td>


And don't forget to add a / to the end of the <img> tag like I did above.