Search found 6 matches

by vanarie
Thu Nov 30, 2006 6:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE vertical offset problem - embedded in div tags (FIXED)
Replies: 12
Views: 7165

Thanks for your help Ruth.
by vanarie
Wed Nov 29, 2006 5:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE vertical offset problem - embedded in div tags (FIXED)
Replies: 12
Views: 7165

I tried the mods on the page, but I need to be able to position things within the <div id="container"> like popups and text blocks. Such as:

<div style="position:absolute; text-align: center; top: 210px; left: 210px;">Text div:position:absolute</div>

For example, in the demo account you can see ...
by vanarie
Tue Nov 28, 2006 3:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE vertical offset problem - embedded in div tags (FIXED)
Replies: 12
Views: 7165

Ok, I put the <div> text in the example. If you like, you can login to the main site as demo/demo, but it's the same page, only stripped down to make it easier to troubleshoot.

Thanks for your help! Hope we can think of a solution. I can't imagine that this type of layout is rare. Is it?
by vanarie
Tue Nov 28, 2006 4:32 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE vertical offset problem - embedded in div tags (FIXED)
Replies: 12
Views: 7165

fixes problem, but breaks other elements (sigh)

True, that does cause the problem to go away, but I have other <div> elements positioned just where I want them within the #container, such as this...

<div style="position:absolute; text-align: center; top: 32px; left: 580px;"><img style="width: 15px; height: 15px;" alt="" src="../images/button ...
by vanarie
Mon Nov 27, 2006 4:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE vertical offset problem - embedded in div tags (FIXED)
Replies: 12
Views: 7165

IE right offset issue still present

I uploaded the new version, cleared out my cache, and the offset issue is still present. I played around with some settings, but I don't know how to fix it.

It's probably something simple - I hope. :) Is there anything else you need to troubleshoot this?

If I set the width to 100%, the problem ...
by vanarie
Sat Nov 25, 2006 6:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE vertical offset problem - embedded in div tags (FIXED)
Replies: 12
Views: 7165

IE vertical offset problem - embedded in div tags (FIXED)

Account Id: 169307

Demo page:
http://www.listrocket.com/problem/example.html

I didn't have any problems at all when the menu was to the left top of the page, but my page redesign has the menu embedded in a table, which is inside of div tags that centers the entire page via CSS:

div#container ...