Closed
Bug 1977
Opened 26 years ago
Closed 26 years ago
Block frame doesn't clip when height is set smaller
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P2)
Tracking
()
CLOSED
INVALID
People
(Reporter: rods, Assigned: buster)
Details
This of course doesn't print right either.
------------------------------------------
<html>
<head>
<title>List Test</title>
</head>
<body BGCOLOR=#C0C0C0 >
<BR>
<UL style="border: 2px inset rgb(192,192,192); width: 100px; height: 60px;">
<LI> One</LI>
<LI> One</LI>
<LI> One</LI>
<LI> One</LI>
<LI> One</LI>
</UL>
</body>
</html>
That's because the default value of the 'overflow' property is 'visible' and
so the content is not clipped. You need to set it to 'hidden' if you want the
content clipped and no scrolling mechanism
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•