Search found 8 matches

by denyo256
Mon Dec 15, 2008 6:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Strange padding with subimages
Replies: 7
Views: 4055

Re: Strange padding with subimages

In the submenus, there is some kind of border while hovering overing the items. I declared a 1px border in black, this one is more than 1px an not black.
by denyo256
Mon Dec 15, 2008 5:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Strange padding with subimages
Replies: 7
Views: 4055

Re: Strange padding with subimages

Unfortunately, the submenus still have some padding I don't want ... I hope we can find out, where this one comes from :D
by denyo256
Mon Dec 15, 2008 9:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Strange padding with subimages
Replies: 7
Views: 4055

Re: Strange padding with subimages

It seems that the following lines are causing the padding:

Code: Select all

table {width:auto; border-collapse:collapse; margin-bottom:0.5em;}
th,td {padding:0.5em;}
I changed it to

Code: Select all

table {width:auto; border-collapse:collapse; }
th,td {padding:2px 6px; }
and now we are a little closer to perfect :)
by denyo256
Sun Dec 14, 2008 1:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Strange padding with subimages
Replies: 7
Views: 4055

Strange padding with subimages

Hi,

I actually using the list based menu on a new website, but I have some issues with styling the menu. I'm using a combination of CSS and menu properties, this works fine besides one problem.

All items with the submenuimage are higher than those without. Also the submenus do have some kind of ...
by denyo256
Sun Mar 02, 2008 11:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: free positioning for list based menu?
Replies: 5
Views: 3321

Re: free positioning for list based menu?

Now I'm having the next issue. The Internet Explorer does not display the menu.

Here is the link for the website: http://demo.dermedienwuerfel.de/wowphil ... rsicht.php

I hope, you can help me again!

Denyo
by denyo256
Mon Feb 25, 2008 8:32 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: free positioning for list based menu?
Replies: 5
Views: 3321

Re: free positioning for list based menu?

Thanks, it was all about the correct position of the calls. Now I put the "buildListMenu()" within my div-container and it worked fine. Before I only had the call for the source files, it should have been clear for me that this won't do :D
by denyo256
Fri Feb 22, 2008 5:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: free positioning for list based menu?
Replies: 5
Views: 3321

free positioning for list based menu?

hi @all,

i actually looking for a menu like the milonic one to integrate into a new web project. i tried to get it working with the list based version because of the search engines, but i can't position it where i want it to have.

as the documentation says nothing about relative positioning, i ...