Re: [WSG] Correct structure of lists with headers

2007-04-06 Thread Joseph R. B. Taylor
All thoughts so far on formatting lists with headings are good.  I would 
hesitate to put a heading inside a  though. Seems a little goofy to me.


Again, the content being marked up will be the final decision maker.

My 2 cents,

*Joseph R. B. Taylor*
Sites by Joe, LLC
/Custom Web Design & Development/
Phone: (609) 335-3076
www.sitesbyjoe.com 



Serdar Kiliç wrote:

Hello

On 07/04/2007, at 12:12 AM, Webmaster wrote:


Hi everyone,

I read some tutorials about lists but i don't find how make good 
structure

list that have headers. How i make this list? Which are the best option?


The answer is "it depends" :) You could use a definition list::

  List Header
  Item 1
  Item 2


== or ==

Phrase Header

  Phrase header
  Phrase header
  Phrase header


It depends on what you're marking up.

Regards,
Serdar Kiliç
[EMAIL PROTECTED]



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



--No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.26/748 - Release Date: 
4/5/2007 3:33 PM






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
begin:vcard
fn:Joseph R. B. Taylor
n:Taylor;Joseph
org:Sites by Joe, LLC
adr:;;408 Route 47 South;Cape May Court House;NJ;08210;USA
email;internet:[EMAIL PROTECTED]
tel;work:609-335-3076
tel;cell:609-335-3076
url:http://www.sitesbyjoe.com
version:2.1
end:vcard




Re: [WSG] Correct structure of lists with headers

2007-04-06 Thread Serdar Kiliç

Hello

On 07/04/2007, at 12:12 AM, Webmaster wrote:


Hi everyone,

I read some tutorials about lists but i don't find how make good  
structure
list that have headers. How i make this list? Which are the best  
option?


The answer is "it depends" :) You could use a definition list::

  List Header
  Item 1
  Item 2


== or ==

Phrase Header

  Phrase header
  Phrase header
  Phrase header


It depends on what you're marking up.

Regards,
Serdar Kiliç
[EMAIL PROTECTED]



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Correct structure of lists with headers

2007-04-06 Thread akella

option 3:
Phrase Header
Phrase header
  
 Phrase header
 Phrase header
 Phrase header
  
Why not?
On 4/6/07, Webmaster <[EMAIL PROTECTED]> wrote:


Hi everyone,

I read some tutorials about lists but i don't find how make good structure
list that have headers. How i make this list? Which are the best option?

I think do it like it:

OPTION 1:


Phrase Header


   Phrase header
   Phrase header
   Phrase header
   Phrase header




OPTION 2:


Phrase Header
Phrase header

   Phrase header
   Phrase header
   Phrase header





Thanks,

César Caballero
www.darkrassel.com




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





--
Yuriy akella Artyukh,
http://cssing.org.ua


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] Correct structure of lists with headers

2007-04-06 Thread Webmaster
Hi everyone,

I read some tutorials about lists but i don't find how make good structure
list that have headers. How i make this list? Which are the best option?

I think do it like it:

OPTION 1:


Phrase Header


   Phrase header
   Phrase header
   Phrase header
   Phrase header




OPTION 2:


Phrase Header
Phrase header

   Phrase header
   Phrase header
   Phrase header





Thanks,

César Caballero
www.darkrassel.com
 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] Need help with CSS breadcrumbs and navigation

2007-04-06 Thread Chris Rahe
Stuart,

Yes you did mention that before. I guess I didn't understand the
significance of your suggestion at the time so it didn't stick in my
overloaded brain.

With a few more days' wisdom, I certainly understand the advantage now and I
think I'll go ahead and implement the change.

Thanks again for all your help. It's been invaluable.

Chris Rahe
Executive Director of Marketing and Development
1020 High Road - P. O. Box 8
Bremen, IN 46506
Telephone 574.546.8011
Facsimile 574.546.4312
Email - [EMAIL PROTECTED]
 
 
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Stuart Foulstone
Sent: Thursday, April 05, 2007 6:31 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] Need help with CSS breadcrumbs and navigation

Hi,

Yes, the fix may work, however, I mentioned in an earlier post the way to
solve this problem so that it doesn't rely on a fix.

The more resilient solution that works for all current (and future)
browsers and is to put your javascript in an external .js Javascript file
(for example, bremen.js) then call it with the "src" attribute in the
script tag.




Using an external file has the added advantages that should you need to
change the code then you only need do it in one place and, in a similar
way, it reduces download times since the code is only downloaded once.


Yours,

Stuart

On Thu, April 5, 2007 8:07 pm, Chris Rahe wrote:
> Awesome! That worked.
>
>
>
> Thanks!
>
>
>
> Chris Rahe
>
> Executive Director of Marketing and Development
>
> 1020 High Road - P. O. Box 8
>
> Bremen, IN 46506
>
> Telephone 574.546.8011
>
> Facsimile 574.546.4312
>
> Email -  
> [EMAIL PROTECTED]
>
>
>
>
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Peter Leing
> Sent: Thursday, April 05, 2007 2:50 PM
> To: wsg@webstandardsgroup.org
> Subject: RE: [WSG] Need help with CSS breadcrumbs and navigation
>
>
>
> Try the following from http://www.hixie.ch/advocacy/xhtml:
>
>
>
>  and