On Nov 25, 2008, at 1:11 AM, [EMAIL PROTECTED] wrote:
Dear all,
Help!!! - One of our developers is finding that hidden legends are
visible in safari with version 3.1.2 on Mac. It isn't a problem with
versions 3.1 or 3.2 on Windows. We need to know whether this is
still a problem with 3.2 on the Mac.
Clare
try insert a span tag and use absolute position to hide the legend
instead
<legend><span>your legend title </span></legend>
span {position:absolute; text-index:-999999px}
I recently tried to tame a login form that is placed on the right top
corner with pixel perfect requirement, without span tag, Safari (or
maybe Firefox I can't clearly remember) gave a line-height even though
I declared absolute position and negative text-index. I find that the
only guarantee way to make legend behaves is inserting a span tag even
we don't want the legend be seen.
tee
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************