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!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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 답장
  • 1 이 문제를 만남
  • 4 보기
  • 최종 답변자: 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?

모든 댓글 (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>

글쓴이 cor-el 수정일시