Jump to content

Question

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

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...