Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Cristina on Sep 24, 2009 00:19
open dhtmlx forum
Tabbar empty in IE 7

Hi,
I'm using tabbar, but it's ok in FireFox but not works in IE7.
My code
<script src="components/dhtmlxcommon.js"></script>
<script src="components/dhtmlxtabbar.js"></script>
<script src="components/dhtmlxtabbar_start.js"></script>
<link rel="stylesheet" type="text/css" href="components/dhtmlxtabbar.css">

<div id="a_tabbar" style="width:100%;height:95%"></div>
<script>
tabbar=new dhtmlXTabBar("a_tabbar","top");
tabbar.setImagePath("components/imgs/");
tabbar.setStyle("modern");

tabbar.loadXML("tabs.xml");
</script>


and tabs.xml file

<?xml version="1.0" encoding="UTF-8" ?>
<tabbar hrefmode="iframes-on-demand">
<row>
<tab id="b1" width='150px' selected="1" href="Container.jsp">a</tab>
<tab id="b2" width='150px' href="Containers.jsp">aa</tab>
</row>
</tabbar>


Please can you help me?
Thanks a lot
Cristina
Answer posted by Alex (support) on Sep 24, 2009 02:16

Hello,

this question is already answered. Please, take a look http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=11871