Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Iframe NAV being displayed twice 1

Status
Not open for further replies.

RexxSysProg

Programmer
Jul 2, 2004
205
US
I have my NAV in an iframe . When I preview my index/home page in Dreamweaver with IE, Netscape and Firefox, it is displayed properly. But after it is FTPd to the website, it displays correctly in the home page only in IE. Both Netscape and Firefox display the NAV twice in the iframe on the index/home page. When I go to any other page they display the NAV correctly only once in the iframe. When I go back to the home page it is once again being displayed twice.
 
Can you post a link or code?

[Peace][Pipe]
 
Open Nav.html in DW and run a Browser Check errors. There are loads

Cheech

[Peace][Pipe]
 
Cheech

Thank you for looking at the page and for your response.

I'm afraid I don't see anything that looks like a real error. It's listing things such as clarify foreign language (there isn't any), missing ALT text (irrelevent in this particular image) and a bunch of "tips" (e.g. style sheets should not be necessary).

And this NAV.html is displayed properly in the iframe in every page other than the home page.

If there were real errors in the NAV, wouldn't you think they should fail in all of the pages, not just the one home page?

I'd appreciate your thoughts.

 
Look at the source for the page - it includes this:
Code:
<TD width=149 rowSpan=3 align="center" vAlign=top><IFRAME height="100%" scrolling="no" SRC="images/nav.html" WIDTH=149 frameborder=0> 
        </IFRAME>
        <iframe height="100%" scrolling="no" src="../images/nav.html" width=149 frameborder=0>-->

Looks like you've just copied it in again

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'If we're supposed to work in Hex, why have we only got A fingers?'
Essex Steam UK for steam enthusiasts
 
johnwm

Thank you -that was it. It often takes someone who hasn't looked at the code a million times to see what is really there and not what your mind tells you is there.

Thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top