Thomas Posted November 25, 2009 Report Posted November 25, 2009 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. Quote
Thomas Posted November 25, 2009 Author Report Posted November 25, 2009 Oh and just to let you know, thats PLS017's desktop, idont like Robbie Williams. Quote
Administrators Nabeel Posted November 25, 2009 Administrators Report Posted November 25, 2009 That's a skin issue Quote
Tom Posted November 26, 2009 Report Posted November 26, 2009 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]--> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.