Background PNG not displaying

M

Mike

I have a website in FP2003 that uses background.png as
it's background. It displays fine on my dev laptop (ie
6.x sp1)but when published and reviewed in 3 different
browsers (ie 6.x sp1, mozilla and firefox), it does not
display. There is a chunk of white space on the right
side.

Any ideas what could be causing this?

-M
 
S

Steve Easton

..png files ( portable network graphics ) are not supported in all browsers. Use an image editor and
convert it to a .gif or .jpg file.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
M

Mark Fitzpatrick

Can you post a URL so we can see if there is a problem with the code? Also,
PNG's are still not a great format for the web since newer browsers are the
only ones that really support the format and you'd be amazed at the number
of older browsers out there, especially Navigator browsers.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
M

Mike

Figured it out.

It was in my Body tag in my external CSS sheet.

I had not looked in there for a while and forgot that is
where the style resides.

Thanks for the effort.

-M
 
Top