Forum Moderators: not2easy

Message Too Old, No Replies

Chrome not displaying absolute div in correct position

Chrome not displaying properly, but IE and firefox are fine

         

bearduk

3:19 pm on Feb 18, 2010 (gmt 0)

10+ Year Member



I wonder if any one can figure why the two green divs on the bottom of the homepage of "<snip>" display fine in IE and Firefox but not Chrome. The green panels are centre bottom of the page and have the titles UCU21C and Keele Videos.

I've tried removing the main body two column divs, I've tried turning off the main banner javascript image fader (we use this to rotate images), but Chrome consistently sends the two bottom green divs off to the very bottom of the page.

Any ideas?

Thanks

[edited by: limbo at 4:12 pm (utc) on Feb 18, 2010]
[edit reason] No URL's please, see TOS [webmasterworld.com] [/edit]

Fotiman

3:55 pm on Feb 18, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You've got an absolutely positioned image followed by an absolutely positioned span, but you've not defined top for either of them. Try adding top:0; to those elements.