I am trying to use this calendar popup on my a page.
The popup window should appear in using the DIV tag named “caldiv”.
When I set the position of the DIV tag to “absolute” the popup appears outside the frame in lower right section. Using top and left properties won’t solve the problem.
Your code is in desperate need of some loving care Although you are using a strict doctype you haven’t been careful with quotes, characters or case.
Paragraphs should be in paragraphs not breaks.
e.g.
<br />
Using experienced, tried and tested, in-house and freelance translators, we are able to offer our clients prime translation services, embracing Dari and Pashtoo languages of Afghanistan and also Urdu in all subject areas. Our culturally sensitive typesetters work with our in-house experts and linguists, providing you with quality services and a fast turnaround.<br />
<br />
That should just be inside a <p></p> element and not created with breaks.
Start by validating and correcting the broken code first and then move onto using a more semantic structure with logical headings and paragraphs.