Closed
Bug 276863
Opened 20 years ago
Closed 20 years ago
emea.eu.int - transparent layer positionned over the page prevents click on links
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
FIXED
Feb
People
(Reporter: pascalc, Unassigned)
References
()
Details
(Whiteboard: [havefix] [havecontact])
1 go to http://www.emea.eu.int/ 2 try to click on a link expected result : functional links actual results : nothing happens The cause is that they have a positionned div element like this : <div id="Layer4" style="position:absolute; width:1460px; height:865px; z-index:47; left: 0px;"> The z-index CSS rule makes sure that a huge transparent div is put in front of real content, apparently to create a falling snow effect (bad coded and only working in IE4/NS4 compatinble browsers). Solution : remove the Z-index <div> element, replace the 1999 snow effect with the corrected and working one the author published in 2002 : http://www.dynamicdrive.com/dynamicindex3/snow.htm
| Reporter | ||
Comment 1•20 years ago
|
||
contacts : emeawebservices@emea.eu.int emearequests@emea.eu.int Message sent.
Whiteboard: [havefix] [havecontact]
Target Milestone: --- → Feb
| Reporter | ||
Comment 2•20 years ago
|
||
note that their website has another major bug : bug 221923
Comment 3•20 years ago
|
||
Conforming summary to TFM item 10 at http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new Reporter, when you file a TE bug, please follow the reporting guidelines.
Summary: transparent layer positionned over the page prevents click on links → emea.eu.int - transparent layer positionned over the page prevents click on links
| Reporter | ||
Comment 4•20 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
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
•