dhtmlx Tabbar not displaying properly in IE.

I’m trying to use dhtmlx tabbar in my project, but it does not show up properly in IE. Other browsers seem fine with it.

Can anyone please help me?

Thanks you

Teddy

Check that:

  1. the name of tabbar object is different from the id of html container. For example, if tabbar container is:

and you are creating tabbar object:

tabbar=new dhtmlXTabBar(“tabbar”,“top”);

There will be an error in IE

  1. tabbar container has desired sizes

I have sent you the correct place where you can find an example of the problem.

Thank you.

Teddy

Could you please help me?

I have checked 1) and for the desired sizes, I am using % for width and height. It seems that the tabbar gets shifted off somewhere from the screen where it is not visible anymore. It still does not work.

and for the desired sizes, I am using % for width and height

Try to set the background color for the container where you are going to initialize tabbar. Do not initialize tabbar. Just check whether div takes the desired size.

I’ve answered to your private message.

Dear Alexandra,

Quote “The container

takes size 601px width and 15 px height - too small height”

I’m not sure whether that is the cause of the problem.

echo"

";

This is the line that I used to initialize that tabbar in php. When I played with the sizing using ‘px’ instead of ‘%’, something actually shows up in IE. If using ‘%’, it shows for a split second and then disappears.

Teddy

Hello Teddy,

Have tried to the following ?

"Try to set the background color for the container where you are going to initialize tabbar. Do not initialize tabbar. Just check whether div takes the desired size. "

Is the drag div displayed correctly ?