![]() |
|
#1
|
|||
|
|||
|
hi all,
I use boxover with link in section "Progetti e collaborazioni" in http://www.mario-online.com. IE7 and Firefox look pretty good, perhaps i' ve to do some pre-load on preview images but this is not my problem, try to go onmouseover with IE6 it seems page dances... thx Mario |
|
#2
|
|||
|
|||
|
always me,
i've put at the beginning of boxover.js something like ------------------------------------ var uApp = navigator.appName; var uAge = navigator.userAgent; // alert (uApp+'\n\n'+uAge); // blocco IE6 if ((uApp=="Microsoft Internet Explorer") && (uAge.indexOf('MSIE 6')!=-1)) { ; } else { // ALL THE WORK HERE ... ------------------------------------ this give me opportunity to change behaviour based on the agent, well, the new question is: how can I show as title only the header section if the agent is MSIE6 (now i do nothing)? thx all |
![]() |
| Thread Tools | |
| Display Modes | |
|
|