Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

My web page will load completely on IE but not in firefox, I get partial loading but when clicking on the menu items nothign appears is there a code missing here somewhere? Web site is www.altmar.com

  • 4 antwurd
  • 1 hat dit probleem
  • 4 werjeftes
  • Lêste antwurd fan cor-el

more options

My web page will load completely on IE but not in Firefox where I only get the menu bar on the left side of the page. When clicking on the menu items nothing appears is there a code missing here somewhere?

My web page will load completely on IE but not in Firefox where I only get the menu bar on the left side of the page. When clicking on the menu items nothing appears is there a code missing here somewhere?

Alle antwurden (4)

more options

My guess is that there is some type of code error. These types of problems tend to occur when trying to support IE.

more options

http://www.altmar.com = doesn't work any better in Opera or Safari.

This line isn't being read - FRAMESET ROWS="192,*" frameborder-none"

and without a DTD or Doctype the latest browsers that support HTML5 aren't going to read and display that page correctly.

more options

Thanks. To solve the problem where would I go to find the solution? Is it a different language I now need to use for HYML5? Do you have the solution. Is it a simple line of command that I need to install? I am totally lost here.

more options

All frames are displayed in the little frame at the left and not in the frame at the right.

Move the third frame out of the frameset as the last child of that frameset

<HTML>
<HEAD>
<TITLE>AltMar 2006</TITLE>
</HEAD>

<FRAMESET COLS="156,*" border=0">

 <FRAMESET ROWS="192,*" frameborder-none" >    
  <FRAME SRC="AltMar Leaf.gif" WIDTH=148 HEIGHT=184 MARGINWIDTH=1 MARGINHEIGHT=1>
  <FRAME SRC="directory.html"> 
 </FRAMESET>

 <FRAME SRC="home.html" NAME="MAIN-WINDOW">

</FRAMESET>
</NOFRAMES>

</HTML>

Bewurke troch cor-el op