Closed
Bug 129815
Opened 23 years ago
Closed 21 years ago
uoguelph.ca - Problem with Roll-overs
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rebron, Assigned: bc)
References
()
Details
(Whiteboard: [author])
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9+) Gecko/20020307
Netscape6/6.2.1+
Notice that the recent articles roll-overs are horked on the right. It should
look like a table with equal size cells. However, it looks truncated. Also, on
the left hand side, top, the navigation piece with images should have a full
border around the roll-over. When it displays the background during the
roll-over, only the bottom piece shows through.
Comment 1•23 years ago
|
||
URL http://www.uoguelph.ca/~stuart is a 404, can't see the page.
Comment 2•23 years ago
|
||
Please reopen if you have a page that actually shows the problem...
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 3•23 years ago
|
||
Here's that url.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Comment 4•23 years ago
|
||
The page does:
p.articles a {
width: 160px;
}
However the <a> elements in question are inline, not block. So the width
property does not apply. The fact that Windows IE applies it is a fairly major
CSS1 compliance bug in Windows IE. Mac IE does not apply it.
The issue at the top right is also a CSS compliance issue -- CSS2. The rollover
effect is on the <a> and the height of the <a> is not affected by the presense
of an image in it and should not be. Again, IE/Windows gets this wrong.
Over to evangelism.
Assignee: asa → bclary
Status: REOPENED → NEW
Component: Browser-General → Authors
Product: Browser → Tech Evangelism
QA Contact: doronr → mgalli
Version: other → unspecified
Assignee | ||
Updated•22 years ago
|
Summary: Problem with Roll-overs → uoguelph.ca - Problem with Roll-overs
Assignee | ||
Comment 5•21 years ago
|
||
tech evang june 2003 reorg
fixed
Status: NEW → RESOLVED
Closed: 23 years ago → 21 years ago
Resolution: --- → FIXED
Whiteboard: [author]
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•