I was having some problems with the compatibility of my site, dragotown.com in IE 6/7.
The main problems that I encountered had to do with the sidebar, footer, and navigation. Could someone see if they have any suggestions for fixing these problems in my CSS? The CSS code is here.
Someone suggested using the following expression to fix my footer: * html #footer { padding: 3em 5px; height: 1%; }
Do you think that this worked? I added the code to my CSS. Any comments, suggestions, etc. would be appreciated.
I figured out the problem, and the above IE hack was effective in containing the footer. I changed the site from fluid to fixed width, and this fixed the probelm.
Well, I'm having another similar problem. Basicaly, In IE6 on WinXP, half of the sidebar text is pushed over to the right so that it is hanging outside of the container. Could someone look at my CSS and see if they can find the problem? It might have something to do with the IE fixes I made.