Javascript Tooltips, Popups, Captions - BoxOver  

Go Back   Javascript Tooltips, Popups, Captions - BoxOver > BoxOver > Bugs
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 06-26-2007, 07:01 AM
mario-online mario-online is offline
Junior Member
 
Join Date: Jun 2007
Posts: 2
Default MSIE6 "dancing"

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... some idea about that?

thx
Mario
Reply With Quote
  #2  
Old 07-18-2007, 10:05 AM
mario-online mario-online is offline
Junior Member
 
Join Date: Jun 2007
Posts: 2
Default

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
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 08:39 PM.