Closed
Bug 271458
Opened 20 years ago
Closed 20 years ago
The height size of the div does not change
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: klaus, Assigned: bugzilla)
References
()
Details
Attachments
(3 files)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.5) Gecko/20041108 Firefox/1.0 In the page at http://www.terra.es/personal7/abcsex/div/, size of height in the black div should increase if the object inside the container has the greater size. Thesize of height in FireFox remains former. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Attachment #166881 -
Attachment description: height in style in div in FireFox → style height in div in FireFox
Comment 4•20 years ago
|
||
(In reply to comment #0) > In the page at http://www.terra.es/personal7/abcsex/div/, size of height in > the black div should increase if the object inside the container has the > greater size. No, that's exactly what should not happen. If you define a height, it's an absolute value. That IE expands the container to fit the content is one of it's long-standing CSS bugs.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
(In reply to comment #4) > No, that's exactly what should not happen. If you define a height, it's an > absolute value. > That IE expands the container to fit the content is one of it's long-standing > CSS bugs. As then to set minimal (not absolute) height for div for FireFox, that it all browsers would understand?
You need to log in
before you can comment on or make changes to this bug.
Description
•