This is a discussion on "[SOLVED] MSIE doesn't show my design correctly (what a surprise)" within the Web Page Design section. This forum, and the thread "[SOLVED] MSIE doesn't show my design correctly (what a surprise) are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] MSIE doesn't show my design correctly (what a surprise)
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
[SOLVED] MSIE doesn't show my design correctly (what a surprise)
I'm designing a website in html/css. In Firefox it looks fine, but ofcourse.. MSIE has to mess it up.
Where does it go wrong? I can use an IE conditional, but I don't think setting a negative value for margin is allowed.. right? compare: http://www.mainevents.nl/preview Firefox shows the page like it's supposed to look.. in MSIE the logo disappears.. Help? |
|
|
|
|||
|
Re: MSIE doesn't show my design correctly (what a surprise)
First, validate your site. You have a gruesome extra ending </div> tag, which can be the cause of random mayhem in browsers.
Second, negative margins are perfectly legitimate. I use them all the time, and not only for IE wrangling. |
|
||||
|
Re: MSIE doesn't show my design correctly (what a surprise)
You might have to mess around with the padding in IE also, some divs look like they have too much.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: MSIE doesn't show my design correctly (what a surprise)
If you cannot get it working just using regular CSS, you might be interested in IE Conditional Comments. This is a good thread: http://www.webforumz.com/html-forum/...i-write-ie.htm.
|
|
|||
|
Re: MSIE doesn't show my design correctly (what a surprise)
and of course, you could google for "CSS Layout Technique"
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|||
|
Re: MSIE doesn't show my design correctly (what a surprise)
Quote:
I know how a conditional works, but like I said in my first post, I didn't know if the negative values are allowed.. I fixed the </div>-stuff.. It validates now.. So.. I'll try to fix the rest too.. I'll keep you poasted.. |
|
|||
|
Re: MSIE doesn't show my design correctly (what a surprise)
I fixed it!
I made a conditional for IE. The site seems to show op properly in IE en FF now. I used this:
Last edited by delusion; Oct 26th, 2007 at 20:18. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Show Search Terms? | Jack Franklin | PHP Forum | 12 | Jan 15th, 2008 07:09 |
| [SOLVED] IE6 is not rendering my columns correctly | Oak | Web Page Design | 26 | Jan 13th, 2008 22:12 |
| wierdness in IE (surprise, surprise) | mykl | Web Page Design | 8 | Nov 10th, 2007 21:30 |
| [SOLVED] Show&Hide Div Box | Maska | JavaScript Forum | 6 | Oct 1st, 2007 11:04 |
| Need Flash help (surprise surprise!) | njenkins | Flash & Multimedia Forum | 1 | Dec 1st, 2004 18:26 |