Fungování této stránky je z důvodu údržby dočasně omezeno. Pokud žádný článek nápovědy nevyřeší váš problém a potřebujete se zeptat na další řešení, napište nám na Twitter @FirefoxSupport nebo Reddit /r/firefox.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

I have built using frontpage http://www.thejohnnygray.com/artists/johnnygray/johnnygray.html which displays correctly in Internet Explorer but completely incorrectly in Mozilla. Any tips?

more options

I have built using frontpage http://www.thejohnnygray.com/artists/johnnygray/johnnygray.html which displays correctly in Internet Explorer but completely incorrectly in Mozilla. Any tips?

I have used a 2 column table in general

I have built using frontpage http://www.thejohnnygray.com/artists/johnnygray/johnnygray.html which displays correctly in Internet Explorer but completely incorrectly in Mozilla. Any tips? I have used a 2 column table in general

Všechny odpovědi (2)

more options

How should it look?
Can you attach a screenshot?

I'm on Linux, so can't check the site in IE.

You may need to add a clear: both to the DIV with the players that appear at the right to make and adjust the height of some containers.


A good place to ask questions and advice about web development is at the MozillaZine Web Development/Standards Evangelism forum.

The helpers at that forum are more knowledgeable about web development issues.

You need to register at the MozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

To make a long story short, part of your content is floating up on the right side that you did not intend to do so. In this part of your code, add style="clear:left" to the first tag:

 <div align="center">
   <center>
     <table border="0" cellpadding="0" cellspacing="0" 
     style="border-collapse: collapse" bordercolor="#111111" 
     width="100%" id="AutoNumber2" height="622">

Upravil uživatel jscher2000 - Support Volunteer dne