Re: [css-d] strange IEX behaviour

2010-12-18 Thread JWN

Thijs Hakkenberg wrote:


Dear list,

My website looks fine except in IEX where behaves strange:
http://kunstomhetlijf.nl/res2/

Anyone know why? A CSS issue?


I don't know if this is a CSS issue or not.  As others have pointed out, you 
need to validate and correct many of the markup errors found on the page you 
referenced...


I do know that your page is switching to quirks mode in the IE browsers.

You are using an incomplete doctype

If it was / is your intent to have the IE's in Quirks mode then leave it as 
is if it wasn't your intent, then change to a complete doctype which 
includes a system identifier.


http://www.w3.org/TR/html4/loose.dtd";>

For more information see: 
http://gutfeldt.ch/matthias/articles/doctypeswitch.html

and http://www.quirksmode.org/css/quirksmode.html


HTH

Jim Nannery
www.oldcurmudgeon.net


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] strange IEX behaviour

2010-12-18 Thread David Laakso

On 12/18/10 10:33 AM, Thijs Hakkenberg wrote:

I've fixed with css validation :)




http://kunstomhetlijf.nl/res2/





Validating the markup might be a nice touch...:-) .

Best,
~d

http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] strange IEX behaviour

2010-12-18 Thread Thijs Hakkenberg

I've fixed with css validation :)

Thanks!

On 18-12-2010 2:36, Claude Needham wrote:

On Fri, Dec 17, 2010 at 4:54 PM, Thijs Hakkenberg  wrote:

Dear list,

My website looks fine except in IEX where behaves strange:
http://kunstomhetlijf.nl/res2/

Anyone know why? A CSS issue?

Yes, it does behave weird in IE8.

I would start by validating your html code http://validator.w3.org/
(20 errors at the moment)
Also validate your css code http://jigsaw.w3.org/css-validator/ (26
errors at the moment)

There is a good chance that you problems will either clear up or
become obvious after you validate the page.

Regards,
Claude Needham
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] strange IEX behaviour

2010-12-18 Thread Chetan Crasta
> My website looks fine except in IEX where behaves strange:
> http://kunstomhetlijf.nl/res2/

The whole page is a mess. The CSS has got numerous errors and you have
used tables for layout. I have rebuilt the page with valid and
semantic code:
http://roughtech.com/t/fusionticket.html
http://roughtech.com/t/fusionticket_files/style.css

~Chetan
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] strange IEX behaviour

2010-12-17 Thread David Laakso

On 12/17/10 7:54 PM, Thijs Hakkenberg wrote:

Dear list,

My website looks fine except in IEX where behaves strange:


Does it?


http://kunstomhetlijf.nl/res2/

Anyone know why? A CSS issue?




Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" Info: 
Document content looks like HTML Proprietary


Best,
~d

--
:: desktop and mobile ::
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] strange IEX behaviour

2010-12-17 Thread Claude Needham
On Fri, Dec 17, 2010 at 4:54 PM, Thijs Hakkenberg  wrote:
> Dear list,
>
> My website looks fine except in IEX where behaves strange:
> http://kunstomhetlijf.nl/res2/
>
> Anyone know why? A CSS issue?

Yes, it does behave weird in IE8.

I would start by validating your html code http://validator.w3.org/
(20 errors at the moment)
Also validate your css code http://jigsaw.w3.org/css-validator/ (26
errors at the moment)

There is a good chance that you problems will either clear up or
become obvious after you validate the page.

Regards,
Claude Needham
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/