Border Problem

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
nasoe
Beginner
Beginner
Posts: 3
Joined: Sun Jun 13, 2004 2:54 pm

Border Problem

Post by nasoe »

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 an URL, but I'm still on developing terms...

Thank you
nasoe
Beginner
Beginner
Posts: 3
Joined: Sun Jun 13, 2004 2:54 pm

Post by nasoe »

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...
nasoe
Beginner
Beginner
Posts: 3
Joined: Sun Jun 13, 2004 2:54 pm

Post by nasoe »

fixed with new class in extra css file... strange - somehow
Post Reply