metha
12-30-2008, 02:46 PM
Hello, this is my first posting on this great site for developers..
I need help in this:I have a code like this :
<div id="homepagetabs">
<ul id="tabs3">
<li><a href="#" title="Overview" rel="home-about1"><span>Overview</span></a></li>
<li><a href="#" title="Dismiss" rel="home-about2" class ="selected"><span>Dismiss</span></a></li>
<li><a href="#" title="Info" rel="home-about3"><span>Info</span></a></li>
</ul>
</div>
You can see the class="selected is for the second tab but on webpage it only highlights the first tab...i am using IE7.
please anyone help me....this has been eating my brian since 2 days...
I am not sure what is the mistake i have done..
I do have the div wrap code and the java script that goes below the tabs, here it is:
<script type="text/javascript">
var countries=new ddtabcontent("tabs2")
countries.setpersist(true)
countries.setselectedClassTarget("link") //"link" or "linkparent"
countries.init()
</script>
Thanks
Metha
I need help in this:I have a code like this :
<div id="homepagetabs">
<ul id="tabs3">
<li><a href="#" title="Overview" rel="home-about1"><span>Overview</span></a></li>
<li><a href="#" title="Dismiss" rel="home-about2" class ="selected"><span>Dismiss</span></a></li>
<li><a href="#" title="Info" rel="home-about3"><span>Info</span></a></li>
</ul>
</div>
You can see the class="selected is for the second tab but on webpage it only highlights the first tab...i am using IE7.
please anyone help me....this has been eating my brian since 2 days...
I am not sure what is the mistake i have done..
I do have the div wrap code and the java script that goes below the tabs, here it is:
<script type="text/javascript">
var countries=new ddtabcontent("tabs2")
countries.setpersist(true)
countries.setselectedClassTarget("link") //"link" or "linkparent"
countries.init()
</script>
Thanks
Metha