- Create Account

Slow Loading on IE6: [X items remaining] downloading picture

Forums > FreeStyle Menus > Slow Loading on IE6: [X items remaining] downloading picture
Author
Message

1) osyntax Group: Members
Posts: 2 Joined: 18 Feb 2008 Location: US IP: 208.83.--.--
When you highlight the menus on this page:

http://jbh.diveindesigns.com/home/jbh/index2.html

IE6 shows a message like
[49 Items remaining] downloading picture...
[48 Items remaining] downloading picture...
[47 Items remaining] downloading picture...

and on and on, for a very slow experience.

Can you tell me what is causing this and how to fix it?

Thanks-

Staci

2) Angus Turnbull Group: Moderators
Posts: 4042 Joined: 7 Dec 2003 Location: New Zealand IP: 203.109.--.--
The extra requests are for "images/bullet_brown_sq.gif" which is set as a list-style-image for the menus. Perhaps remove that in IE6 at least...

- Angus.

3) Nitin Group: Guests
IP: 202.144.--.--
i am facing this problem with the tree menu that we are building js... any solution for that

4) Angus Turnbull Group: Moderators
Posts: 4042 Joined: 7 Dec 2003 Location: New Zealand IP: 203.173.--.--
If it's not my script I can't really offer much help. You could always put in an IE6-only rule like so:

* html .class-of-list  {
 list-style-type: none;
}

which  will only affect IE6.

- Angus.

Post a Reply:

You are not logged in, and will be posting anonymously as a guest. If you want to post using an account, please login at the top of this page.