Itemheight Problem

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jstanko
Beginner
Beginner
Posts: 2
Joined: Tue Jan 08, 2008 6:20 pm

Itemheight Problem

Post by jstanko »

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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Itemheight Problem

Post by Ruth »

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
jstanko
Beginner
Beginner
Posts: 2
Joined: Tue Jan 08, 2008 6:20 pm

Re: Itemheight Problem

Post by jstanko »

Thanks for your help!
Post Reply