|
|
pinTab
Started by YenChiuGu at 05-30-2006 4:45 . Topic has 3 replies.
 
 
|
|
Sort Posts:
|
|
|
|
05-30-2006, 4:45
|
YenChiuGu
Joined on 05-01-2006
Posts 5
|
|
|
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>
|
|
|
|
|
Report
|
|
|
|
05-30-2006, 5:16
|
Pintexx Support
Joined on 08-30-2005
Posts 1.910
|
|
|
|
Hi,
we have updated the fix today. Possibly the pinTab css file was missing.
Regards, Hans-Peter
|
|
|
|
|
Report
|
|
|
|
06-01-2006, 9:53
|
YenChiuGu
Joined on 05-01-2006
Posts 5
|
|
|
Hi,
I can't find update on website. Thank you!
YCG
|
|
|
|
|
Report
|
|
|
|
06-01-2006, 10:22
|
Pintexx Support
Joined on 08-30-2005
Posts 1.910
|
|
|
|
|
|
|
Pintexx Forum » Developer Produ... » pinTab » mouse cursor problem
|
|
|
|