| Re: left column background |
| by Bassman on 2004/8/16 2:41:00 Got it fixed....although i'm not sure it was your help or not :P I found there was another element over-riding my background. I got rid of it and it works :) |
| Re: left column background |
| by Bassman on 2004/8/15 9:27:34 cool, i'll try that. |
| Re: left column background |
| by ozboof on 2004/8/13 13:20:11 Hopefully this might help go into your theme.html find le="color: #000000"><?php <table cellspacing="0"><tr> <td width="whatever" background="whatever"> <!-- Start left blocks loop --> <{foreach item=block from=$xoops_lblocks}> <{include file="/theme_blockleft.html"}> <{/foreach}> <!-- End left blocks loop --> add a class instead of background color le="color: #000000"><?php <table cellspacing="0"><tr> <td width="whatever" class="b1"> <!-- Start left blocks loop --> <{foreach item=block from=$xoops_lblocks}> <{include file="/theme_blockleft.html"}> <{/foreach}> then add the class to the style.css file le="color: #000000"><?php .b1 { background-image:url('images/b1.jpg'); should work ![]() well it seems to in " phpkaox" theme on my test sever
|
| Re: left column background |
| by Bassman on 2004/8/13 12:17:03 no, my scroll has already got a transparent background. I mean where the main menu is - no background. I know how to fix the block title :) I just haven't done it yet. i just want to have the background behind my main menu block! |
| Re: left column background |
| by incama on 2004/8/13 12:03:27 well, I can see your problem now (your block title),. What you have to to is cut out the paper role and safe it as a transparant gif. Otherwise you will always get this effect. If you give me the picture, maybe I can help. (both background en title pics) greetz Incama |