This is a discussion on "Displaying correctly in every browser except IE" within the Web Page Design section. This forum, and the thread "Displaying correctly in every browser except IE are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Displaying correctly in every browser except IE
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hi,
I use Mac OS X, and built my site in Dreamweaver. It looks fine in all browsers on a Mac, and even Firefox in Windows. However, for some reason the slices get all out of whack in IE in Windows. My site has been up for quite some time, and I just recently discovered this problem and I am pretty embarassed. This is a huge problem obviously, because the majority of users are using the one browser my site is displaying improperly in! Below is the link. Any help would be greatly appreciated! www.mvcarpenter.com/design Thank you. |
|
#2
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
Yeah, I've had this problem, and still do. Thats why I put a Get Firefox button on the site. Well, I would recommend using Dreamweaver's Check Browser script that's already built in. Should be under behaviors or something similar.
|
|
#3
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
IE has margins built in so you must set all tables so that they have a cellpad and cellspad to 0
That should eliminate your spacing. |
|
#4
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
IE treats white-space in your code as an actual space. So ... instead of having it like this
|
|
#5
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
That layout needs to be rebuilt with XHTML Strict and CSS. But other than that, cellpadding="0" etc etc should help. Depends on the issue at hand. I don't have time at the moment to fire up windows but I will check it when I get to work and see.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#6
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
Thanks for the replies. I realize I do need to rebuilt the site. This site is 2 years old and due for a redesign, but I need it to work for the time being.
All of my cellpadding and cellspacing is already set to 0. I will work with the code and put everything on one line as suggested by karinne. If that doesn't do anything, I'm still open to suggestions! Thanks guys! |
|
#7
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
Ahh I see it now, that is messed up lol. If you need some help I can build you a XHTML/CSS wireframe and then you can add your content.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#8
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
Let us know if it works.
|
|
#9
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
Quote:
karinne, I tried your suggestion, but to no avail. BTW, this board is awesome, thanks for helping me out, and so quickly at that. |
|
#10
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
I still see your code on different lines
|
|
#11
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
I corrected it on a test page: www.mvcarpenter.com/designtest.html
|
|
#12
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
Right ... sorry ... should have thought of that.
I couldn't help but noticing how EVERYTHING is an image! I mean ... the only thing I would use as an image is that big god-know-what-tube-thing at the top and you name/logo ... that's it. The rest should be text and color applied as background. |
|
#13
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
I actually put all the code into Dreamweaver on my computer and all the coding looks to be fine. I see the cellspacing and cellpadding are 0 and I see how you put it together.
In my opinion, the only thing that could be messing up all the buttons on the right column is the javascripting. Why don't you try disabling some of the javascripts on a couple of buttons and see if you get better alignment? |
|
#14
|
|||
|
|||
|
Re: Displaying correctly in every browser except IE
Quote:
BTW that tube thing is the lobe of an engine's crankshaft (what the piston hooks to). I drag race professionally, so that's where a lot of my aesthetic comes from. Thanks! |