Hi all
I have created a calendar and for each event i created a hidden DIV tag so that when the mouse get over the event title the Div will show! The problem is that when the div shows the page enlarges: the scroll bar shows!!
this is the div:
Is there any way i can remove the enlarging part! Thanks
Thanks
Nick
I have created a calendar and for each event i created a hidden DIV tag so that when the mouse get over the event title the Div will show! The problem is that when the div shows the page enlarges: the scroll bar shows!!
this is the div:
Code:
<DIV ID="7" STYLE="width:250px; height:200px; position:absolute; left:0px; top:0px; z-index:20; visibility:hidden;">
<TABLE BORDER="0" WIDTH="60%" CELLPADDING="0" CELLSPACING="1"><TR><TD BGCOLOR="#31659C">
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="0" CELLSPACING="1"><TR><TD BGCOLOR="#FFFFFF" CLASS="popup">
<FONT COLOR="#31659C"><B>Time: </B>
12:05:00<br><B>Title:</B> Test<br><B>Description: </B></FONT></TD></TR></TABLE>
</TD></TR></TABLE></DIV>
Is there any way i can remove the enlarging part! Thanks
Thanks
Nick