-
CSS Positioning in IE
I'm using a JS/CSS calender script found at http://www.dynarch.com/projects/calendar/. It works great except for one thing.. it wont position correctly in IE (6 & 7).
I have a form with 20 text inputs strait down a page. As per instruction i place the following code just below my desired text input, say at tab index 12.
Code:
<script type="text/javascript">
Calendar.setup({
inputField : "this_fieled_name", // id of the input field
ifFormat : "%Y-%m-%d", // format of the input field
showsTime : true,
timeFormat : "24"
});
</script>
When the page and script run, in Firefox its perfect, but in IE, the calender places almost 200px high than desired near tab index 6.
My question is, how do i get IE to position as FF does?
Here are i think the two most important files that may need affecting. Both are stock from download.
http://www.empiresolutions.net/demo/calendar-setup.js
http://www.empiresolutions.net/demo/theme.css
Thanks much.
Cesar
Similar Threads
-
Replies: 2
Last Post: 03-29-2010, 04:56 AM
-
Replies: 0
Last Post: 08-28-2006, 04:05 AM
-
By Allen Pitts in forum XML
Replies: 0
Last Post: 10-31-2002, 04:02 PM
-
By Austin Spreadbury in forum Web
Replies: 0
Last Post: 10-12-2002, 05:21 PM
-
Replies: 3
Last Post: 07-29-2002, 08:30 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|