Hello,

I found the answer in another thread

In the file gb_styles.css

change from

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 20px 2px 20px 2px;

}

change to

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 0px 0px 0px 0px;

}

It now works fine in IE as well as firefox.

Thanks for the greybox code.

David.



On Dec 4, 10:55 am, dzs <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have added the script to a page and it all works as I would expect
> in firefox.
> However opening the page in ie 6 or 7 the close icon on the right is
> mostly obscured
> by the vertical scrollbar and because the header is wider than the
> page and the greyed
>  out area it also gives me a horizontal scrollbar.
> So you scroll to the right to make the X visible and then you can
> close the window.
> But new visitors do not necessarily know to do that and get frustrated
> with it.
>
> How can I bring the X ( g_close.gif ) to the left or get the header
> bar calculating the screen
> size correctly for ie to match the greyed area / real screen size.
>
> Thanks,
> David.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to