goonz39 Reply #1, 1 year, 1 month ago
Just launched a new site, http://maximumhandyman.com. Makes use of TVs, eForm and friendly URLs. The best part about working in MODX is the simplicity of templating from a front-end developers point of view!

Do you know how I can set it up with a backup bg color, that won't show up once the background image is downloaded? If I put the color in the css background property, won't it show up behind the transparent png, and then block out the wood background behind it?I would put the backup background color in the ul, not the li. i.e. around line 223 I would put something like this:
.centeredmenu ul ul {
background: brown url("../template/woodtexture.jpg") repeat;
}