Difference between revisions of "JQuery General Examples"

From Organic Design wiki
m
m
Line 2: Line 2:
  
 
<style type="text/css">
 
<style type="text/css">
body, p, blockquote {
 
margin: 0;
 
padding: 0;
 
}
 
  
 
a img, iframe { border: none; }
 
a img, iframe { border: none; }
 
 
/* Headers
+
 
------------------------------*/
 
  
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
Line 23: Line 18:
 
h5 { font-size: 110%; }
 
h5 { font-size: 110%; }
 
 
/* Lists
+
 
------------------------------*/
 
 
 
 
ul, ol, dl, li, dt, dd {
 
ul, ol, dl, li, dt, dd {
Line 31: Line 25:
 
}
 
}
 
 
/* Links
+
 
------------------------------*/
 
  
 
a, a:link {}
 
a, a:link {}
Line 38: Line 31:
 
a:hover {}
 
a:hover {}
 
a:active {}
 
a:active {}
 
/* Forms
 
------------------------------*/
 
  
 
form, fieldset {
 
form, fieldset {

Revision as of 20:50, 31 October 2010