Feed Rss



Posts Tagged ‘Firefox

Feb 27 2008

Fluid Layout Images

category: CSS,Snippets author:

A nice little way of adding a header image to a fluid layout it to break the header images into two slices and then assign the headers to a div in the same container like so. <style type="text/css"> #myContainerName { background: url('/path/to/images/header-back.jpg') repeat-x; height: 220px; } #myContainerName #leftBackground { background: url('/path/to/images/header-left.jpg') left no-repeat; height: 100%; [...]

tag: , , ,


Feb 27 2008

Three Column Layout

category: CSS,Tutorials author:

This is a basic tutorial on how to create a basic css layout with three columns. So to start in your css you need four classes / containers to begin. Firsts your container for all the other containers becomes some what of a wrapper for all the other containers, in the class you will need [...]

tag: , ,


Feb 27 2008

HTML Select Skin

category: CSS,Projects author:

A more simplified version of this script is available here ...240 Utilizes: Javascript, CSS, (x)html Compatibility: Firefox 1.5 / Firefox 2, MSIE7 (MSIE6 not supported) Credits: Howard Yeend (For suggesting the change of .value to .innerHTML so any numeric values are not displayed) How to In this tutorial i am going to show you how [...]

tag: , , ,