2)
Angus Turnbull
Group: Moderators
Posts: 4042
Joined: 7 Dec 2003
Location: New Zealand
IP: 203.109.--.--
Posted:
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.--.--
Posted:
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.--.--
Posted:
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.