Closed
Bug 249088
Opened 21 years ago
Closed 21 years ago
does not display frame, but IE and Safari do
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: cchen, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
Mozilla and Firefox do not display frames, but IE and Safari do.
Reproducible: Always
Steps to Reproduce:
1.open mozilla or firefox
2.goto website above
3.done
Actual Results:
same as problem
Expected Results:
showed frames on website
Comment 1•21 years ago
|
||
That's because you have the <frameset> tags inside <body> tags. This is not valid.
As soon as the browser sees the <body> tag, it assumes this is a non-frames
document so any frames code is ignored.
Just remove the <body> tags.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Core Graveyard
| Assignee | ||
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•