Previous Message
Next Message

Select Elements Obscuring My View

Sent by RUST Randal on 21 January 2004 13:01


Aleksandar Vacic said:

> As for your problem, I'm sure WCH will fix it , since I 
> implemented it on the calendar that worked the same way in 
> the project done few months ago.

The WCH script will not fix it, but it did lead me down the correct
path. What I did was create an <iframe> with the DOM and placed it
behind the calendar. In IE, the calendar covers the <iframe>. In Mozilla
Family browsers and Opera, the <iframe> display is set to none via CSS.
Just a note here, the positioning of the calendar is controlled entirely
with CSS, not any Javascript. This allows the position of the calendar
to remain flexible if the page is resized.

I sucessfully tested this on Windows in the following:

- IE 5.5, 6
- Mozilla 1.1
- Netscape 7.0
- Firebird 0.6
- Opera 7

----------
Randal Rust
Covansys Corp.
Columbus, OH
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: