Main frame not showing up in IE6 (but OK in FireFox)

D

Dalilama

I am building a site with FP 2003 that uses a top frame with some
javascript-based menus and a main frame that blends in with the top one but
changes content based on menu selection. Using Firefox all is well, but when
I view with IE6 (latest in XP SP2) the main frame appears all white and a
menu click opens a new browser with the correct content.

I'm stumped on this one - any ideas appreciated!
 
P

p c

Do you want to have 2 frames split verticallym top and bottom only?

Look at the frameset page in HTML view.

Try this

<frameset rows="169,*" framespacing="0" frameborder="0" border="0">
<frame src="home/topFrame.htm" name="topFrame" frameborder="no"
scrolling="auto" marginwidth="0" marginheight="0">
<frame src="home/mainFrame.htm" name="mainFrame" target="topFrame">
<noframes>
<body>
<p>&nbsp;</p>
</body>
</noframes>
</frameset>

By the way, your site serves pages very slowly. you will get a balank
for the fram are w/o the doenlead page.


..PC
 
D

Dalilama

PC,

Thanks so much, this worked well. IE now displays it just fine, so does
Firefox. Had me going for a while...

I only wanted the frames to support the menu. The actual site is quite a bit
faster, so the blank frames should not be so noticeable. I may not stick
with this concept, but I'm going to give it a shot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top