This file contains hidden or 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
| body{ | |
| background:#fff url(desc.png) no-repeat top center; | |
| font-family:Arial; | |
| height:2000px; | |
| } |
This file contains hidden or 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
| <script></script |
This file contains hidden or 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
| <script></script |
This file contains hidden or 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
| <script></script |
This file contains hidden or 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
| <script> | |
| $('.div01').anystretch("img01.jpg"); | |
| $('.div02').anystretch("img02.jpg"); | |
| $('.div03').anystretch("img03.jpg"); | |
| </script> |
This file contains hidden or 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
| <link id="linkidstylesheet" href='default.css' rel='stylesheet' type='text/css' > | |
| <script type="text/javascript" src="http://www.google.com/jsapi"></script> |
This file contains hidden or 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
| <IfModule mod_rewrite.c> | |
| Options +FollowSymlinks | |
| RewriteEngine On | |
| # Adaptive-Images ----------------------------------------------------------------------------------- | |
| # Add any directories you wish to omit from the Adaptive-Images process on a new line, as follows: | |
| # RewriteCond %{REQUEST_URI} !ignore-this-directory | |
| # RewriteCond %{REQUEST_URI} !and-ignore-this-directory-too | |
This file contains hidden or 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
| /* Try it out. */ | |
| $('div#example').pow({ | |
| rays: , // positive integer > 1 | |
| bgColorStart: , // any css color | |
| rayColorStart: , // any css color | |
| bgColorEnd: , // any css color | |
| rayColorEnd: , // any css color | |
| originX: , // percentage, e.g. '33%' | |
| originY: , // percentage, e.g. '120%' |
This file contains hidden or 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 cssUrl = 'css/style.css'; | |
| if($('link[rel*=style][href="'+cssUrl+'"]').length==0) | |
| { | |
| $("head").append('<link rel="stylesheet" type="text/css" href="'+cssUrl+'">'); | |
| } |
This file contains hidden or 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
| <h1 id="fittext1">Squeeze with FitText</h1> | |
| <h1 id="fittext2">Squeeze with FitText</h1> | |
| <h1 id="fittext3">Squeeze with FitText</h1> |
NewerOlder