RE: [PHP] *** HTML Programming question *** no php at all...

2001-04-11 Thread Chris Albanese


In Netscape 4.x, form elemtents are always rendered as the top layer,
regardless of z-indexing. You need to move the form element. Netscape 6 (I
beleive) and IE5 are fine.

-Original Message-
From: David Diaz i Torrico [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 4:54 AM
To: [EMAIL PROTECTED]
Subject: [PHP] *** HTML Programming question *** no php at all...



Sorry if someone takes that as an offtopic but, I can't find good
HTML/Javascript programming lists, if someone can point it out any I'd
apreciate it a lot.And haven't been able to find any reference to my
problem even searching for hours in google.


And the question here it goes, I've got a page with a header,
the header is a layer floating around the page, with Explorer I've no
problem but with Netscape, voil, when the layer passes over a textbox,
select or some other typical form widget, the widget remains over the
layer. I've tried all the possible combinations with z-index with no
result.

There's any workaround to this?, I'm stuck.


Thank you very much in advance, and sorry if this is an offtopic.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] *** HTML Programming question *** no php at all...

2001-04-11 Thread Josh McDonald

In ie5.x and earlier the select element will also be above all layers. I
think ie6 doesn't have that problem, as I remember MS promising to fix it,
tho i haven't got my hands on whistler yet so I don't know fer sure

G is for the gang of money I make.
F is for the gang of fools I break.
U is for the undisputed champ.
N is 'cause you never gonna get the mic back.
K is for the niggaz that I knock on they back.

http://www.gfunk007.com/


- Original Message -
From: "Chris Albanese" [EMAIL PROTECTED]
To: "David Diaz i Torrico" [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Wednesday, April 11, 2001 6:26 AM
Subject: RE: [PHP] *** HTML Programming question *** no php at all...



 In Netscape 4.x, form elemtents are always rendered as the top layer,
 regardless of z-indexing. You need to move the form element. Netscape 6 (I
 beleive) and IE5 are fine.

 -Original Message-
 From: David Diaz i Torrico [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 11, 2001 4:54 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] *** HTML Programming question *** no php at all...



 Sorry if someone takes that as an offtopic but, I can't find good
 HTML/Javascript programming lists, if someone can point it out any I'd
 apreciate it a lot.And haven't been able to find any reference to my
 problem even searching for hours in google.


 And the question here it goes, I've got a page with a header,
 the header is a layer floating around the page, with Explorer I've no
 problem but with Netscape, voil, when the layer passes over a textbox,
 select or some other typical form widget, the widget remains over the
 layer. I've tried all the possible combinations with z-index with no
 result.

 There's any workaround to this?, I'm stuck.


 Thank you very much in advance, and sorry if this is an offtopic.



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]