Feed Rss



Posts Tagged ‘xHTML

Mar 16 2008

jQuery for beginners

DemoDownload This is a little tutorial i put together to help people starting out with jQuery to learn the basics. So, first things first. Pop over to http://docs.jquery.com/Downloading_jQuery and download the latest version in whatever form you prefer, Minified, Packed or Uncompressed. If you are not fussed then i would suggest the packed version. No, [...]

tag: , , , ,


Feb 27 2008

Fluid Layout Images

category: CSS,Snippets author:

DemoDownload 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: [...]

tag: , , ,


Feb 27 2008

Three Column Layout

category: CSS,Tutorials author:

DemoDownload 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 [...]

tag: , ,


Feb 27 2008

HTML Select Skin

category: CSS,Projects author:

DemoDownload 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 [...]

tag: , , ,