[WSG] Help with a simple problem - another issue

2005-08-23 Thread Christian Robertson
Hi everyone After the excellent help I received a few days ago, I have continued my development which can be viewed here: http://www.metamorphosis.info/test/index2.htm The CSS file is located at: http://www.metamorphosis.info/test/s/css2.css Al was just fine, until I noticed that the

Re: [WSG] Help with a simple (?) problem

2005-08-20 Thread Chris Kennon
Hi, Extremely helpful; I owe you a pint :) C On Aug 20, 2005, at 1:39 AM, Edward Clarke wrote: There are some interesting articles on default stylesheets. http://www.robertnyman.com/2005/07/15/the-most-important-css-rule/

Re: [WSG] Help with a simple (?) problem

2005-08-20 Thread Terrence Wood
On 20 Aug 2005, at 8:39 PM, Edward Clarke wrote: Global selectors may offer performance disadvantages There is no evidence to support this... it is a factoid. kind regards Terrence Wood. ** The discussion list for

[WSG] Help with a simple (?) problem

2005-08-19 Thread Christian Robertson
Hi all, I am new to the list, and this is my first posting so please be gentle ;-) I have a task I am trying to accomplish which is not going to plan. The base code for what I want to achieve can be found at: http://www.metamorphosis.info/test/index-test.htm My aim is to place a single blue

Re: [WSG] Help with a simple (?) problem

2005-08-19 Thread alejandro poch
Hi man Just try to write height: 100%; on the BODY on the css file and you're done. At least it work for me. Christian Robertson wrote: Hi all, I am new to the list, and this is my first posting so please be gentle ;-) I have a task I am trying to accomplish which is not going to plan.

Re: [WSG] Help with a simple (?) problem

2005-08-19 Thread Patrick Ryan
One step further, just add this: html, body{ height:100%; } Remember that HTMLand BODY are valid elements that wrap all of your content. To varying extents they can be styled like any other element on your page. In firefox, HTML and BODY inherit their height and width from the browser window

Re: [WSG] Help with a simple (?) problem

2005-08-19 Thread Chris Kennon
Hi, Should this rule: html, body{ height:100%; } be a default on each page, like * { margin:0; padding: 0; } Has become on my core style sheet? On Aug 19, 2005, at 10:14 AM, Patrick Ryan wrote: One step further, just add this: html, body{ height:100%; } Remember that

Re: [WSG] Help with a simple (?) problem

2005-08-19 Thread Christian Robertson
Hi Partic / Alejandro, Works perfectly. Many thanks! Chris Patrick Ryan wrote: One step further, just add this: html, body{ height:100%; } Remember that HTMLand BODY are valid elements that wrap all of your content. To varying extents they can be styled like any other element on your

Re: [WSG] Help with a simple (?) problem

2005-08-19 Thread Lea de Groot
On Fri, 19 Aug 2005 11:14:46 -0700, Chris Kennon wrote: Should this rule: html, body{ height:100%; } be a default on each page, like * { margin:0; padding: 0; } What a great Friday afternoon question! I haven't yet had to use that on my pages and I, too, am interested in

Re: [WSG] Help with a simple (?) problem

2005-08-19 Thread Chris Kennon
Hi, I meant on a core style-sheet, and what does bump mean? C On Aug 19, 2005, at 3:55 PM, Lea de Groot wrote: On Fri, 19 Aug 2005 11:14:46 -0700, Chris Kennon wrote: Should this rule: html, body{ height:100%; } be a default on each page, like * { margin:0; padding: 0; }

RE: [WSG] Help with a simple (?) problem

2005-08-19 Thread Scott Swabey - Lafinboy Productions
Chris Kennon wrote: Should this rule: html, body{ height:100%; } be a default on each page, like * { margin:0; padding: 0; } Lea de Groot wrote: What a great Friday afternoon question! I haven't yet had to use that on my pages and I, too, am interested in people's opinion. (In other

RE: [WSG] Help with a simple (?) problem

2005-08-19 Thread Peter Williams
From: Chris Kennon I meant on a core style-sheet, and what does bump mean? Lea de Groot wrote: (In other words 'bump' ;)) Bumping the topic back to the top, used more in web forums that email lists. -- Peter Williams winmail.dat