Closed
Bug 138891
Opened 23 years ago
Closed 21 years ago
aol.com - AOL hometown: bullet on one line, text on the next ...
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ericweb, Unassigned)
References
()
Details
(Whiteboard: [HTML-SYNTAX])
Attachments
(1 file)
239 bytes,
text/html
|
Details |
Compare the format of bullets on this page in IE6 vs. Moz 0.9.9 (on Win XP Pro):
http://hometown.aol.com/flanker.adp?cid=10000&fType=best&l=english&sessionId=1019347090%2e107546
Look down at the middle of the page. The bullet is on one line, and the the text
for that bullet is on the next line. Over and over again.
Expect this is IE-specific HTML/CSS. Is there a "placement of
images with CSS" bug in IE that causes this problem? Note that this appears to
be the same problem as in bug 135265.
Reporter | ||
Comment 1•23 years ago
|
||
Page also looks fine in Nav4.79 on XP Pro. Can't believe that no one has filed a
bug on hometown.aol.com if this has been in here all along; any chance this is a
Gecko regression in 0.9.9?
Comment 2•23 years ago
|
||
ok. the relevant markup is:
<li><p><a href="...">foo</a>, bar<br>
multline blurb
<br>
<br>
and that the <li> occurs inside a cell but not inside a <ul>. This is such
horrible, generation 4, invalid markup crap, but it might be a candidate
compatibility fix in quirks mode.
Assignee: doron → bclary
Blocks: 121236
Summary: AOL hometown: bullet on one line, text on the next ... → aol.com - AOL hometown: bullet on one line, text on the next ...
Whiteboard: [HTML-SYNTAX]
Comment 3•23 years ago
|
||
Note if you enclosed this <li> in a <ul>, the bullet will be on the same line
as the initial text.
Comment 5•22 years ago
|
||
OS: Windows XP → All
Hardware: PC → All
Comment 6•22 years ago
|
||
tech evang june 2003 reorg
Assignee: bc → english-us
QA Contact: zach → english-us
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
•