Re: [css-d] Site check please IE9/10

2013-09-11 Thread Albert van der Veen
Thanks for the feedback, had it fixed. Turned out to be a problem with 
closing a button tag. I closed it like this:


button type=submit title=Search class=searchbutton /

which completely(!) messed up the page.

Now it's closed this way button type=submit title=Search 
class=searchbutton /button and everything's fine :)


I'm aware of the validation errors, there's a div that's not closed. But 
that's an error in the Magento code rendering the banner block on the 
right - have to track that down.


Best,
Albert

Op 03-09-13 14:20, Albert van der Veen schreef:

Hi all,

I'm working on a new site and just found out it looks (and works, as 
you can't even click any link) awful in IE8/9 and good in IE10. Can 
anyone see whether IE8/9 are choking on something that IE10 has no 
problems with? I can't imagine css differences between IE9 and 10 
being so huge it looks this awful.


http://ideabooks.albertvanderveen.com/

Thank you for your time!

best regards,
Albert
__
css-discuss [css-d@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 [css-d@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] Site check please IE9/10

2013-09-11 Thread Alan Gresley

On 11/09/2013 7:01 PM, Albert van der Veen wrote:

Thanks for the feedback, had it fixed. Turned out to be a problem with
closing a button tag. I closed it like this:

button type=submit title=Search class=searchbutton /

which completely(!) messed up the page.

Now it's closed this way button type=submit title=Search
class=searchbutton /button and everything's fine :)

I'm aware of the validation errors, there's a div that's not closed. But
that's an error in the Magento code rendering the banner block on the
right - have to track that down.

Best,
Albert



Why are you asking for and IE9 and IE10 site check when the default mode 
is IE9 standards mode?


Since the page Doctype is XHTML 1.0 Strict (being serve as text/html), 
you can only use the ' /' closing on empty element [1]. button is not 
one of them.



1. http://justinsomnia.org/2005/12/there-are-only-10-legal-xhtml-empty-tags/


Alan


--
Alan Gresley
http://css-3d.org/
http://css-class.com/
__
css-discuss [css-d@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] Site check please IE9/10

2013-09-04 Thread Eric
David,

I really don't see how the three HTML errors would case his problem. And, you
might want to check the CSS before running a validation. He's using CSS3 that
validation does not appear to have been run under CSS3 but rather CSS2.1 making
the error irrelevant. And, even if they were the only time I've run into
problems like he describes they had to do with overlapping elements and the use
of z-index, which validation won't find.


 On September 3, 2013 at 8:59 AM David Postill david.post...@gmail.com wrote:


 On Tue, 03 Sep 2013 14:20:01 +0200, Albert van der Veen wrote:

 | Hi all,
 |
 | I'm working on a new site and just found out it looks (and works, as you
 | can't even click any link) awful in IE8/9 and good in IE10. Can anyone
 | see whether IE8/9 are choking on something that IE10 has no problems
 | with? I can't imagine css differences between IE9 and 10 being so huge
 | it looks this awful.
 |
 | http://ideabooks.albertvanderveen.com/

 Validation?

 http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Fideabooks.albertvanderveen.com%2F
 3 errors

 http://jigsaw.w3.org/css-validator/validator?profile=css21warning=0uri=http%3A%2F%2Fideabooks.albertvanderveen.com%2F
 42 errors
 --
 David Postill
 Dance your Life - Biodanza in Alkmaar, Holland - http://www.danceyourlife.eu
 __
 css-discuss [css-d@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 [css-d@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] Site check please IE9/10

2013-09-04 Thread Eric
Albert,

I'm not seeing your problem. Have your fixed it?

 On September 3, 2013 at 8:20 AM Albert van der Veen albert.lijs...@xs4all.nl
 wrote:


 Hi all,

 I'm working on a new site and just found out it looks (and works, as you
 can't even click any link) awful in IE8/9 and good in IE10. Can anyone
 see whether IE8/9 are choking on something that IE10 has no problems
 with? I can't imagine css differences between IE9 and 10 being so huge
 it looks this awful.

 http://ideabooks.albertvanderveen.com/

 Thank you for your time!

 best regards,
 Albert
 __
 css-discuss [css-d@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 [css-d@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-d] Site check please IE9/10

2013-09-03 Thread Albert van der Veen

Hi all,

I'm working on a new site and just found out it looks (and works, as you 
can't even click any link) awful in IE8/9 and good in IE10. Can anyone 
see whether IE8/9 are choking on something that IE10 has no problems 
with? I can't imagine css differences between IE9 and 10 being so huge 
it looks this awful.


http://ideabooks.albertvanderveen.com/

Thank you for your time!

best regards,
Albert
__
css-discuss [css-d@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] Site check please IE9/10

2013-09-03 Thread David Postill
On Tue, 03 Sep 2013 14:20:01 +0200, Albert van der Veen wrote:

| Hi all,
| 
| I'm working on a new site and just found out it looks (and works, as you 
| can't even click any link) awful in IE8/9 and good in IE10. Can anyone 
| see whether IE8/9 are choking on something that IE10 has no problems 
| with? I can't imagine css differences between IE9 and 10 being so huge 
| it looks this awful.
| 
|  http://ideabooks.albertvanderveen.com/

Validation?

http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Fideabooks.albertvanderveen.com%2F
3 errors

http://jigsaw.w3.org/css-validator/validator?profile=css21warning=0uri=http%3A%2F%2Fideabooks.albertvanderveen.com%2F
42 errors
-- 
David Postill
Dance your Life - Biodanza in Alkmaar, Holland - http://www.danceyourlife.eu
__
css-discuss [css-d@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/