1
I want to have a border on the right side of the left column. Without it the menus look broken. I am using and modifying the Default Theme with colors etc. Nothing major.
Here is the style in the style.css
td#leftcolumn {width: 130px; border-right: 1px solid #000000; font-size:12px;}
The border shows fine in FireFox. But in IE it does not show. Unless I put a center block or content in the Center Column, then it shows. Any ideas?
Quest