Search found 2 matches

by jigr69
Fri May 19, 2006 4:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Absolute positioning problems IE and Firefox.
Replies: 3
Views: 8351

Searching around etc, I found that if I include the code

top="offset=2";
if(ie)
top="offset=-110";

in each sub menu declaration, it gets around the problem...
by jigr69
Fri May 19, 2006 3:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Absolute positioning problems IE and Firefox.
Replies: 3
Views: 8351

Absolute positioning problems IE and Firefox.

Hi there.

I've inherited the corporate website and am in the middle of a redesign, part of which is to include a drop down menu. The website is built using absolute positioning styles in CSS, using <DIV> tags.

When I build the menu, in Firefox, its perfect no problems. In IE it positions the sub ...