-4

I am working on a site which is perfectly working in chrome and Firefox browsers. But the actual problem is , in internet explorer its showing unwanted extra space at footer. How to adjust the footer without having extra space in all browsers ?

Any help would be appreciated.

Syam Kumar
  • 561
  • 2
  • 5
  • 20

1 Answers1

0

I know the root of the problem. The problem is because clear: both property of your div having id="block-block-18" is not applied in Internet Explorer. Using 'clearfix' is the solution. Many posts on the method exist on stackoverflow. Please search the one that suits you.

aBhijit
  • 5,261
  • 10
  • 36
  • 56