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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<title></title> | |
<meta charset="utf-8" /> | |
<link rel="stylesheet" href="http://184.154.231.7/~jerusal0/skin/frontend/default/jm_bistro/joomlart/jmslideshow/css/jm.slideshow.css"> | |
<style> | |
</style> | |
</head> |
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
selector{ | |
property:value; /* all browser */ | |
property:value\9; /* all IE */ | |
padding:8px\0; /* ie8-9 */ | |
*padding:5px; /* ie6-7 */ | |
+property:value; /* IE7 */ | |
_property:value; /* IE6 */ | |
} | |
<!--[if !IE]>NOT IE<![endif]--> |
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
<!doctype html> | |
<head> | |
<title>YQL Simple Use</title> | |
<meta charset="utf-8" /> | |
<style> | |
#result{ | |
width:800px; | |
margin: 20px auto; | |
background-color: #DDD; | |
} |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>Progress and Meter</title> | |
<!--[if IE]> | |
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<style> | |
article, aside, figure, footer, header, hgroup, |
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
<!doctype html> | |
<html> | |
<head> | |
<title>Image Tooltip</title> | |
<meta charset="utf-8" /> | |
<style> | |
a{ | |
border:1px solid #00f; | |
display: inline-block; | |
} |
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
<!DOCTYPE html> | |
<html> | |
<title>Floating div</title> | |
<head> | |
<style type="text/css"> | |
body{ | |
height:1200px; | |
} | |
#wrapper{ |
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
<!DOCTYPE html> | |
<html> | |
<title>smooth scroll</title> | |
<head> | |
<style> | |
#wrapper{ | |
width:400px; | |
margin:20px auto; | |
} |
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
<!DOCTYPE html> | |
<html> | |
<title>Enable terms and condition checkbox after scroll</title> | |
<head> | |
<style> | |
#wrapper{ | |
width:400px; | |
margin:20px auto; | |
} |
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
<!doctype html> | |
<head> | |
<meta chrset="UTF-8" /> | |
<title>How "this" works</title> | |
</head> | |
<body> | |
<a href="http://www.google.com">Hit me baby</a> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></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
<!doctype html> | |
<html> | |
<head> | |
<title>My Info</title> | |
<meta charset="utf-8" /> | |
<style> | |
#wrapper{ | |
width:220px; | |
height:420px; | |
margin:40px auto; |
OlderNewer