11
ralf57
Re: Need help to fix a theme....
  • 2004/2/4 18:16

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Quote:

robekras wrote:

Especially a difference between Mozilla and IE. The default setting for border-collapse is different between Mozilla and IE (As far as I remember).

It's something with border-collapse in the table class definition.




Thank you,i've tried this solution too..but still no changes

12
Mithrandir
Re: Need help to fix a theme....

images/header_bg.gif - which size does that have? Could you try (just for a test) to put in a smaller image and see if THAT is what sets the height

13
ralf57
Re: Need help to fix a theme....
  • 2004/2/4 18:38

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Quote:

Mithrandir wrote:
images/header_bg.gif - which size does that have? Could you try (just for a test) to put in a smaller image and see if THAT is what sets the height


Hi Mit,
images/header_bg.gif has the same heigth of logo.gif(114px) so it fills exactly the background.
I've made a trial decreasing header_bg.gif's heigth to 100px but the space below the logo still appears..
Now i'm going really crazy..
I could code everything from scratch of course but i wish to understand where this issue comes from.
thanks again,ralf.

14
robekras
Re: Need help to fix a theme....
  • 2004/2/4 19:17

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


Did again some investigation on that border-collapse stuff:

table {border-spacing: 0px; border-collapse: separate}

Mozilla shows cell without a gap
IE6 shows cell with gap

table {border-spacing: 0px; border-collapse: collapse}

Mozilla shows cell without a gap
IE6 also shows cell without a gap

table {border-spacing: 10px; border-collapse: collapse}

Mozilla shows cell without a gap
IE6 shows cell without a gap

table {border-spacing: 10px; border-collapse: separate}

Mozilla shows large gap
IE6 shows small gap



15
SevenD
Re: Need help to fix a theme....
  • 2004/2/4 19:20

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Replace :

Quote:
<img src="<{$xoops_imageurl}>images/logo.gif" border="0" alt="Homepage" />


with:

Quote:
<img src="<{$xoops_imageurl}>images/logo.gif" alt="Homepage" border="0" align="left" />



16
ralf57
Re: Need help to fix a theme....
  • 2004/2/4 21:24

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Quote:

SevenD wrote:
Replace :

Quote:
<img src="<{$xoops_imageurl}>images/logo.gif" border="0" alt="Homepage" />


with:

Quote:
<img src="<{$xoops_imageurl}>images/logo.gif" alt="Homepage" border="0" align="left" />




Thank you SevenD,
the problem is finally solved!!!
Keep up the good work with your themes.

Login

Who's Online

214 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 214


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits