Jump to content

IE in windows 7 beta


Derleek

Recommended Posts

I disagree - I don't believe IE7 complies with the box model. A while ago on my site, I had a relatively positioned "container" and an absolutely positioned div which displays at the top, in the middle on anything that isn't IE (not including 8).

 

Because the container is relative, the box model states that the absolute div should be contained within its parent. However, with IE6/7 this is not the case. It displays outside of the box off to the right of the screen. I don't think that's particularly compliant...

 

hmm... that's interesting. Do you have a link to a demo page of this bug? I never had a problem with absolute positioning.

Link to comment
Share on other sites

Xhtml isn't fully supported by IE7.

 

It doesn't support it at all. Of course it "supports" all the pseudo-XHTML a lot of people are using that's in reality HTML, but that doesn't count. Try it out yourself and determine if it even partially supports XHTML.

 

Although its unfortunate, php/javascript could be easily used to take the raw xhtml and convert it to nicely formatted/looking html. Raw xhtml doesn't look very pretty in a typical browser.

 

I think you're confusing stuff. XHTML will look like HTML if the browser supports it, and "raw XHTML" doesn't make sense. What's that supposed to mean?

Link to comment
Share on other sites

http://www.jackpf.co.uk/beta.php

 

The title of each page (ie "Index", "Forum", "Profile" etc...) at the top of each page, underneath the header bar. My conditional IE statements only appear in your source code if you actually use IE (UA sniffing, I know I shouldn't do it :P)

So yeah, if you remove my conditional IE statements in IE7, you'll see that it goes off to the right.

 

It's weird as well, because it doesn't do it to all of the titles (on different pages etc). Only most of them, and they're all the same class. So I just came to the conclusion that IE7 doesn't understand absolute positioning, or the box model.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.