Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Display Breaks

Featured Replies

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 ... :)

  • 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! :mf_rudolph:

  • 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>

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..

  • 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?

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!

What widths are your columns? IE doesn't like it when things add up to 100%. Try and go for 99% instead.

  • Author

my columns add up to 100% but if I make them 99% won't there be a 1pixel jump somewhere?

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.