| Author |
Message |
jamie
Joined: 03 Jul 2003 Posts: 9
|
Posted: Thu Aug 14, 2003 11:37 pm Post subject: Transparent background |
|
|
Hi
I need to have a transparent background but have a black border.
I realsie i can have "color":0, but how do i get the colour for the border?
Thanks |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Mon Aug 25, 2003 2:15 am Post subject: |
|
|
| This cannot be done with standard menu features - this is impossible because menu tries to be as compatble as possible, and borders are not actually borders but rather layers... But if you don't want to mess with things like NN4.x then you can assign "border: 1px solid black" attribute to menu items - default classes are clsCMOn and clsCMOver (look into any sample in your package). |
|
| Back to top |
|
 |
|