IE 6 has problems with background images

M

Merlin

Hi there,

I am working on a complex site which is using background images as navi
buttons. This workes excellent and fast in most browsers except in
Internet Explorer.

The images all load and the page looks fine. The problem is the loading.

The pages loads ok first, but after the browser has completed to display
the page, all background images disapear for about 1 second
and show up again, like they have been loaded again.

Unfortunatelly I cant provide a URL since there is no database
installation on the real server so far.
However, this is the code I am using:

<table cellpadding="0" cellspacing="0">
<tr>
<td style="background-image: url('test.gif');" width="110"
height="19" class="content_button">link text</td>
<td style="background-image: url('test.gif');" width="110"
height="19" class="content_button">link text</td>
</tr>
</table>

Maybe someone has an idea or did experience the same problems before?

Thanx for any help on that

Merlin
 
J

JA

I don't know if this is a related problem.

I have some jpegs on a server that will not load when I use MS IE 6.
I have notice other web sites that are having the same problem. When
I wrote to the web mastersa, they did not see the problem. Nro did
they see the problem loading my jpegs.

It seems to be a problem with my MS IE.

It started when I began having problems with java script also. I hav
eposted several comments about that, but basically I don't think java
scripts are loading completely. I hav enoticed some asp also has the
same problem.

As I said, I don't know if this is related or not.
 
F

Frank Saunders, MS-MVP

JA said:
I don't know if this is a related problem.

I have some jpegs on a server that will not load when I use MS IE 6.
I have notice other web sites that are having the same problem. When
I wrote to the web mastersa, they did not see the problem. Nro did
they see the problem loading my jpegs.

It seems to be a problem with my MS IE.

It started when I began having problems with java script also. I hav
eposted several comments about that, but basically I don't think java
scripts are loading completely. I hav enoticed some asp also has the
same problem.

As I said, I don't know if this is related or not.

You might want to refresh your scripting engine:
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28001169
or
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
Windows Script 5.6 for Windows 2000 and XP
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en

Sometimes there's a corrupt file in the cache and one must go to Tools |
Internet Options and click Delete Files.

--
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup. Do not send email
http://www.fjsmjs.com
Protect your PC
http://www.microsoft.com/security/protect/
 
J

JA

On Mon, 8 Mar 2004 18:30:45 -0600, "Frank Saunders, MS-MVP"

(snip)
You might want to refresh your scripting engine:

I did. It did not help.

I installed Netscape Navigator. It works fine.

MSIE is for the birds.

Too many problems. Too much hassle.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top