| Author |
Message |
jamie
Joined: 03 Jul 2003 Posts: 9
|
Posted: Wed Jul 16, 2003 4:28 am Post subject: green behind image and oimage |
|
|
Hi
I have a menu item that is higher than the image to the left of it. Where the image doesn't cover is a bright green color
How do I get this to have a clear or blue background color behind the image?
Thanks |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Jul 16, 2003 9:09 pm Post subject: |
|
|
Check your color definition in the menuitems.js. Probably "imagebg" and "oimagebg" are wrong/missing:
| Code: | | var color = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"white","bgOVER":"#B6BDD2", "imagebg":"#DBD8D1", "oimagebg":"#B6BDD2"}; |
|
|
| Back to top |
|
 |
jamie
Joined: 03 Jul 2003 Posts: 9
|
Posted: Wed Jul 16, 2003 9:28 pm Post subject: |
|
|
Ahh ha
Thanks Alex |
|
| Back to top |
|
 |
|