diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
| commit | d3e7b5708deffbed864c916de22663f48333c58b (patch) | |
| tree | ef76784a7827baff88c03670bf22832a3f146b17 /frontend/imgrid/colors/test.html | |
| parent | 86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff) | |
finishing server
Diffstat (limited to 'frontend/imgrid/colors/test.html')
| -rwxr-xr-x | frontend/imgrid/colors/test.html | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/frontend/imgrid/colors/test.html b/frontend/imgrid/colors/test.html deleted file mode 100755 index 1912ebf..0000000 --- a/frontend/imgrid/colors/test.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> -<!--<link rel="stylesheet" href="css/normalize.css">--> -<head> - <style type='text/css'> - #master - { - width:400px; - font-size:0; - } - .slaves - { - width:100px; - background-color:gray; - height:40px; - display:inline-block; - } - </style> - - -</head> -<body> - -<div id='master'> - -<div class='slaves' style='background-color:pink'></div> -<div class='slaves' style='background-color:blue'></div> -<div class='slaves' style='background-color:dodgerblue'></div> -<div class='slaves' style='background-color:red'></div> - -<div class='slaves'></div> -<div class='slaves'></div> -<div class='slaves'></div> -<div class='slaves'></div> -<div class='slaves'></div> -<div class='slaves'></div> -<div class='slaves'></div> -<div class='slaves'></div> -</div> -<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script> -<!--<script type='text/javascript' src='jquery.js'></script>--> -<script type='text/javascript'> -$('.slaves').mouseover(function() - { - $(this).css('width','120px') - $('#master').css('width','420') - }).mouseout(function() - { - $(this).css({'width':'100px'}) - $('#master').css('width','420') - - }); -</script> -</body> -</html> |
