IE7 Negative value cuts off half the element - bug?
Posted
by
Yammi
on Stack Overflow
See other posts from Stack Overflow
or by Yammi
Published on 2010-12-21T10:55:08Z
Indexed on
2010/12/21
11:54 UTC
Read the original article
Hit count: 160
internet-explorer-7
I've relatively positioned one of the elements with negative 'top' and 'left' values, the negative 'left' value actually takes the element outside of the 'body' width, this seems fine in all browsers apart from IE7 where it just cuts it off.
I thought it might be that weird bug where if it's outside the parent container then you have to set a z-index but that didn't work, then I thought it might be the hasLayout bug but trying to fix that didn't work.
I'm not an expert on IE browsers so need some help. I'm thinking IE7 might be choking as the negative left value actually takes it outside the body?
Thanks
© Stack Overflow or respective owner