Good Afternoon all,
I have an issue with the itemheight property. In IE7 the menu appears normal and the submenus follows the itemheight setting. But, in FF, the submenus don't follow. Any ideas?
http://www.waterdam.org/
Thanks in advance,
Jared
Itemheight Problem
Re: Itemheight Problem
Hi,
For whatever reason FF is not adding the padding to the items in the vertical menus. I'll report it to Milonic, but there is a fix which sets FF correctly and works IE6, NN7, Safari3 for pc.
Leave the padding=3 in the vertStyle and also add rawcss="padding:3px"; Now that fixes the vertical submenus, but since the padding is working in FF and all the other browsers I tested for the horizontal one, this causes them to add more padding, so in the horizStyle add horizStyle.rawcss="";
Hope this helps.
Ruth
For whatever reason FF is not adding the padding to the items in the vertical menus. I'll report it to Milonic, but there is a fix which sets FF correctly and works IE6, NN7, Safari3 for pc.
Leave the padding=3 in the vertStyle and also add rawcss="padding:3px"; Now that fixes the vertical submenus, but since the padding is working in FF and all the other browsers I tested for the horizontal one, this causes them to add more padding, so in the horizStyle add horizStyle.rawcss="";
Hope this helps.
Ruth
Re: Itemheight Problem
Thanks for your help!