Closed
Bug 226093
Opened 21 years ago
Closed 16 years ago
cnet.com - Not rendering properly
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kaberjobs, Unassigned)
References
()
Details
(Keywords: top500)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6a) Gecko/20031030
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6a) Gecko/20031030
Goto Cnet.com, they'll be little ads maybe 45 pixels high, 400 pixels wide...
On the page it looks like
DELL | GATEWAY | HP | IBM | SONY
If you put your curosor over these image ads, the text box that appears if a few
pxiels under the ad, they are no aligning properly.
Reproducible: Always
Steps to Reproduce:
1.goto cnet.com
2.find the little DELL | GATEWAY | HP | IBM| SONY..
3.move cursor over the text-type ads
Actual Results:
not rendering properly.
Expected Results:
render correctly.
![]() |
||
Comment 1•21 years ago
|
||
The page explicitly sets a huge negative left margin and a positive top margin
on that positioned <div>... If I remove them, it renders perfectly. Sounds like
they're working around an IE bug or something and breaking Mozilla in the process...
In general, layout bugs don't belong in the parser component, by the way.
Assignee: parser → english-us
Status: UNCONFIRMED → NEW
Component: HTML: Parser → English US
Ever confirmed: true
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: english-us
Hardware: PC → All
Version: Trunk → unspecified
Yikes!
Thanks for the tip, next time I'll send the rendering bugs to the layout group ;)
I thought the engine was parsing the html wrong and sending it to the layout
engine, but k.
Comment 4•21 years ago
|
||
What I notice on cnet.com is that some of the navigation links on the top of the
page are not coorectly situated inside their boxes. Similar errors in rendering
are seen at http://domains.aplus.net/
I am using FF 1.0PR1
Comment 5•20 years ago
|
||
Conforming summary to TFM item 10 at
http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new
Summary: Not rendering properly → cnet.com - Not rendering properly
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
•