IE pads the body and such by default. Try this in your greybox page:
html, body {
margin: 0;
padding: 0;
}
If that doesn't help, add a width of 95% as well to the body.
If you don't like that solution, you also try this in your parent
page: iframe { overflow-x: hidden; } (which will hide the horizontal
scrollbar).
Hope one of those works for ya!
Tyler
On Nov 26, 2:39 pm, me <[EMAIL PROTECTED]> wrote:
> Hi when I use greybox in IE6 (and probably 7) and my HTML content in
> the actual greybox is longer then the specified greybox height I get a
> vertical scroll bar (obviously) which is fine, but I also get a
> horizontal scroll bar too. why? my width is not greater then the
> greybox. and I do not get the horizontal scrollbar in firefox.
>
> any way to get rid of the horizontal scrollbar permanently in IE?
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GreyBox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/greybox?hl=en
-~----------~----~----~----~------~----~------~--~---