Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-28 Thread Kate Busch Petersen
From: tee [EMAIL PROTECTED] Date: Wed, 26 Nov 2008 18:04:09 -0800 Subject: is there a way to force legend text shows in TWO lines? 1) Can anyone absolutely positively confirm that without legend a site will cause suffering to screen reader's user or cause a traumatic effect to accessibility?

Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-27 Thread tee
On Nov 26, 2008, at 6:49 PM, Ben Lau wrote: try white-space:normal...? Thanks a lot. This works. James, I accidentally deleted your message and empty my trash, so I am replying to your message in this post–thanks, this must be one of the best useful tips I have learned in year 2008. I

Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-27 Thread Micky Hulse
Maybe not the best solution, but I tend to set the legend to display:none (IIRC, one can't position off-screen in some browsers), and then insert a tad bit of additional HTML which is styled to emulate a legend... I call this class .pseudoLegend: (CSS:) /* Emulate fieldset/legend: */

Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-27 Thread tee
On Nov 27, 2008, at 12:27 AM, Micky Hulse wrote: ... ... div class=pseudoLegendh5E-mail Story to a friend/h5/div fieldset legend class=hideE-mail Story/legend It works for me. :) Cheers, Micky Thanks Micky, But isn't this defeats the whole purpose for using legend? I wouldn't care to

Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-27 Thread tee
On Nov 27, 2008, at 12:37 AM, tee wrote: On Nov 27, 2008, at 12:27 AM, Micky Hulse wrote: ... ... div class=pseudoLegendh5E-mail Story to a friend/h5/div fieldset legend class=hideE-mail Story/legend It works for me. :) Cheers, Micky Thanks Micky, But isn't this defeats the whole

Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-27 Thread Steven Faulkner
hi tee, this article gives you some idea of how screen readers use fieldsets/legends http://www.paciellogroup.com/blog/?p=3 also worthwhile: Too much accessibility - FIELDSET LEGENDS (http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-fieldset-legends/) In your

RE: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-27 Thread Paul Collins
Hi all, Just to elaborate on this one, has anyone ever found a way to remove the left indent on the legend element in IE? I don't care if I have to add a SPAN inside the LEGEND element, I just want to make sure the text will be left aligned correctly in all browsers. Please send a link if you

Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-27 Thread russ - maxdesign
Hey Paul, 1. almost all browsers left-indent the legend element to some degree. They use different amounts, with IE being slightly different to most other browsers. 2. This may have been mentioned in the thread before but FireFox will not allow the legend element to be positioned at all.

Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-26 Thread Seona Bellamy
2008/11/27 tee [EMAIL PROTECTED]: 2) I have a column that is 160px wide, but the text in legend is a bit longer, I added a span class, declared a width, but in Firefox, the text still refuse to run in two lines - the rest of the text simply get cut off when the words reaches 160px threshold. I

Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-26 Thread Ben Buchanan
2) I have a column that is 160px wide, but the text in legend is a bit longer, I added a span class, declared a width, but in Firefox, the text still refuse to run in two lines - the rest of the text simply get cut off when the words reaches 160px threshold. I really don't want to add a br /,

Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-26 Thread tee
On Nov 26, 2008, at 6:15 PM, Ben Buchanan wrote: 2) I have a column that is 160px wide, but the text in legend is a bit longer, I added a span class, declared a width, but in Firefox, the text still refuse to run in two lines - the rest of the text simply get cut off when the words

Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-26 Thread Ben Lau
try white-space:normal...? On Thu, Nov 27, 2008 at 1:43 PM, tee [EMAIL PROTECTED] wrote: On Nov 26, 2008, at 6:15 PM, Ben Buchanan wrote: 2) I have a column that is 160px wide, but the text in legend is a bit longer, I added a span class, declared a width, but in Firefox, the text still

Re: [WSG] is there a way to force legend text shows in TWO lines?

2008-11-26 Thread James Ellis
Hi If there is CSS related issue that doesn't seem to want play nice, no matter what you do, it's probably a rule being set by the browser in its user agent stylesheet. In firefox's case, it's in firefox install dir/res/forms.css (for forms). Have a peek at that stylesheet and you'll see all