Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.26 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5.         <title>psdtowebCandyCloudOptimizer.psd</title>
  6.        
  7.         <link rel="stylesheet" href="farbtastic.css" type="text/css" />
  8.         <link href="styles.css" rel="stylesheet" type="text/css">
  9.        
  10.     </head>
  11.     <script type="text/javascript" src="farbtastic.js"></script>       
  12.     <script src="jquery-1.11.3.min.js"></script>
  13.     <script>
  14.         JQuery(document).ready(function() {
  15.  
  16.     $('#Rectangle1').farbtastic('#color');
  17.  
  18.   });
  19.  
  20.     </script>
  21.     <body>
  22.         <div id="background">
  23.             <div id="Background"><img src="images/Background.png"></div>
  24.             <div id="Layer1"><img src="images/Layer1.png"></div>
  25.             <form><input type="text" id="color" name="color" value="#123456" /></form>
  26.             <div id="Rectangle1"><img src="images/Rectangle1.png"></div>
  27.             <div id="Shape2"><img src="images/Shape2.png"></div>
  28.             <div id="Shape3"><img src="images/Shape3.png"></div>
  29.             <div id="Shape4"><img src="images/Shape4.png"></div>
  30.             <div id="Shape1"><img src="images/Shape1.png"></div>
  31.             <div id="Layer2"><img src="images/Layer2.png"></div>
  32.         </div>
  33.  </body>
  34.  </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement