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 |
|
|||
|
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. |
|
|
|
|||
|
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.
|
|
|||
|
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. |
|
||||
|
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
|
|
||||
|
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)
|
|
|||
|
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! |
|
||||
|
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)
|
|
||||
|
Re: Displaying correctly in every browser except IE
Let us know if it works.
|
|
|||
|
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. |
|
||||
|
Re: Displaying correctly in every browser except IE
I still see your code on different lines
|
|
|||
|
Re: Displaying correctly in every browser except IE
I corrected it on a test page: www.mvcarpenter.com/designtest.html
|
|
|||
|
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? |
|
|||
|
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! |
|
||||
|
Re: Displaying correctly in every browser except IE
Look at the link in my sig (Resources for learning .... ) It will get you started with the HTML/CSS layouts.
|
|
|||
|
Re: Displaying correctly in every browser except IE
Yeah the problem is that your trying t make a layout that is table/image based. If you create something like that in photoshop and splice it in image ready, when you add your content your page starts to get distorted as your info grows. what you can do is add alittel css code in in between your <td> like this...
This was one of the first sites i ever created and before i knoew this code i got the same problems. Try it and see if it works. |
![]() |
| Tags |
| display, slices |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Database info not displaying correctly | WebNinja | PHP Forum | 1 | May 24th, 2008 20:39 |
| IE not setting opacity correctly | djeyewater | JavaScript Forum | 4 | Feb 8th, 2008 09:57 |
| Images not displaying correctly | leighhobson89 | Web Page Design | 2 | Nov 29th, 2007 16:33 |
| How to correctly display in IE | neil | Web Page Design | 6 | Mar 8th, 2006 22:12 |