This is my layout http://tinyurl.com/67s4dz In IE the left side headings are centered I want to make it align on left. I tried putting text-align:left but that didn't work. How can I fix this? In IE6 the navigation bar is bigger than the original height I set to. How to fix this?
If the alignment isn't working then try altering the css styles of different tags. If the worst comes to the worst you could always edit the html.
The heading (h2) tags in the sidebar are wrapped inside <li> and</li> tags. If there isn't some reason you need an individual heading wrapped in a list tag, the easiest fix would be to remove them. Change from <li><h2>whatever sidebar heading</h2></li> to <h2>whatever sidebar heading </h2> and the left align will work