Click to See Complete Forum and Search --> : [RESOLVED] Text appears at bottom of page in IE


rodd1000
02-12-2010, 05:50 AM
Hi guys, i've been asked to look at this site (http://www.restaurantschesterfield.co.uk/) where the bottom chunk of text titled "Just Restaurants Chesterfield" seems to appear at the bottom of the page in IE8, otherwise it is fine in Firefox etc.

The top Paragraph is on a rotating php script, to alternate the restaurants on refresh which appears ok in all browsers ive tested.

After scratching my head for a while im feeling confused why this only happens in IE?

Any advice would be much appreciated!

Fang
02-12-2010, 06:13 AM
Try h1 {display:inline;}

rodd1000
02-12-2010, 06:33 AM
hi, thanks for the reply.

Adding the h1 display in line doesnt appear to do anything. The text still sits at the bottom of the page :confused:

Very confusing, i've tried putting it in another <div> and floating right, but that didnt work either.

rodd1000
02-12-2010, 06:42 AM
All sorted, i placed the text in the same div as the include and now it seems ok:)

Thanks!