LWSChad Posted March 23, 2015 Report Share Posted March 23, 2015 Hi; I found a simple solution to the calendar popup being cut off by the edge of the page. This moves the popup to the left of the field so it pops up over the field rather than off the page. #DateField, img[alt="Calendar"] { float: right; } DateField ==> InsertRecordDate or EditRecordDate or cbParamVirtual* BeGreat CHAD Quote Link to comment Share on other sites More sharing options...
0 Jan Posted March 25, 2015 Report Share Posted March 25, 2015 Hello Chad, Thank you for sharing the solution! Quote Link to comment Share on other sites More sharing options...
0 Parma2015 Posted April 15, 2015 Report Share Posted April 15, 2015 Hi! I also have some promlems with this. If I shall try this code, where do I put it? Header? Footer? HTML Block? Quote Link to comment Share on other sites More sharing options...
0 Jan Posted April 15, 2015 Report Share Posted April 15, 2015 Hi! I have entered the following code to the Header (after click "Source"): <style> #InsertRecordSTART, img[alt="Calendar"] { float: right; } </style> Please enter the name of your field instead of "START", and if you add the code to Single Update form, enter EditRecordFIELDNAME. I hope, it helps. Quote Link to comment Share on other sites More sharing options...
Question
LWSChad
Hi;
I found a simple solution to the calendar popup being cut off by the edge of the page.
This moves the popup to the left of the field so it pops up over the field rather than off the page.
BeGreat
CHAD
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.