[css-d] Javascript controlled footer problem in IE6

2006-10-30 Thread Lyn Williams
I have a footer that has a JavaScript control to place it at the bottom of a browser. It works fine mostly but on one certain page it fails to work in IE6. It's defiantly a css or xhtml issue that I can't find please help. The page is: http://www.ewp-ltd.co.uk/catalog/index.php?categoryID=78 .

Re: [css-d] Javascript controlled footer problem in IE6

2006-10-30 Thread Dave Goodchild
From a cursory look at the markup looks like the container div isn't closed. -- http://www.web-buddha.co.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] Javascript controlled footer problem in IE6

2006-10-30 Thread Dave Goodchild
Also, you need to validate your html - 11 errors and some presentational markup in there which will make bug-hunting all the more painful. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

Re: [css-d] Javascript controlled footer problem in IE6

2006-10-30 Thread francky
Lyn Williams wrote: I have a footer that has a JavaScript control to place it at the bottom of a browser. It works fine mostly but on one certain page it fails to work in IE6. It's defiantly a css or xhtml issue that I can't find please help. The page is: