Closed
Bug 120319
Opened 24 years ago
Closed 24 years ago
CSS text layout error?
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: barta, Assigned: attinasi)
References
()
Details
(Whiteboard: [bae:20020118])
Attachments
(1 file)
|
316 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.7) Gecko/20011221
BuildID: 2001122106
On the cited page, I believe "home" and "work" etc. should be on the same line.
They are not. I don't think it is an error with my HTML, because my code is
pretty simple. The page renders OK in NS 4.x Mac; IE 5.0 Mac and IE 5.x PC
Reproducible: Always
Steps to Reproduce:
1.load page.
2.
3.
Expected Results: see above.
Comment 1•24 years ago
|
||
Comment 3•24 years ago
|
||
using the position: absolute signals the UA to render the span as a block,
consequently you get the new line. This is explained in the CSS 2 spec.
To get what you want, try using margin-left in the span, or try using float for
both the Home and Work
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Whiteboard: [bae:20020118]
You need to log in
before you can comment on or make changes to this bug.
Description
•