I'm having a problem with my lists. They're contained within a floated leftnav and in every browser but ie 6 and 7 for the pc they're fine. In those two browsers it appears that the margin-left is doubled. The leftnav is floated to the left. Is this the IE Doubled Float-Margin Bug?
Thanks benjitastic. I ended up finding another solution. I hadn't even thought of that because I had declared text-align:left to the li's. You're probably right though, it most likely would have done the trick since only the li's were given that rule and not the entire #leftnav......:-)