This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>Moving Fonts</title> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
<script type="text/javascript" src="plax.js"></script> | |
<style type="text/css"> | |
* { | |
padding: 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var processDialog = new YAHOO.widget.Dialog('procDialog', { | |
width: '400px', | |
height: '350px', | |
underlay: 'shadow', | |
visible: false, | |
modal: true, | |
}); | |
window.onbeforeunload = (function() { | |
if ( processDialog.cfg.getProperty('visible') && |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="sForm" name="sForm" method="POST"> | |
<!-- DIV containing textfield, always display --> | |
<div id="inside" name="inside" class="inside"> | |
<input type="text" id="searchText" name="searchText" maxlength="25" placeholder="search for games" autocomplete="off" tabindex="1" style="z-index:500" /> | |
</div> | |
<!-- DIV of wrapping block --> | |
<div id="outside" name="outside" class="outside hidden"> | |
<div class="hd"> | |
<div id="closeBtn" name="closeBtn" class="right btnClose">X</div> |
NewerOlder