views:

341

answers:

2

I have a simple problem but have not figured out what might be solution just yet. I used css reset to fix the issue with internet explorer but no dice. I also do not want to use relative - absolute positioning. If you go to s-e-c-u-r-i-t-y-c-a-m-e-r-a-s-f-l-o-r-i-d-a-.-n-e-t via firefox, chrome, or safari it looks the way i wanted which content and sidebar is next to each other. They are both positioned with float but if you click on one of the cities you can see in ie that sidebar is pushed at the bottom of the page.

+1  A: 

Maybe this can help you: About Conditional Comments

igustin
Just tried it also. Please see http://www.securitycamerasflorida.net/cctv-miami.php ie css has a float right property for some reason it is not taking affect
got it now just had to put the conditional after the original statement thanks
A: 

Try putting a right margin on your <div id="content"> and remove the left margin from your <div id="sidebar">

You can a wacky double margin in IE6 when you put a margin in the same direction you're floating.

idrumgood
Yeah i just did it. No dice