RE: [PHP] something weird is going on...

2002-03-20 Thread Kevin Stone

Could be a browser cache issue.  Open just the image in the browser
(http://kulchitski.com/problem/images/bottomcell_bg.gif) and hit
Ctrl+Refresh.  Go back to the page and see if it doesn't show up.

Attractive looking page by the way.  :)

-Kevin

-Original Message-
From: Vlad Kulchitski [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, March 20, 2002 2:28 PM
To: [EMAIL PROTECTED]
Subject: [PHP] something weird is going on...


Sorry bringing Netscape issue up again but I seem to have found
something...

Here's the issue, I am talking about image-background in table cell
td/td... the problem is that one of the cells shows background, one
of them does... the index.html file attached...

This cells shows background:

TD width=100% background=images/topcell_bg.gifnbsp;/TD

This doesn't:

TD width=100% background=images/bottomcell_bg.gifnbsp;/TD

NOTE: the weird thing is that when I change the image name the the one
on the first cell where it works, it shows the image, but when I change
it back to  bottomcell_bg.gif it doesn't... I went to change GIF files
and they have the same property, both GIF(indexed colour)...

And to illustrate the problem, here's the file: 
http://kulchitski.com/problem/

Vlad




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




Re: [PHP] something weird is going on...

2002-03-20 Thread heinisch

At 20.03.2002  16:28, you wrote:

Sorry bringing Netscape issue up again but I seem to have found
something...
snip
And to illustrate the problem, here's the file:
http://kulchitski.com/problem/
Hi Val,
for me it looks OK, no fault to see. (NS405,451,475)
I´d suggest, that you enclose your width and height values
in parentesis , so that they look height=100 width=200
also all other values. I had problems with the NS46 family on
this.
Also the vals topmargin=0 leftmargin=0 marginheight=0 marginwidth=0
added to the body tag, make your left side notes look more real, as ther´s 
a cutted
left side.
HTH Oliver 


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