Posted by Richard Frenkel on 09/28/05 19:30
Hi,
I'm a programmer, not an html pro. I'm using a javascript pop up
calendar in a form. This in turn calls for adding an iframe to the
bottom of my page:
<iframe width=174 height=189
name="gToday:/VTRACK/POPCal/normal:/VTRACK/POPCal/agenda.js"
id="gToday:/VTRACK/POPCal/normal:/VTRACK/POPCal/agenda.js"
src="/VTRACK/POPCal/ipopeng.htm" scrolling="no" frameborder="0"
style="visibility:visible; z-index:999; position:absolute; left:-500px;
top:0px;">
</iframe>
Problem: this works fine in my screen resolution, but at a low enough
resolution, the form elements towards the bottom of the page (and just
above the snippet quoted) no longer work. I'm assuming this is because
the iframe is somehow "sitting" on the screen real estate at low res or
something like that, but I don't see anything (the form looks normal).
2 questions: 1) can I fix this easily and how? 2) any recommendations
for light weight pop up calendars that don't rely on this method?
Thanks...
Rich
[Back to original message]
|