RE: Small CSS favour - 6/5/2001 16:23:00
There is a *weird* bug in ie5 which makes it sometimes parse the "}" value incorrectly and prematurely close the style declarationIt mostly seems to happens if there's a lot of JS running and the VMM in Win9x isn't quite doing its stuff. A guy called Tantek Celik came up with a hack for it: background-color:#eee; voice-family: "\"}\""; voice-family:inherit; height:14px; } That's the only thing I can think of - I looked @ it under ie5.5 and opera couldn't re-create it. But can't think of anything else that might have caused it. It's never happened to me - and in all truth I can't even remember where I got the snippet that i've put in above but I'll do a bit of digging around @ weekend if you're concerned. Let me know.
------------------ Hope this helps :-) Gorilla aka Mark Saunders http://www.computerdriving.com marksaunders@techie.com
|