Web Design Forums

Welcome! Please register or log in: Forgot your password? Why register?
You are here: Web Design Forums » Web Design Help » HTML and CSS Help » Not working in IE 8 RSS

Not working in IE 8

This thread was started by jj7054 and has been viewed 210 times, and contains 2 replies, with the last reply made by Dorky.
Post Reply
1
View jj7054's reputation
jj7054, WDF Noob Private message  
Posted January 26 '10 at 01:22 AM
      Posts: 1
Hi

My website (www.ttccomplaints.com) works perfectly in Firefox but does not display any module on IE8. I understand they have different way of interpretating the CSS but not display modules have to do with index.php?? no?

Advertisement Register for free to hide these ads and participate in discussions!

2
1 points at 100%
Posted January 26 '10 at 04:50 PM
      Posts: 40
That's an interesting problem you have there...
Check javascript. Try viewing source in IE8, if everything seems to be fine in source, well... That would be just too spooky.

3
34 points at 74%
Dorky, Freelance Home page   Private message  
Posted January 30 '10 at 12:25 AM
      Posts: 778
lol. not spooky. its the compatibility button. put this with your other meta tags and all will be well

<meta http-equiv='X-UA-Compatible' content='IE=8' />


if you still have probs you will need to make adjustments to your margins because ie adds margins that nobody else does.

or just add this to the top of your css but this will require you to ad margins per element, not recommended for cms.
* { margin: 0px; }

Post Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
PNG images not working groovyjames HTML and CSS Help 5 January 13 '06 01:22 AM
Javascript popup windows not working in Safari? LoopyLarry Javascript, AJAX, and JSON 2 October 22 '05 02:15 AM
Forms stopped working...help! stu10 HTML and CSS Help 2 April 12 '05 02:36 PM
DB stopped working!? joncom11 PHP 2 November 1 '03 03:12 PM