Dynadot โ€” .com Registration $8.99

Browser Issue - webpage

Spaceship Spaceship
Watch
Impact
0
:hi: just wondering if anyone can help me with this quandary.

THIS PAGE shows fine in Firefox, but in Internet Explorer, there is a gap on the top.

How can this be fixed? Thx for any ideas
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable DomainsUnstoppable Domains
Hello soulstice99,

Whats happening is your java box is larger than the tables dimensions, so the table is stretching, the right part of the header gets centered instead of lefted ;)...

So this should fix it. Making the right half of your header with 100% width will make sure the cell is not centered when the java box stretches your table.

REPLACE
Code:
    <TD COLSPAN=2 valign="top"> <IMG SRC="images2/content1_image.jpg" WIDTH=380 HEIGHT=138 ALT=""></TD>
WITH
Code:
    <TD COLSPAN=2 valign="top" width="100%" align="left"> <IMG SRC="images2/content1_image.jpg" WIDTH=380 HEIGHT=138 ALT=""></TD>

Enjoy!

Rep is much appreciated if it works out for you.

Regards, Rhett.
 
0
•••
That is the problem. I wouldn't use tables for this but divs and spans with CSS.
 
0
•••
how do u do the rep thing?
 
0
•••
soulstice99 said:
how do u do the rep thing?
Hey soulstice99,

You can give me "reoutation" by clicking on the little picture of some scales to the bottom left of my post :)

Thanks!
Rhett.
 
0
•••
It is right next to the exclamation mark under his name :).
 
0
•••
Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back