Closed
Bug 224150
Opened 22 years ago
Closed 22 years ago
Web page displays on Microsoft IE6, but not on Mozilla 1.4
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: herter, Unassigned)
References
()
Details
(Keywords: qawanted)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4.1) Gecko/20031008
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4.1) Gecko/20031008
The content of the web page is squeezed on the right side of the screen.
Reproducible: Always
Steps to Reproduce:
1.Goto Canon US web page
2.Select Office Products
3.
Comment 1•22 years ago
|
||
I see this problem too with Win2000 using build #2003102104... Right now I
don't have much time to work on this but I did take a quick look at view-source
and I saw this which might be what cause this problem but I'm not positive
because a testcase would be needed.
Could it be with this "--------->" instead of "-->"?? Also, there's a double
'width-"100%"'... Not too sure if either one of these two is the problem
without a testcase...
--snip--
<!-- Navigation links start
------------------------------------------------------------>
<table width="100%" cellSpacing=0 cellPadding=0 width="100%" height=27
background="/html/image/navStrip.gif"
border=0>
<tr>
<td width=15><img height=27 src="/html/image/spacer.gif" width=15></td>
<td width="100%">
--snip--
Comment 2•22 years ago
|
||
invalid because of bad comment syntax.
<!-- is a comment --> <!-- is valid up until here, -----> doesn´t end the comment.
From the source of the main page:
<!-- top link -------------------------------------------------------------->
<!-- search bar -------------------------------------------------------------->
These are working by chance, but don´t insert two more dashes.
You can read more about this in bug 219677 and a lot of other bugs.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•