Re: [css-d] Looks acts like IE8-maxwidth-floats-image issue but don't see how it can be...

2012-09-08 Thread Venditelli, Daniel - Web Development Administrator
Bingo. Right there plain as day. Thanks Philippe - I'll be able to sleep 
tonight. 

-Original Message-
From: Philippe Wittenbergh [mailto:e...@l-c-n.com] 
Sent: Friday, September 07, 2012 7:16 PM
To: CSS-D
Cc: Venditelli, Daniel - Web Development Administrator
Subject: Re: [css-d] Looks  acts like IE8-maxwidth-floats-image issue but 
don't see how it can be...


Le 8 sept. 2012 à 03:32, Venditelli, Daniel - Web Development Administrator 
daniel.vendite...@yumaaz.gov a écrit :

 What I cannot understand is WHY the page viewed on the public server 
 needs the fix while the page viewed on the internal server works WITH 
 OR WITHOUT it.

According to the collective wisdom glanced from a quick $search-engine, IE 8 
(and up ?) is always in compat mode for pages loaded from an intranet server.
e.g. 
http://blogs.msdn.com/b/ie/archive/2008/08/27/introducing-compatibility-view.aspx

What does the developer toolbar tells you ?

Philippe
--
Philippe Wittenbergh
http://l-c-n.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/


[css-d] Looks acts like IE8-maxwidth-floats-image issue but don't see how it can be...

2012-09-07 Thread Venditelli, Daniel - Web Development Administrator
If your response is going to be that I need to validate the html/CSS
before you can consider my question, then please STOP NOW and do NOT
reply; no hard feelings - I understand. 
 
While I am aware that the html and CSS will not validate (around 70
errors); I'm in a corner here. Our CMS does not produce valid code and a
large portion of the code on the page in question is generated within
the system's black box. While I agree with you in theory and I would
certainly prefer otherwise, it cannot be changed at this time.
 
- - - 
 
If you're still reading, perhaps you will find this as peculiar as I do.
While I have a solution, it still doesn't give me a why (and it doesn't
make sense) and that bothers me quite a bit.
 
I have an issue with the following page; At the bottom is an upcoming
events section that should display thumbnails to the right of the event
descriptions. Layout is a mix of stubernella and FnE approaches (among
other things).
 - http://yumaaz.gov/news_24293.htm
 
Images DO show in Safari, the iOS browser, Firefox, Chrome and IE 7. 
 
They do NOT show in Internet Explorer 8 when viewed on the PUBLIC facing
2003 Windows Server R2 Standard server (the link above) but DO show when
I view the same code, CSS files and graphics on our INTERNAL test
server. (also 2003 R2 Standard)
 
I am aware of the max-width issue with IE 8
(http://www.456bereastreet.com/archive/201202/using_max-width_on_images_
can_make_them_disappear_in_ie8/)
 
In fact max-width:auto does appear to correct the problem for the
public facing page. So does IE 8's compatibility mode.
 
What I cannot understand is WHY the page viewed on the public server
needs the fix while the page viewed on the internal server works WITH OR
WITHOUT it.
 
I've checked security settings on IE 8, reset them entirely and even set
them as low as possible.
I've looked at all of the individual files in question - they are on
both servers (same versions).
It's not just my machine and version of IE8 - I've had independent
confirmation of graphics not displaying from several others.
 
Has anyone seen something like this? Why does the CSS work when viewed
on one web server but not the other. It's the same client machine, same
login and permissions, same browser, same HTML, same CSS, same files,
same graphics and even the same server version - just physically
different locations and of course a firewall between me and the public
server.
 
Is it even possible for a firewall or server setting to change/corrupt
but not entirely block how CSS is interpreted on a client machine?
 
If you see something I'm missing, please share.
 
Thank you,
Daniel
 
 
__
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] Looks acts like IE8-maxwidth-floats-image issue but don't see how it can be...

2012-09-07 Thread Philippe Wittenbergh

Le 8 sept. 2012 à 03:32, Venditelli, Daniel - Web Development Administrator 
daniel.vendite...@yumaaz.gov a écrit :

 What I cannot understand is WHY the page viewed on the public server
 needs the fix while the page viewed on the internal server works WITH OR
 WITHOUT it.

According to the collective wisdom glanced from a quick $search-engine, IE 8 
(and up ?) is always in compat mode for pages loaded from an intranet server.
e.g. 
http://blogs.msdn.com/b/ie/archive/2008/08/27/introducing-compatibility-view.aspx

What does the developer toolbar tells you ?

Philippe
--
Philippe Wittenbergh
http://l-c-n.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/