|
|
#1 |
|
New Member
![]() Join Date: Jul 2009
Posts: 3
|
I am trying to place a block element (eg <p>) half in and half out of its containing <div>. Using a negative left margin, I have successfully done this in all but IE6. IE6 seems to cut off the portion that lies outside the <div>. How do I remedy this? Thanks in advance.
|
|
|
|
|
|
#2 |
|
Super Moderator
![]() Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
|
try this on the containing div:
HTML Code:
div.container {
overflow:visible;
}
__________________
John Darling Graphic / Web Designer SmarterTools Inc. (877) 357-6278 www.smartertools.com |
|
|
|
![]() |
| Tags |
| ie6 |
| Thread Tools | |
| Display Modes | |
|
|