Transparent menu miss the border

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
User avatar
Kirzz
Beginner
Beginner
Posts: 8
Joined: Sat Aug 24, 2002 2:24 pm

Transparent menu miss the border

Post by Kirzz »

Hi,
when I do a transparent background,

Code: Select all

"",  // Mouse Off Background Color
 ...
 ...
"8A867A",  // Menu Border Color
the border in Netscape 4.76 browser is missing-
and the entrys has no padding between each other. They stick directly on each other!

Is there a way to define/see a border with transparent background?
How can I define a padding between the entrys for NS 4.76?

Thanks for any help![/quote]
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi,

Tested it with Netscape 4.79 . Could define a border neither.
Played around with "3D border" & "3D High/Low color" but no way ...

Padding between items is set via :

Code: Select all

3,                            // Menu Item Padding or spacing
the 10th item in the style definition section.

Cheers,
You're Never Fully Dressed Without A :D Smile !

"From Image Flanders, one of Europe's most dynamic regions" - Visit : http://www.toerismevlaanderen.be
Post Reply