Jump to content

Issue...


Thomas

Recommended Posts

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.

170_de63b386750b05df1a6737e42875af94be68a431

Link to comment
Share on other sites

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]-->

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...