August 24, 2004 - 03-CSS

August 14, 2004 - 03-CSS

Positioning -- Excellent Article

Integrated Web Design: Position This! CSS Positioning Demystified
Date: Aug 6, 2004 By Molly Holzschlag. Article is provided courtesy of Sams.
Looking for the right position? Look no further. In this installment of Integrated Web Design, Molly Holzschlag teaches you all about positioning schemes. This article examines the four true positioning schemes in CSS, clarifies the confusion between absolute and relative positioning, and explains that although floats are often great for use in layouts, they should not be confused as an actual part of CSS positioning.

Posted by sachauncey at 02:37 PM

July 29, 2004 - 03-CSS

July 27, 2004 - 03-CSS

Holy CSS Zeldman

Well hello there! How you doin? Probably not too good if you've made it to this page. No worries mate! Here you'll find a whole bunch of links to some of the vast resources out there. These are places I've have gone to and still visit for help and to learn. As new resources are constantly popping up, watch this space for changes. I've tried to order stuff as logically as possible. I've even used a pukey highlighter colour to...um highlight my what I think are the essentials. http://www.dezwozhere.com/links.html

Posted by sachauncey at 01:36 PM

June 03, 2004 - 03-CSS

Listamatic - Navigation & Lists with CSS

Can you take a simple list and use different Cascading Style Sheets to create radically different list options? The Listamatic shows the power of CSS when applied to one simple list using samples from Eric Meyer, ProjectSeven, SimpleBits, Jeffrey Zeldman and others.
http://css.maxdesign.com.au/listamatic/

Posted by sachauncey at 02:58 AM

May 13, 2004 - 03-CSS

Cascading Style Sheets to create radically different list options?

Can you take a simple list and use different Cascading Style Sheets to create radically different list options? The Listamatic shows the power of CSS when applied to one simple list using samples from Eric Meyer, ProjectSeven, SimpleBits, Jeffrey Zeldman and others. Choose from one of the samples below: http://css.maxdesign.com.au/listamatic/

Posted by sachauncey at 04:27 AM

October 09, 2003 - 03-CSS

CSS Generators

- CSS Creator CSS Creator allows you to choose a style for your web page. Select different Cascading Style Sheet properties ...

- Quick CSS Online CSS Generator.

- Layout-O-Matic

- Firdamatic Firdamatic™ is an online tableless layout generator that allows you to create and customise layouts easily only by completing forms, making creating skins for your Firdamatic-based layout a breeze. This is just a taste of what to come at the new Book of Styles site. Doesn't it make you wish I'd hurry and finish re-developing the site? Well, I will, eventually. Meanwhile, just enjoy this simple toy.

Posted by sachauncey at 01:14 PM

August 05, 2003 - 03-CSS

Styling Horizontal Rules (hr)

Examples of CSS design for horizontal rules, made to work in all browsers, incorporate images etc.

- http://www.sovavsiti.cz/css/hr.html
- http://www.saila.com/usage/tips/defn.shtml?hr

Posted by sachauncey at 06:11 PM

July 31, 2003 - 03-CSS

Top Style - Movable Type Tags

There's no reason you can't edit your MovableType templates in your favorite HTML editor. I've created files for several HTML editors that facilitate the editing of MovableType templates" in Top Style.

Posted by sachauncey at 01:15 PM

July 25, 2003 - 03-CSS

Mini Tabs

Cool and simple CSS navigation -- Mini Tabs.

Posted by sachauncey at 01:47 AM

June 30, 2003 - 03-CSS

Expandable/Collapsible Content

From: Web Reference Article M. C. Matti is a usability analyst at SAS, working on Web-based business intelligence applications. He's also the owner of matti.net
1:     <html><head>

2: <title></title>
3:
4: <meta name="save" content="history" />
5:
6: <style type="text/css"><!--
7: .save{
8: behavior:url(#default#savehistory);}
9: a.dsphead{
10: text-decoration:none;
11: margin-left:1.5em;}
12: a.dsphead:hover{
13: text-decoration:underline;}
14: a.dsphead span.dspchar{
15: font-family:monospace;
16: font-weight:normal;}
17: .dspcont{
18: display:none;
19: margin-left:1.5em;}
20: //--></style>
21:
22:
23: <script type="text/javascript"><!--
24: function dsp(loc){
25: if(document.getElementById){
26: var foc=loc.firstChild;
27: foc=loc.firstChild.innerHTML?
28: loc.firstChild:
29: loc.firstChild.nextSibling;
30: foc.innerHTML=foc.innerHTML=='+'?'-':'+';
31: foc=loc.parentNode.nextSibling.style?
32: loc.parentNode.nextSibling:
33: loc.parentNode.nextSibling.nextSibling;
34: foc.style.display=foc.style.display=='block'?'none':'block';}}
35:
36: if(!document.getElementById)
37: document.write('<style type="text/css"><!--\n'+
38: '.dspcont{display:block;}\n'+
39: '//--></style>');
40: //--></script>
41:
42: <noscript>
43: <style type="text/css"><!--
44: .dspcont{display:block;}
45: //--></style>
46: </noscript>
47:
48: </head><body>
49:
50: <div class="save">
51:
52: <h1><a href="javascript:void(0)" class="dsphead"
53: onclick="dsp(this)">
54: <span class="dspchar">+</span> heading</a></h1>
55: <div class="dspcont">section</div>
56:
57: <h1><a href="javascript:void(0)" class="dsphead"
58: onclick="dsp(this)">
59: <span class="dspchar">+</span> heading</a></h1>
60: <div class="dspcont">
61:
62: <h2><a href="javascript:void(0)" class="dsphead"
63: onclick="dsp(this)">
64: <span class="dsphead">+</span> heading</a></h2>
65: <div class="dspcont">section</div>
66:
67: <h2><a href="javascript:void(0)" class="dsphead"
68: onclick="dsp(this)">
69: <span class="dspchar">+</span> heading</a></h2>
70: <div class="dspcont">section</div>
71: </div>
72: </div>
73:
74: </body></html>
75:
76:


Posted by sachauncey at 09:22 PM

June 21, 2003 - 03-CSS

Book of Styles

"Book of Styles (formerly CSS Colouring Book) is the place where Firda Beka, a CSS enthusiast who is a starving freelance web designer and a tired weblogger, shares some CSS-based, tableless layouts she created when she was bored as hugware. The fact that she gets bored very easily hopefully will benefit this site and will keep it growing."

Posted by sachauncey at 05:37 AM

June 09, 2003 - 03-CSS

Zen Garden CSS

Zen Garden - A demonstration of what can be accomplished visually through CSS–based design. Select any style sheet from the list to load it into this page.

Posted by sachauncey at 02:18 PM

May 20, 2003 - 03-CSS

Taming Lists

Techniques for using CSS to layout a web page. One of those techniques involved manipulating a list to display horizontally rather than vertically. etc.

Posted by sachauncey at 10:24 PM