Thanks for your quick response. Thanks again for pointing out the naming error. The second link now works as expected. I had tested the links before posting the original topic and they both worked as expected. When I clicked on them today, the second one didn't work like it should until I corrected the name of the ContentPlaceHolder. Thanks again!
I'm not sure why I changed the full width on the ContentPlaceHolder. The expression that was there came from reading your tutorial. After working with the module a while, it occurred to me that it should be an expression like "150 + window1" and not the literal expression 'pixel-width + window-width' that I had. I had put that "pixel-width + window-width" on other objects and saw no change. When I realized what should be there, I put "0 + window1" and everything worked perfectly.
To illustrate the problem with a totally transparent ContentPlaceHolder, I created a clone of the login page that works correctly and a clone of the MasterFrame page. In the clone of the MasterFrame page, I made sure the style of ContentPlaceHolder1 had the background as transparent and the width of the border as 0. If you go to the links below you will see that the MasterFrame that is totally transparent, doesn't work. I had to give a border to the ContentPlaceHolder1 for it to work. If you look closely at the page that works, you will see a dotted border. I was wondering if this is just a quirk of the module? With the pages I have that work, the border is barely visible which I can accept.
Page that works as expected:
http://mysmallbusinessally.com/LOGIN/login.php
Page with ContentPlaceHolder1 that has a transparent background and 0 border.
http://mysmallbusinessally.com/LOGIN/login2.php
The other part of my inquiry was about the location of these pages. It seems that if the pages are located in the LOGIN directory, everything works as expected. If I publish the pages to a folder under LOGIN such as LOGIN/Members, the reposition module no longer works. I think I can work around this but I was curious as to what is happening. I'm assuming there are files that are needed in the subfolder that are not being published there.
One of the reasons I like this module is it makes it easier to do responsive designs. You change the width of the browser window down to a much smaller size with no need to change anything. (At least for this particular page)
Thanks again for your help.
