On Apr 28, 2010, at 3:31 PM, tee wrote:

> 
> On Apr 25, 2010, at 2:51 PM, tee wrote:
> 
>> In this site, if you click on Accordion menu, in the second (last) menu, 
>> Safari shows a rectangular outlined block; hover to the Links' menu, you can 
>> see the extra outlined block. Seems to be related to hover but I can't 
>> anything in my code that is causing it.
>> http://simplissimo.com.br/blog/
>> 
>> 
> 
> Nobody knows?
> 

Never mind. I nailed it!

The accordion menu uses a tabbed widget jQuery plugin which has a <span 
style="display:none"></span> to hide the default WordPress' widget title, the 
span tag is in the plugin's code so it's not viable to  change or remove it as 
it's not upgradeable-proof for end-user. 

Safari apparently treating it a block element and outlined it despite that it 
has declared display:none. Question remains: Is this a bug?

Overwrite the inline style with this does the trick.

.tw-accordion > span {display: inline!important;visibility: hidden;}

tee

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to