ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Vr Design Page</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> </head> <body> <style> .black_overlay{ display: none; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80); } .white_content { display: none; position: absolute; top: 30%; left: 30%; width: 550px; height: 150px; padding: 2px; border: 2px solid black; background-color: white; z-index:1002; overflow: auto; } </style><center></br></br> <a href="#" onclick= "document.getElementById('light').style.display='block';document.getElementById('fade').style.display='block'">Click here</a></br> <div id="light" class="white_content"><center></br><img src=http://img824.imageshack.us/img824/4544/exclamationmarkicon.png></img></br></br> Use this script!</center><br> <center><a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'">close</a></center></div> <div id="fade" class="black_overlay"></div> </body> </html>