This took me 4 hours of headscratching but I finally tracked it down:
I want to have the room-names text change color when I hover the mouse over the tabs (to have a consistent look with the rest of my site), but if I do this:
- Code: Select all
}
ul#pfc_channels_list li > div:hover {
color: #990000;
}
it crashes IE6: it takes a 5 minutes to load, takes up all the memory on the client PC, than eats the whole pagefile, and IE6 poofs, causing lots of other apps to crash as well including AVG anti-virus.
This does not happen at all in Firefox, where the same code works perfectly.
Took me a while to find out where this behaviour came from!!!
Any suggestions??
Edit: I would like to add that I feel the tabs are extremely complicated, and as soon as we try to style them somewhat different than the default style (especially important if your site style is based on a dark background) the results are highly unpredictible between different browsers, and it's really realy hard to figure out what goes where, there are soooo many divs and layers in such a tiny space.... I just wanted to have the tabs look like the other buttons on my site, well I can tell you I'm having a hard time achieving such a simple goal!!
Dirk