Thread Starter
softie
(@softie)
Thanks alot, finally got it to work.
Thread Starter
softie
(@softie)
Please don’t post huge chunks of code here. For larger blocks of code, use the WordPress pastebin. It makes life easier for everyone.
What you are trying to do is extremely difficult and is unlikely to work cross-browser. The easiest (and safest) approach is to “fake it” using a body background that contains a coloured section of the correct width for your sidebar.
Sorry, didnt know about pastebin.. But the “fake it” option won’t work, since I’m using a transparant header and footer. Those get the background too if I put it as body background.
This is a common css layout issue not specific to WordPress and your best bet is to Google it. There are various solutions out there.
I did some googling, tried alot of methods. But couldn’t get any to work (my css skills aren’t that good).. Any help maybe? I saw the most common method was the faux columns method, but I just couldn’t get it to work..