Re: [MACCAWS] Webmonkey article: Web Standards for Hard Times
Tom Gilder <[email protected]> Thu, 8 Aug 2002 00:21:04 +0100
| Newsgroups | gmane.comp.web.vkit |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday, August 7, 2002, I (incorrectly) wrote:
> #box { width: 500px; }
> #box { padding: 10px; }
> <div id="box"><div class="pad">Blah</div></div>
That was supposed to be:
#box { width: 500px; }
#box .pad { padding: 10px; }
<div id="box"><div class="pad">Blah</div></div>
Sorry, I expect I'll write something coherent first time one day... :)
--
Tom Gilder
http://tom.me.uk/