Quote:
Originally Posted by Russ_T
Doesn't work with 4.0.6, gives database error when trying to add tab 
|
Works fine for me on 4.0.6
Also a tip for those who have installed. IE7 will fill up the whole horizantal screen for the sub menu drop downs. In the template emu_tabs, find
Find
HTML Code:
<ul class="popupbody popuphover">
Replace with
HTML Code:
<ul class="popupbody popuphover" style="width:auto;">
Hope it helps.