Closed
Bug 99960
Opened 24 years ago
Closed 22 years ago
border-style=outset css javascript drop down menus
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: ruckc, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows 98)
BuildID: 20010913
the outset value should make the window look like it is coming off the canvas.
on the right side of the box it doesn't have a border at all.
Reproducible: Always
Steps to Reproduce:
1. view the page given above, zope.tnproperties.com, hover over Properties,
notice the drop down window, look at the border of it, notice the right side
doesn't appear right
Actual Results: if you look at the right side of the display box you should be
seeing it drop off to the
Expected Results: it should have a dark grey line like the bottom of the
window on the right side
Comment 1•24 years ago
|
||
Over to layout. Looks like we're not drawing this correctly...
Seeing this with solaris build 2001-09-16-10 as well.
Assignee: jst → attinasi
Status: UNCONFIRMED → NEW
Component: DOM Style → Layout
Ever confirmed: true
OS: Windows 98 → All
QA Contact: ian → petersen
Updated•24 years ago
|
Target Milestone: --- → Future
Comment 3•23 years ago
|
||
The site's back up, but the menu's disappeared. Resolving WFM, but please reopen
this if you can concoct a testcase.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•23 years ago
|
||
Check the borders on the menu below the ad. Sorry i don't have time to create
an implementation of the bug easier to use, but the dropdown menus below the
advertisment shows what i am talking about. Notice the ugliness of hte right
side of the box, not shaded darker and not finished drawing out.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
| Reporter | ||
Comment 5•23 years ago
|
||
Check the borders on the menu below the ad. Sorry i don't have time to create
an implementation of the bug easier to use, but the dropdown menus below the
advertisment shows what i am talking about. Notice the ugliness of hte right
side of the box, not shaded darker and not finished drawing out.
Comment 6•22 years ago
|
||
Actually, this in invalid. You have the following markup (loosely paraphrased):
<div style="width: 100px; border: outset;">
<div style="width: 100px; padding-left: 5px; background: maroon">Text</div>
</div>
Note that the inner div will overflow the content area of the outer div by 5px
and thus overlap the border on the right. Adjusting the widths to actually add
up makes this look nice and pretty.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•