Closed
Bug 73467
Opened 24 years ago
Closed 23 years ago
incorrect layout problem
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mgalli, Assigned: bc)
References
()
Details
(Whiteboard: [TOOL][DREAMWEAVER])
DHTML menu
In fact there is no LAYER tag but document.layers array...
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 1•24 years ago
|
||
This page works without errors.
This code does not throw any exceptions related to document.layers as can be
seen in the JavaScript console. The code qualifies access to the
document.layers object by testing for the existence of document.layers and does
not access document.layers if it does not exist.
The code will use document.getElementById if it exists and works properly in
Mozilla 0.8.1.
Note that this code is 'Macromedia' generated code and is probably from
Dreamweaver. Dreamweaver has a compatibility extension that provides support
for Mozilla/Netscape 6 and is available for download from their site.
Marking invalid.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 2•24 years ago
|
||
This may not be a layer related bug but there is
a problem relating to the layout involving <div>.
On the left where it says "German", this section should
have a blue background color and should be separate
from the top left section where it says, "return on
investment", which has an orange color background.
Under Mozilla, the "German" section is mixed in with
the "Return on investment" section. Looks
OK on Comm 4.76 & IE 5.5.
Re-opening for a different reason.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Summary: [LAYERS] document.layers and document.all support → incorrect layout problem
Comment 3•24 years ago
|
||
The top banner also needs to end where the left image "Return on
investment" ends.
Comment 4•24 years ago
|
||
What build are you using, Kat?
Comment 5•24 years ago
|
||
3/29/2001 Win32 build.
Comment 6•24 years ago
|
||
It turns out that this page lays out OK on
NS 6.0/Mozilla M18. This could be a regression.
Reporter | ||
Comment 7•24 years ago
|
||
DHTML menu in my N6.01/win is a complete mess. Seems like drawing / rendering
problems.
Comment 8•24 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Status: REOPENED → NEW
Assignee | ||
Comment 9•23 years ago
|
||
I do not see the layout related problems. The menu system works if you allow
time for the images to completely load. The site uses a mixture of different
versions of Dreamweaver code. They have upgraded their MM_ code although it is
not clear from the version numbers if they did a complete upgrade.
Marking fixed. If this site has additional CSS/Layout problems please open a new
bug on the CSS issue only.
Thanks,
Bob
Blocks: 51020
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Whiteboard: [TOOL][DREAMWEAVER]
Assignee | ||
Comment 10•23 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Assignee | ||
Comment 11•23 years ago
|
||
original url gone, now redesigned using servlets
verify fixed
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•