If you take a look with firebug and examine the styles of the greybox
headers, you'll see that your generic div css style is the culprit -
specifically, text-align:left is cascading into the greybox styles.  A
quick hack would be to add this style to your css:

#GB_window div {
  text-align:right;
}

Obviously I can't test it, but looks like it should work.

And if you're not using firebug already, download it ASAP!  It is your
bestest friend for web page development _EVAH_

Tyler

On Nov 10, 6:02 pm, drhansenjr <[EMAIL PROTECTED]> wrote:
> The close box "x" in my greybox implementation shows up about 1/3 of
> the way from the left edge of the window rather than all the way to
> the right.  Any idea why this might be?  Some CSS issue?
>
> Seehttp://www.anacys.com/index.php/General/How-We-Work-Our-Methodology.html
> and click the thumbnail flowchart image on the page.
>
> Thx!
> dh
--~--~---------~--~----~------------~-------~--~----~
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