User Code List
New Snippet
CSS
---Box Shadow
---CSS restet and main elements
---First and Last Child
---Rounded corners
---Suckerfish menu
---Titan contact form
---Display URL when printing page
---Titan IE6 alert
---Transparency
------Transparency
------New Snippet
---Accessible Form (thatwebguyblog.com)
---Table (suitable for restaurant menu)
Content
---Privacy policy
---Lorem Ipsum
Flash
---Embed
HTML
---Contact module 2.2
---Email template (basic)
---IE6 alert
---Package 1 navigation
---Template container
---Accessible Form (thatwebguyblog.com)
JavaScript
---IE7 Suckerfish menu fix
Smarty
---Date
---if else
---Loop through and display image category
---News Widget (with strip tags)
---Loop through cetegory and echo
---Echo contact details
---Include news widget
---Show specific content ID on page
---Featured products (Shop 1)
---Show specific titleID and contentID on page
---Loop through display featured products, linked to product category
---Include contact details
---Featured Products (Shop 4.5)
---Featured products on a new page (not on homepage)
---Show news widget on certain pages
---Show something in particular page ID
---Insert Image (new!)
---Show all products on a page
PHP
---If nothing else
New Snippet
jQuery
---Image Cross Fade
 
 
Rounded corners
 

/* Rounded corners */

-moz-border-radius: 5px;

-webkit-border-radius: 5px;

/* Multiple columns */

-moz-column-count: 3;

-moz-column-gap: 1em;

-moz-column-rule: 1px solid black;

/* Shadows */

width: 250px;

padding: 10px;

-webkit-box-shadow: 7px 7px 10px #ccc;

-moz-box-shadow: 7px 7px 10px #ccc;

/* Text drop shadows */

font-size:2em; /* Font size */

text-shadow: 2px 2px 3px #999;

/* Font face */

@font-face {

font-family: "Days";

src: url("Days.otf") format("opentype");

}

h1 {

font-size:1.6em;

font-family: "Days", Helvetica, Sans-Serif;

}

 
Sub-Article List