Issue...

For some random reason, ALL of the schedules pages on the website are out of line, however, this is the weird thing, ITs ONLY out of line in Internet Explorer, i myself use Firefox and its perfect but other members (the IE users…) see it as out of line.

http://members.pulseair.co.uk/index.php/schedules/details/101

Regards,

Thomas.

PS- Checked </div>'s and all are correct.

170de63b386750b05df1a6737e42875af94be68a431

Oh and just to let you know, thats PLS017’s desktop, idont like Robbie Williams. 

That’s a skin issue

Get IE and modify the stylesheet (saving it as another file, e.g. ie-only.css) so that it looks right on IE, then add this to your header:

<!–[if IE]>

<link rel=“stylesheet” type=“text/css” href="http://www.website.com/path/ie-only.css" />

<![endif]–>

<!–[if !IE]>

<link rel=“stylesheet” type=“text/css” href="http://www.website.com/path/normal-style.css" />

<![endif]–>