Re: [PHP] Netscape Vs. IE

2002-03-11 Thread Gary

Vlad Kulchitski wrote:

> Hi,
> 
> Someone replied to my post about browsers incompatibilities but I lost
> the message, can someone remind me how to set up the background image:
> 
> 
> 
> I mean I need another command that will tell to load image as a bg. I am
> trying to use background-image:file.gif, but it doesn't seem to work.
> 
> Thanks,
> Vlad






HTH
Gary


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




FW: [PHP] Netscape Vs. IE

2002-03-11 Thread Johnson, Kirk



-Original Message-
From: Richard S. Crawford [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 11, 2002 8:30 AM
To: Vlad Kulchitski
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Netscape Vs. IE


This can be done without CSS, actually.  Try:



Not all browsers will support this, of course.  But, then, even fewer
browsers will support the use of CSS for the same application.

You can also use:



to make the background color white, again avoiding the use of CSS.

Both, I believe, will pass as valid HTML 4.01 and XHTML transitional
1.01.



On Mon, 2002-03-11 at 07:19, Vlad Kulchitski wrote:
> 
> Hi,
> 
> Someone replied to my post about browsers incompatibilities but I lost
> the message, can someone remind me how to set up the background image:
> 
> 
> 
> I mean I need another command that will tell to load image as a bg. I am
> trying to use background-image:file.gif, but it doesn't seem to work.
> 
> Thanks,
> Vlad
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
-- 
Sliante,
Richard S. Crawford

mailto:[EMAIL PROTECTED]  http://www.mossroot.com
AIM:  Buffalo2K   ICQ: 11646404  Yahoo!: rscrawford
MSN:  [EMAIL PROTECTED]

"It is only with the heart that we see rightly; what is essential is
invisible to the eye."  --Antoine de Saint Exupery

"Push the button, Max!"



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Netscape Vs. IE

2002-03-11 Thread Richard S. Crawford

This can be done without CSS, actually.  Try:



Not all browsers will support this, of course.  But, then, even fewer
browsers will support the use of CSS for the same application.

You can also use:



to make the background color white, again avoiding the use of CSS.

Both, I believe, will pass as valid HTML 4.01 and XHTML transitional
1.01.



On Mon, 2002-03-11 at 07:19, Vlad Kulchitski wrote:
> 
> Hi,
> 
> Someone replied to my post about browsers incompatibilities but I lost
> the message, can someone remind me how to set up the background image:
> 
> 
> 
> I mean I need another command that will tell to load image as a bg. I am
> trying to use background-image:file.gif, but it doesn't seem to work.
> 
> Thanks,
> Vlad
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
-- 
Sliante,
Richard S. Crawford

mailto:[EMAIL PROTECTED]  http://www.mossroot.com
AIM:  Buffalo2K   ICQ: 11646404  Yahoo!: rscrawford
MSN:  [EMAIL PROTECTED]

"It is only with the heart that we see rightly; what is essential is
invisible to the eye."  --Antoine de Saint Exupery

"Push the button, Max!"



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Netscape Vs. IE

2002-03-11 Thread Vlad Kulchitski


Hi,

Someone replied to my post about browsers incompatibilities but I lost
the message, can someone remind me how to set up the background image:



I mean I need another command that will tell to load image as a bg. I am
trying to use background-image:file.gif, but it doesn't seem to work.

Thanks,
Vlad


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Netscape vs. IE/Mozilla

2002-03-10 Thread James Arthur

On Friday 08 Mar 2002 15:44, Vlad Kulchitski wrote:
> Hi guys,
>
> I know it's a wrong place to ask about this, but I am sure someone here
> faced the same problem. I am trying to get the site to look consistent
> in
> Netscape Navigator and it's giving me hard times.

Yes, this is a bug in Netscape 4.x. You just have to make your site so that 
it doesn't look too bad without the table backgrounds.

> Either tables or/and cell background doesn't show up or spacing between
> two tables is not what it is supposed to be.

Netscape doen't do table backgrounds properly.

I suppose you could test to see if the client browser is Netscape<6 and 
adjust accordingly..?

--jaa

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Netscape vs. IE/Mozilla

2002-03-08 Thread Darren Gamble

Good day,

A 10-second search on Google comes up with:

http://www.omninet.net.au/~kg/docs/demyst9.html

Personally, I can tell you that the biggest difference between the two
browsers is the way that Netscape 4.X uses styles.  In particular, it
generally doesn't "inherit" styles from other elements.  So, if you use a
stylesheet and say that you want text to be green, you need to specify that
 is green,  is green, etc.

A bigger explanation of the differences would be outside the scope of this
list.


Darren Gamble
Planner, Regional Services
Shaw Cablesystems GP
630 - 3rd Avenue SW
Calgary, Alberta, Canada
T2P 4L4
(403) 781-4948


-Original Message-
From: Vlad Kulchitski [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 08, 2002 8:44 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Netscape vs. IE/Mozilla


 
Hi guys,
 
I know it's a wrong place to ask about this, but I am sure someone here
faced the same problem. I am trying to get the site to look consistent
in
Netscape Navigator and it's giving me hard times.

Either tables or/and cell background doesn't show up or spacing between
two tables is not what it is supposed to be.

If anyone can give me suggestion about where to look for some hints
online
that would be appreciated.

Thanks,
Vlad

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Netscape vs. IE/Mozilla

2002-03-08 Thread Richard S. Crawford

A URL would be helpful


On Fri, 2002-03-08 at 07:44, Vlad Kulchitski wrote:
>  
> Hi guys,
>  
> I know it's a wrong place to ask about this, but I am sure someone here
> faced the same problem. I am trying to get the site to look consistent
> in
> Netscape Navigator and it's giving me hard times.
> 
> Either tables or/and cell background doesn't show up or spacing between
> two tables is not what it is supposed to be.
> 
> If anyone can give me suggestion about where to look for some hints
> online
> that would be appreciated.
> 
> Thanks,
> Vlad
-- 
Sliante,
Richard S. Crawford

mailto:[EMAIL PROTECTED]  http://www.mossroot.com
AIM:  Buffalo2K   ICQ: 11646404  Yahoo!: rscrawford
MSN:  [EMAIL PROTECTED]

"It is only with the heart that we see rightly; what is essential is
invisible to the eye."  --Antoine de Saint Exupery

"Push the button, Max!"



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Netscape vs. IE/Mozilla

2002-03-08 Thread Vlad Kulchitski

 
Hi guys,
 
I know it's a wrong place to ask about this, but I am sure someone here
faced the same problem. I am trying to get the site to look consistent
in
Netscape Navigator and it's giving me hard times.

Either tables or/and cell background doesn't show up or spacing between
two tables is not what it is supposed to be.

If anyone can give me suggestion about where to look for some hints
online
that would be appreciated.

Thanks,
Vlad