[WSG] Safari Legend problems

2008-11-25 Thread ClareLewis
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

 
-
Bank of Scotland plc, Registered in Scotland Number SC327000 Registered office: 
The Mound, Edinburgh EH1 1YZ. Authorised and regulated by Financial Services 
Authority. 

==


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


Re: [WSG] Safari Legend problems

2008-11-25 Thread tee


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


legendspanyour legend title /span/legend

span {position:absolute; text-index:-99px}

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]
***



Re: [WSG] Safari Legend problems

2008-11-25 Thread Sundar
it's text-indent

Sundar

On Tue, Nov 25, 2008 at 4:16 PM, tee [EMAIL PROTECTED] wrote:


 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

 legendspanyour legend title /span/legend

 span {position:absolute; text-index:-99px}

 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]
 ***




-- 
Sundar


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