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
 
 
CSS restet and main elements
 

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var, dl, dt,

dd, ol, ul, li, fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

margin: 0;

padding: 0;

border: 0;

outline: 0;

}

body {

font-size:62.5%;

}

.clear {

clear:both;

}

h1 {

background-image:url(../images/logo.png);

text-indent:-9999em;

}

h1 a {

display:block;

}

#container {

width:970px;

margin:0 auto;

}

/*/////////////////////////////////////////////////////////////////////////////

The Header

/////////////////////////////////////////////////////////////////////////////*/

#header {

}

/*/////////////////////////////////////////////////////////////////////////////

The Primray Navigation

/////////////////////////////////////////////////////////////////////////////*/

#primary_navigation {

}

#primary_navigation li {

list-style:none;

margin:0 25px 0 0;

float:left;

}

#primary_navigation li a {

text-decoration:none;

}

#primary_navigation li a:hover {

}

/*/////////////////////////////////////////////////////////////////////////////

The Content

/////////////////////////////////////////////////////////////////////////////*/

#content {

}

#content h2 {

}

#content h3 {

}

#content h4 {

}

#content h5 {

}

#content h6 {

}

#content p {

margin:0 0 15px 0;

}

#content a {

}

#content a:hover {

}

#content ol {

margin:10px 0 20px 30px;

}

#content ul {

margin:10px 0 20px 30px;

}

#content li {

}

/*/////////////////////////////////////////////////////////////////////////////

The Sidebar

/////////////////////////////////////////////////////////////////////////////*/

#sidebar {

}

/*/////////////////////////////////////////////////////////////////////////////

The Footer

/////////////////////////////////////////////////////////////////////////////*/

#footer {

}

 
Sub-Article List