I have scoured the forums looking for a viable solution, but have not
found anything that seems to have worked for me.
I have been able to get the greybox working with no problems in a
basic hmtl page.

However, I am having major problems getting the greybox to work from a
content page within a Masterpage.
I am using Visual Studio (.NET 2.0, C#) 2005. Using that software, I
have the standard folder setup:
App_Code
App_LocalResources
App_WebReferences
Bin
common
images
include
masterpages
template
and then all of my aspx files.

My greybox javascript libraries are in the common folder.

All of my references to the greybox libraries, etc. are located in my
masterpage as follows:
<script type="text/javascript">
  var GB_ROOT_DIR = "http://localhost:1547/Dell/common/";;
</script>
<script type="text/javascript"   src="common/AJS.js"></script>
<script type="text/javascript" src="common/AJS_fx.js"></script>
<script type="text/javascript" src="common/gb_scripts.js"></script>
<link href="common/gb_styles.css" rel="stylesheet" type="text/css" />
</head>

When I reference the greybox using either the rel tag attribute or the
onclick() method ... I can get the greybox to work, but it will not
show properly. Basically, my page becomes scrollable, and as I scroll
down, the scrollbar (or page size) seems to shrink exponentially ...
and I can never actually view the greybox, or my page (as the page has
now been moved to the bottom).

It appears somehow, or for some reason, that the greybox has caused
some layer issue, or perhaps has interceded the code within the page
to cause this exponential scrollbar which does not allow me to see
anything.

Any suggestions would be greatly appreciated. I really like the
greybox, and find it extremely useful for many of the items I wish to
present on our site, but simply cannot get it to work properly.

Thank you.
--~--~---------~--~----~------------~-------~--~----~
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