<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="style.css" type="text/css" /> <title>tytul</title> <script type="text/javascript"> function aktywny(box) { box.style.background='#f0f0ff'; } function nieaktywny(box) { box.style.background='#ffffff'; } </script> </head> <body> <div class="tresc" onmouseover="aktywny(this)" onmouseout="nieaktywny(this)"> <p class="tytul"> </p> tekst<br /><br /> </div> </body> </html>
W FF chodziło, w IE również, teraz nie chodzi w IE a w FF tak. Ktoś wie dlaczego?