Click to See Complete Forum and Search --> : How can I get my site to work in IE?
Joshua N.
03-26-2005, 06:06 PM
My site is messed up in IE...
It's wierd and I want to fix it.
For example,
its not centered in IE,
the navbar is transparent <--- wtf??
here (http://fleet-of-particular-justice.x3fusion.com)
Ruick
03-26-2005, 07:41 PM
well what does the site work in? firefox? I don't have a solution to your problem, but most people still use IE - and that's what you should be testing your site in.
Hi -
I must disagree with the former post; you test/develop
in Firefox, then you FIX for IE! F-fox will not 'forgive' sloppy coding
practice the way that IE will - you'll need to do things correctly.
You might try adding:
text-align:center; to the main div's styles - although I didn't read enough of your code to see if it should have inherited that from a parent element...
take a look at any margins, padding, and widths you've set: these tend to get screwed-up. [Have you done a Google on 'browser bugs', lately?;-)]
Also, it may not be wise at all to do your navigation in javascript only -
as some won't have it enabled. Lastly, please tone down the blue color behind your main parag.'s - it's very difficult to read the white text because there isn't enough contrast.
Good luck,
El