![]() |
|
#1
|
|||
|
|||
|
In calendar.js I made these changes, Line 88-89:
getObj('fc').style.left=(Left(ielem)) + "px"; getObj('fc').style.top=(Top(ielem)+ielem.offsetHei ght) + "px"; From this: getObj('fc').style.left=Left(ielem); getObj('fc').style.top=Top(ielem)+ielem.offsetHeig ht; |
|
#2
|
|||
|
|||
|
I believe that you may need the px on the style attribute when you are using a non quircks mode DTD such as Strict, or transitional.
For instance on http://calendar.swazz.org/ works great for me. But when I use it on a Strict DTD page it does not work unless I add in the px to the Style attributs. |
|
#3
|
|||
|
|||
|
look at the function that i created:
http://boxover.swazz.org/forum/how-t...ar-t512-1.html with this function you can use %,px, em and all the others attributes to position your calendar. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|