View Single Post
  #1 (permalink)  
Old 06-08-2007, 07:41 AM
frogkettle frogkettle is offline
WebProWorld New Member
 
Join Date: Sep 2006
Posts: 6
frogkettle RepRank 0
Default CSS Footer bar displaying fine in FF but not IE

I know this problem has been raised by may others in one guise or another but I am just not seeing what changes I need to be making to ensure that the footer of the page found at this Test Site displays in IE7 in roughly the same location as in Firefox 2.0.0.4 or even Opera 9.2.1

I have in the past used a Strict Doctype rather than a Transitional Doctype to overcome the layout issues between the three however for this project I need to make use of an iframe in a couple of pages which I understand that Strict would object to

The only other solution I can see at the moment is to use a snatch of Javascript to detect if IE is in use and if so employ an additional set of IE specific CSS entries to handle the footer positioning. This I would prefer to not do as I am trying to keep the site as Javascript free as possible

Any pointers, suggestions or other help would be welcomed - cheers
Reply With Quote