April 7, 200818 yr I am having trouble with this site displaying in IE. It displays how I want it in Firefox but takes a rather large dump when opened in IE. I'm not sure where to go next. If someone could take a look for me it would be much appreciated. http://rapidshare.de/files/39044512/wwwroot2.0.zip.html
April 7, 200818 yr What IE Publik?? IE6 or IE7?? for your information...usually...there is different result between IE6, IE7 and Firefox. but i'll try to help you the best i can...Download in Progress ...
April 7, 200818 yr Author I can only test it in IE5.3 because I am on my mac, but my mate has tested it in IE7 and he said it produces a fairly similar stinky dump. Thanks for your help!
April 7, 200818 yr Author I have uploaded the site below if you prefer to take a look online. http://www.publikdesign.com/testing/clearhouse/
April 7, 200818 yr Author OK a champ on another forum figured this out for me, I needed an invisible barrier below the header div and above the navbar to stop the divs being pushed up. Like this: <div style="clear: both; width: 100%; height: 0; line-height: 0; font-size: 0;"> </div>
April 7, 200818 yr Hey Publik I have checked your site on IE6, IE7 and Firefox. In Firefox its perfect but the Latest News Panel is down ( should have been on the side of middle panel) on IE6 and IE7. This is the link which I checked http://www.publikdesign.com/testing/clearhouse/
April 7, 200818 yr hoho...thats good for you...sorry i didn't do anything to help you..its just i have some task from my boss suddenly...so i cant figure it out...nice website btw... keep it up..
April 7, 200818 yr Author I just added the news section after I had the initial problem fixed. I cant test in IE6 or 7 on my mac because they stopped building it. The news section is dropping down below the middle and main content areas? Can I fix this using a clearing element underneath it?
April 7, 200818 yr I've had similar problems when I've built sites in firefox that use 3 or more columns. I don't know if there's a better solution, but try trimming a couple of px off the width of your columns, and they should slot into place in IE 6&7 - good luck!
April 7, 200818 yr What widths are your columns? IE doesn't like it when things add up to 100%. Try and go for 99% instead.
April 7, 200818 yr Author my columns add up to 100% but if I make them 99% won't there be a 1pixel jump somewhere?
April 7, 200818 yr I just added the news section after I had the initial problem fixed. I cant test in IE6 or 7 on my mac because they stopped building it. The news section is dropping down below the middle and main content areas? Can I fix this using a clearing element underneath it? I have checked your code and Fixed your Problem.. In your master.css you have style for #main as ... #main { background-color:#f8f9f9; width: 692px; clear:both; } I have changed it to.... #main { background-color:#f8f9f9; width: 692px; float:left; } Make this change and your problem will be fixed...
Create an account or sign in to comment