1) Script Title: Drop Down Tabs
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...roptabmenu.htm
3) Describe problem: I've used this script for a restyling I'm carring on in my site: see, for. ex. this working page
The script operates well, but in certain cases I cannot see the white navigation in the top of pages, if I use Internet Explorer 7.
See this for example:
this similar, but not working page
The pages have a single difference: the first page (working) has DIV used only for spacing defined as follow:
Where BoxDummy is declared inside a css as follows:Code:<div class="BoxDummy" style="width:194px;"> <p> </p> </div>
The second page (not working with IE) is the same in all elements, except the previous DIV in this form:Code:.BoxDummy { width: 150px; height: 150px; float: left; overflow: auto; }
I must say that the script apprently is working with Firefox, Opera, and Safari.Code:<div class="BoxDummy" style="width:194px; height:auto"> <p> </p> </div>
The question is: why it is not working in these bothering cases, and what can be done to avoid the trouble?



Reply With Quote

Bookmarks