Closed
Bug 290506
Opened 21 years ago
Closed 21 years ago
Paramater of the frame (frameset) that doesn't works
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: ninja_script, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.6) Gecko/20050318 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.6) Gecko/20050318 Firefox/1.0.2
In this code everything work except for the last parameter "noresize"
<frameset cols='*,780,*' frameborder='no' framespacing='0'>
<frame src='frameLeft.php' name='frameLeft' frameborder='no' marginwidth='0'
marginheight='0' noresize>
<frame src='frameMain.php' name='frameMain' frameborder='no' marginwidth='0'
marginheight='0' noresize>
<frame src='frameRight.php' name='frameRight' frameborder='no' marginwidth='0'
marginheight='0' noresize>
</frameset>
Reproducible: Always
Steps to Reproduce:
1.create a frame
2.put a pic in that frame with the same width or height that the frame has
3.look that damn scrollbars that shouldn't be there ...
Actual Results:
The browser display scrollbars and it shouldn't
Expected Results:
a clean frame with no scrolls
Comment 1•21 years ago
|
||
Scroll bar of <FRAME> is controlled by "scrolling=yes/no/auto" and default is
"scrolling=auto".
Read HTML 4.01 specifications.
Comment 2•21 years ago
|
||
->INVA
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•