Explorer scrolling on and on

Permalink
Hi,

Ive just finished a concrete site for a client and it all looks great but there are a few explorer bugs that I thought someone may know something about.

One thing is that despite the site only needing to scroll vertically a little on some pages, in explorer the site keeps scrolling and scrolling to oblivion it seems.

The actual site all looks fine but it keeps scrolling.

Any Ideas?

NIge

nige
 
aeroclown replied on at Permalink Reply
aeroclown
A Link to the site would be helpful in this case :).

Maybe an unclosed tag, or some javascript acting funky.
nige replied on at Permalink Reply
nige
Hi,

The site is

http://bonaccord.co.nz

I did find a sneaky 100% height style that I deleted but I cant see if its made a difference because it doesnt do it on my (virtual) PC

Nige
glockops replied on at Permalink Reply
glockops
You close two divs after closing your </body></html> tags.

Also, you have Google Analytics included twice - either include in only in Concrete5 Dashboard or including it in each of your templates files.
aeroclown replied on at Permalink Reply
aeroclown
Yup, that would be my guess to glockops.
nige replied on at Permalink Reply
nige
I dont actually have a body tag though.

I have noticed that with some C5 themes there is no head and body tags just straight into the php.

I added the head tag myself to make sure I put some javascript and a couple of ie hacks in the right place..

I cant see the body tag though...

How can you tell?


Nige
nige replied on at Permalink Reply
nige
I just ran the page through Dreamweaver clean up xhtml and it did just what you said

It put an opening and closing body and html tag into the code where there wasnt one before.

This makes me ask why the C5 themes dont have body and html tags. I am coming from a design background so bear with me if its a novice developer question.

BTW thanks a lot for your help I really appreciate it.

Nige