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)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

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
contacts : 
emeawebservices@emea.eu.int
emearequests@emea.eu.int

Message sent.
Whiteboard: [havefix] [havecontact]
Target Milestone: --- → Feb
note that their website has another major bug :  

bug 221923
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
fixed
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.