-
1. Re: RH-generated WebHelp doesn't display some CSS styles
sc-ought Feb 19, 2014 6:47 AM (in response to sc-ought)Really? More than a year and 200+ views later, but not a single suggestion for resolving this?
Thanks a lot Adobe and community.
-
2. Re: RH-generated WebHelp doesn't display some CSS styles
Captiv8r Feb 19, 2014 7:19 AM (in response to sc-ought)Not trying to come off as disingenuous, but if it was THAT pressing of an issue, why are you just now checking the post?
Cheers... Rick
-
3. Re: RH-generated WebHelp doesn't display some CSS styles
RoboColum(n) Feb 19, 2014 7:21 AM (in response to sc-ought)If the issue is only on the network drive, can you tell us whether the issue is only on specific browsers or browser versions?
-
4. Re: RH-generated WebHelp doesn't display some CSS styles
sc-ought Feb 19, 2014 7:25 AM (in response to Captiv8r)Touche. Sorry for being cranky.
We muddled through the problem last time. But I can't recall how we fixed it. And now it's cropping up again. I came to the forum today and was actually surprised to find that I had already posted the question.
-
5. Re: RH-generated WebHelp doesn't display some CSS styles
sc-ought Feb 19, 2014 7:30 AM (in response to RoboColum(n))Good question, although the results are a little disturbing.
Where I work, we use IE8-10 and Chrome. The IE rendering is where the missing DIV styles are a problem. But I've just found that when I try to open the WebHelp index.htm file in Chrome, the browser gets hung up trying to load the page (flashing between showing all white and showing the top banner's background color).
Since IE is our browser-of-policy though, I'd rather not deal with the can of Chrome-worms just now.
-
6. Re: RH-generated WebHelp doesn't display some CSS styles
RoboColum(n) Feb 19, 2014 7:58 AM (in response to sc-ought)There are issues with displaying Chrome WebHelp locally that were fixed in RH10. So you're wise to park that one.
As for IE, RH9 was released before IE10 (and possibly IE9) was released. The result is that it is not supported. Patches were released for RH10 and above for IE10/11 which doesn't help you :-(. Can you attach an image of what you are seeing and tell us if this is consistent in the different IE versions?
-
7. Re: RH-generated WebHelp doesn't display some CSS styles
sc-ought Feb 19, 2014 9:06 AM (in response to RoboColum(n))Our workstations here (I'm working on an Windows XP) are locked down rather tight, so all I can vouch for right now is IE8. I can check things out with other users on our team later, if need be.
How things look on my local drive:
How things look on the network drive. The text is there, but the DIV color isn't providing the needed contrast:
-
8. Re: RH-generated WebHelp doesn't display some CSS styles
sc-ought Feb 19, 2014 1:53 PM (in response to sc-ought)Solution:
My supervisor and I huddled on the problem and eventually found these discussions:
- http://stackoverflow.com/questions/4966952/ie-not-rendering-css-properly-when-the-site-is- located-at-networkdrive
- http://stackoverflow.com/questions/167657/will-targeting-ie8-with-conditional-comments-wor k#answer-168131
I opened the IE Tools > Developer Tools panel, and used the Browser Mode settings to check the variations (IE7, IE8, and IE8 Compatibility). IE8 displayed all DIVs correctly, while the other two apparently severed the CSS file from the HTM file.
I had to do a mass find/replace, pasting another meta tag below the RH generated compatibility check:
<meta http-equiv="X-UA-Compatible" content="IE=8" />And there was much rejoicing.
As an aside, the new meta tag did not work when I tried to apply it to the Master Page....which makes sense, I guess.





