Hi, I want to increase test categories div height 100% with background image. This panel is on left side. Here is the URL: The Euro Grads (Get Better Results)
Using CSS for this can give you screwy and mixed results more than likely, what you want to do is use jQuery to grab the height of #leftpanel and give it to #rightmenu.
CSS-wise, height: 100%; on the #maincontainer, #innercontainer and #rightmenu strips with overflow: hidden; from #maincontainer removed will give you the closest result, but it's still not exact.
Bookmarks