IE. Image appearing at the bottom of the page

5 Messages Forum Options Options
Embed this topic
Permalink
Toledoh
IE. Image appearing at the bottom of the page
Reply Threaded MoreMore options
Print post
Permalink
Hi All,

In IE, the image is appearing at the bottom of the page, below all the content and the tansparent background...  I've seen that others have had this problem fixed with the DOCTYPE, however I have that currently.

Can anyone help?

Cheers,
Tim
Wizzud
Re: IE. Image appearing at the bottom of the page
Reply Threaded MoreMore options
Print post
Permalink
Web-accessible page?
Toledoh
Re: IE. Image appearing at the bottom of the page
Reply Threaded MoreMore options
Print post
Permalink
Wizzud
Re: IE. Image appearing at the bottom of the page
Reply Threaded MoreMore options
Print post
Permalink
doctype should be the first line of the document

you've also got errors in search.cgi :
a. "unterminated string literal" javascript error on line 35
b. check out the correct syntax for body on[un]load='...' - should be the name of a function (eg 'load'), not a call of a function (eg 'load()')

mjijackson
Re: IE. Image appearing at the bottom of the page
Reply Threaded MoreMore options
Print post
Permalink
Also, the FAQ could save you some time in the future. See the last question.