Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:21
Transparent menu miss the border
Poster: Kirzz
Dated: Wednesday October 16 2002 - 22:05:34 BST
Hi,
when I do a transparent background,
Code:
"", // Mouse Off Background Color
...
...
"8A867A", // Menu Border 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]
Poster: trytrix
Dated: Friday October 18 2002 - 19:25:43 BST
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:
3, // Menu Item Padding or spacing
the 10th item in the style definition section.
Cheers,