Re: mouse cursor problem

pinTab

mouse cursor problem


YenChiuGu 05-30-2006, 4:45
Hi,

    I have a problem about mouse cursor in tab. When I move mouse above tab old version 2.0.0207, the mouse cursor changes to "Hand" style. It means I could click it. And then I upgrade to latest version 2.0.60503, the mouse cursor doesn't change to "Hand" style in IE (it changes style in firefox).

    Thanks!

    Html code below is for produce problem :


<html>
<head>

<script>

function tabCreate(objTab,id)
{
 
 objTab.design            = "3";
 objTab.orientation       = "0";
 objTab.tabarea           = true;
 objTab.designmode        = "IMAGE";
 objTab.tabMode           = 1;       // set to mutiple rows
 objTab.maxTabItemsPerRow = 4;       // we want to have max 3 items per row
 objTab.tabAlignment      = 1;       // center tabs
 objTab.loadOnStartup  = false;
 
 var item = objTab.createItem();
 item.text = "no1";
 item.title = "no1";
 item.active = true;
 item.url = "someUrl/test.htm";
 objTab.add(item);


 var item = objTab.createItem();
 item.text = "no2";
 item.title = "no2";
 item.active = false;
 item.url = "someUrl/test2.htm";
 objTab.add(item);

 var item = objTab.createItem();
 item.text = "no3";
 item.title = "no3";
 item.active = false;
 item.url = "someUrl/test3.htm";
 objTab.add(item);


 objTab.create();
}

</script>
 </head>
 <body>
  <iframe id="tab1" style="WIDTH: 100%; HEIGHT: 100%"
   src="../pinTab/tab/pinTab.html?id=tab1" frameBorder="0"></iframe>
 </body>
</html>

Re: mouse cursor problem


Pintexx Support 05-30-2006, 5:16

Hi,

we have updated the fix today.
Possibly the pinTab css file was missing.

Regards,
Hans-Peter

Re: mouse cursor problem


YenChiuGu 06-01-2006, 9:53
Hi,

    I can't find update on website. Thank you!

YCG

Re: mouse cursor problem


Pintexx Support 06-01-2006, 10:22

Hi,

please goto www.pintexx.com --> Support --> Fix/Update

Regards,
Hans-Peter