|
Posted by Chaddy2222 on 08/06/06 04:17
Chris F.A. Johnson wrote:
> On 2006-08-04, spiffy wrote:
> > If anyone is interested, I wrote a design diagram from design to the
> > page for a friend of mine.
> >
> > http://xnot.org/public/articles/2006/07/06/css-from-the-ground
>
> I wouldn't trust any article that recommends:
>
> #header {
> width: 800px;
> }
>
> Or <div> when you should use <Hx>:
>
> <div id="header">xnot.org</div>
Yes, I tend to agree. Useing PX for width can be a mess, especially
when viewing pages with a high screan resolution.
I actually use both for the header though, I use a Div Header tag, but
I have a <h1> tag inside that tag, it means I can give some more layout
to the header, although, I guess you could just give those same layout
instructions to the <h1> tags.
--
Regards Chad. http://freewebdesign.cjb.cc
Navigation:
[Reply to this message]
|