Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
5 - 2 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

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

Who's Online

625 user(s) are online (578 user(s) are browsing Support Forums)


Members: 0


Guests: 625


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits