Re: new CSS tutorial



On 2006-08-06, Chaddy2222 wrote:

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.

When there is more to the header than just the title text (which
should be <h1>), it makes sense to wrap it in <div id="header"></div>.

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
.



Relevant Pages

  • Re: XmlReaders and fragments
    ... The format has an XML fragment for a header, then a large amount of binary data beneath. ... ReadOuterXmlwhen positioned on an element reads everything including the end tag and positions the reader on the next node. ...
    (microsoft.public.dotnet.xml)
  • Re: Get ID-Tags of MP3s
    ... {- Fixed bug with tag ... {ID3v2 frame header} ... function ExtractTrack(const TrackString: string): Byte; ...
    (comp.lang.pascal.delphi.misc)
  • Re: Get ID-Tags of MP3s
    ... {- Fixed bug with tag ... {ID3v2 frame header} ... function ExtractTrack(const TrackString: string): Byte; ...
    (alt.comp.lang.borland-delphi)
  • Re: new CSS tutorial
    ... I actually use both for the header though, I use a Div Header tag, but ... I have a tag inside that tag, it means I can give some more layout ... I find class, tag, ID and span enough to do pretty much anything with. ...
    (alt.html)
  • Re: Converting Mp3 files
    ... The tag size varies. ... It took me about an hour to modify my existing media player application to provide the option of stripping the album art when copying for CDs for my truck. ... I think everything based upon the old NECimplementation chokes on WMA files with>200 pixel album art in the header - I think that powered about 95% of the first many years of WMA-capable devices. ...
    (microsoft.public.windowsmedia.player)

Loading