Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Firefox vs. IE  (Read 3319 times)

0 Members and 1 Guest are viewing this topic.

Herr Kaufmann

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Firefox vs. IE
« on: December 29, 2005, 04:00:14 pm »

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!  ???
Logged

ecto

  • Supporter
  • Coppermine frequent poster
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 144
    • My very incomplete gallery
Re: Firefox vs. IE
« Reply #1 on: December 29, 2005, 05:04:04 pm »

Code: [Select]
          <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:

Code: [Select]
          <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.
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 19 queries.