Closed
Bug 179996
Opened 22 years ago
Closed 18 years ago
vb-zone.com - Tables too wide (CSS width should be container width - padding width - border width)
Categories
(Tech Evangelism Graveyard :: English US, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: paolo.marani, Unassigned)
References
()
Details
Attachments
(1 file)
1.18 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2b) Gecko/20021016
Is this page not conform with HTML standards or does exist some
promlems rendering it with mozilla ?
Reproducible: Always
Steps to Reproduce:
1. go to http://www.vb-zone.com/
Actual Results:
The layout is incorrect, with some overlapping regions and unalignement of borders
Expected Results:
Render the page as it is supposed to be
Updated•22 years ago
|
Priority: -- → P2
Comment 1•22 years ago
|
||
<div style="... border-left:2px...; border-right:2px...
width:444;padding:10px;">
The width the Webmonster wants is 444px, but per CSS spec, container
width = border + padding + width, which makes it 468px.
per bug 64823, this should be INVALID (though I don't understand why.
the page is in Quirk Mode, so shouldn't Mozilla relax a little bit on
CSS rule?)
Comment 2•22 years ago
|
||
-> Tech Evangelism
Assignee: other → susiew
Status: UNCONFIRMED → NEW
Component: Layout → US General
Ever confirmed: true
Keywords: qawanted
Product: Browser → Tech Evangelism
QA Contact: ian → zach
Summary: Unalignements when rendering web page → Tables too wide (CSS width should be container width - padding width - border width)
Version: Trunk → unspecified
Comment 3•22 years ago
|
||
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
Updated•22 years ago
|
Summary: Tables too wide (CSS width should be container width - padding width - border width) → vb-zone.com - Tables too wide (CSS width should be container width - padding width - border width)
Reporter | ||
Comment 4•18 years ago
|
||
The vb-zone site has been completely and properly redesigned.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
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
•