Search found 3 matches

by nasoe
Sun Jun 13, 2004 8:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Border Problem
Replies: 2
Views: 2099

fixed with new class in extra css file... strange - somehow
by nasoe
Sun Jun 13, 2004 3:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Border Problem
Replies: 2
Views: 2099

P.S.:

I tried a new class and id without borders which works well at the rest ofe the homepage. But replacing all <td with <td class=newclass didn't help either...
by nasoe
Sun Jun 13, 2004 3:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Border Problem
Replies: 2
Views: 2099

Border Problem

Hi,

in my CSS I declared td{border-top:1px solid #000000;} which is absolutely necessary.
To prevent the menu from showing this border in every item I tried this:
rawcss="border:0px;";
and this:
rawcss="border-top:0px;";
in the menu_data.js.
It does not work.

Who can help?
Sorry for not posting ...