Cheers Ted!

Even as I read ;-)

What are the browser issues with ol's? I would go and research but I gotta get this project out the door by Friday :-o

As an unordered list would it not loose meaning especially if I signfy the choices visually using the same letter A? I could always use <em> for the current choice.

Daz

On 15/02/06, Ted Drake <[EMAIL PROTECTED]> wrote:

Why an ordered list?

Regardless of semantic purposes, you may come across some cross-browser compatibility issues if you are doing any kind of image replacement or background images. I would go with an unordered list as you don't need to go to the smallest size before getting to the medium and then largest size.

Or… drum roll please…. Use my swiss army knife, the definition list

Dt – font sizes

Dd – small

Dd – medium

dd- large.

 

It could happen!

 

Ted

www.tdrake.net

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Darren West
Sent: Wednesday, February 15, 2006 1:58 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] Font size menu

 

Evening group

Has anyone got any suggestions as to how I would mark up a font size menu, for example:

<p>Font size:</p>
<ol>
  <li>A</li>
  <li>A</li>
  <li>A</li>
</ol>

With font sizes defined ever larger on the list items as a visual indication and the ordered list from an accessible unstyled point of view.

Daz


Reply via email to