On Fri, 18 Jul 2008 12:43:24 +0300, s1ntez wrote: > Hi, > Is it possible to show div with position:relative in container with > overflow:hidden > property applied. In my case the div with overflow:hidden is cutting the > content of > relatively positioned block, but i need to show it. >
Applying "overflow: hidden;" to any block clips *all* content that overflows its borders. That is its purpose. Do you have a sample page you can post, describing what you want to achieve? Cordially, David -- ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
