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/
In the same site, The Tabs are working fine (fixed version), but Safari has an "overflow: hidden" bug that I saw since v2 that never seemed to be fixed (google search revealed that this bug was fixed in v3). I have used the similar CSS codes for this jQuery tabs in many sites, and first time the overflow bug kicks in again! http://red.lotusseedsdesign.com/blogtest/?themedemo=simplissimo These is the code causimg it (and is the same code I used for other sites that didn't triggered the bug): #blog_sidebar .ui-tabs-panel { overflow: hidden;} In the above simplissimo site, I removed the .ui-tabs-panel { overflow: hidden;} and replaced it with: #recent-comments, #blog_sidebar #recent-posts {clear:both; border: 1px solid #EAF3F7;border-bottom:3px solid #EAF3F7} I couldn't find what I did triggered the bug. Thanks! tee ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
