![]() |
|
#1
|
|||
|
|||
|
Here's a link:
http://www.mablio.com/testcase.html The first input displays in the upper right corner in firefox 2 on linux. I really wish it would work because your tooltips are great and from what I could tell from the examples, the calendar would be perfect for my site. Thanks! |
|
#2
|
|||
|
|||
|
I haven't seen this before but I'd be lying if I said that I had tested the calendar extensively.
Offhand though, I would have to say this is due to the DOCTYPE declaration at the top of the page - I see you are in strict parsing mode. Would you be able to remove this declaration and test it quickly. If this is the case I will make an update to get around this, I remember BoxOver had similar problems in its early days.
__________________
Javascript tooltips / popups |
|
#3
|
|||
|
|||
|
Made it XHTML transitional, no luck...
Made it html trans no luck either. I'll leave it in html transitional for you. |
|
#4
|
|||
|
|||
|
Hi!
To solve your problem you need to do two changes in the calendar.js-file First change the Z-index. In the part in the calendar.js-file where the calendar-table is created, add the following to the style-attribute: z-index:100; Second thing, give it the correct position: (I dont want to change too much of the original code, so here´s some additions that will make this fix complete) a.) In the lcs()-function, replace the following code: Code:
Code:
Code:
And we are done! // Jonas |
|
#5
|
|||
|
|||
|
thanks for the patch!! ..but it won't work in IE6 :-/
|
|
#6
|
|||
|
|||
|
Thats strange, it works for me both in IE6 and FF.
If you test it on a local machine on IE, note that you have to get rid of that nasty yellow field on top of the screen to make it execute the script! // Jonas |
|
#7
|
|||
|
|||
|
hmm. the script seems to be working fine, but it's being displayed below the select boxes.
|
|
#8
|
|||
|
|||
|
Well thats a known bug in IE. I stumbled across a solution to that problem once, and its a strange one. Try the following
In the section where the calendar-table is generated, do the following changes: 1) Change the id of the table from "fc" to "fc2" 2) Add the following code BEFORE the table: Code:
Code:
// Jonas |
|
#9
|
|||
|
|||
|
:-/ that wouldn't work in firefox..
|
|
#10
|
|||
|
|||
|
I have added z-index:100; style directly to the table, which seems to work fine in Firefox2 and Safari.
Just replace Code:
Code:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|