I just want to know a simple CSS trick, please help me, if you could! Consider this theme: http://www.briangardner.com/demos/index.php?wptheme=Silhouette+3-Column Now, as you can see, in the 2nd column (middle one); the background color (grey) is limited, I want it to repeat till the end, i.e. till the bottom of page, so no white spacing below the 2nd column. I hope I cleared my self. Thanks
Faux columns do not work properly in IE7. The solution on the following link does: http://www.positioniseverything.net/articles/onetruelayout/equalheight Code (markup):
^Apparently it doesn't unless you're writing a page for Mac or Win only. Still, it seemed a cool idea at first. I started out with faux columns, until that column started getting longer than the holding container. I still had to use the stupid empty clearing div. There are ways around the clearing div, but they are all more code and headache than I think the page it worth. A clearing div is one line and works for everyone. Non semantic, but one line.
http://soulscratch.com/digitalpoint/faux.html Quick 5 min page, please edit it and show me how it breaks in IE7, manishk.
Soulscratch, don't worry: http://www.communitymx.com/blog/index.cfm?newsid=886 Not a big bug, but something to watch out for. Only happens when using ZOOM on IE7 and the column colour is on the body. As most people set it on a container, most people are cool. She's found a solution too for those who want it on the body too.