Closed Bug 290506 Opened 20 years ago Closed 20 years ago

Paramater of the frame (frameset) that doesn't works

Categories

(Firefox :: General, defect)

x86
Windows 2000
defect
Not set
normal

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
Scroll bar of <FRAME> is controlled by "scrolling=yes/no/auto" and default is
"scrolling=auto".
Read HTML 4.01 specifications.
->INVA
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.