This is a discussion on "Looks good in FireFox, horrible in IE" within the Web Page Design section. This forum, and the thread "Looks good in FireFox, horrible in IE are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Looks good in FireFox, horrible in IE
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hello all,
I have a question which probably has been asnwered here. I've been doing web-design for about 5 years. My recent project is a tourist site. I'm brand new to CSS and have been using FireFox to show the site to clients. But just recently I saw my site in a computer cafe while using Internet Explorer. For some reason everything is off centered, even the tables, background images, and my navigation menu is way off. But it looks all good in FireFox and also looks good in Opera. Any suggestions would be greatly appreciated. The link to the site with problems: http://culturaladventures.info/index.html my other projects if anyone cares to look at them: http://omenstyles.150m.com http://letterbyletter.150m.com http://djhelicon.com http://lyndasayyah.com |
|
|
|
#2
|
|||
|
|||
|
Re: Looks good in FireFox, horrible in IE
Welcome to the suck that is IE. Woot!
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Looks good in FireFox, horrible in IE
that i know, thanx
|
|
#4
|
|||
|
|||
|
Re: Looks good in FireFox, horrible in IE
In your CSS, try adding text-align: center in the body:
body {text-align: center} You can turn the text back to left aligned using text-align: left for your other styles like so: p, h1, h2, h3 {text-align: left} Might not be the problem, but its a start. |
|
#5
|
|||
|
|||
|
Re: Looks good in FireFox, horrible in IE
thanx, i'll try that and give some feedback.
|
|
#6
|
||||
|
||||
|
Re: Looks good in FireFox, horrible in IE
There's a lot of shifting going on in Safari as well. You'd be better of not using tables at all, however. For that application, using <ul>, unordered lists, would be best.
|
|
#7
|
|||
|
|||
|
Re: Looks good in FireFox, horrible in IE
In
Quote:
Does that table need to be more narrow? The entire design is 780px.... just wondering if 761 was accurate? |
![]() |
| Tags |
| css, problem, with |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Annoying Client Likes Horrible Design | rhodesy22 | Graphics and 3D | 9 | Jun 15th, 2008 22:32 |
| Site doesn't load correctly in Firefox. Looks good in IE | vinaip | Flash & Multimedia Forum | 2 | Jun 8th, 2006 06:05 |