Question
CSS and Firefox
Hello,
I have read various threads on the forums regarding stylesheets, CSS and the infamous project_style_ns.css file. In fact I have obtained a workaround for my situation from them and am grateful to the forums.
I discovered some major discrepancies in our hanging indent styles when I first viewed the project Webhelp in Firefox. That's what got me started.
My surmise at this point is that the project_style.css file is the one that is updated when we make edits to the style properties, and is also the one used by IE6. The *_ns.css file is used for Netscape variants of browsers and is for some reason updated fresh each time during generate. It is at that point that instances of "margin-left" and "text-indent" get peculiar values written to them. I don't know why we need two versions, unless CSS is not CSS according to various browsers.
The workaround has been to manually edit the *_ns.css file and correct those things that are wrong (assuming you can pinpoint them all) and then save that as my own text file that does not get overwritten. Then, after Generate, I copy/paste the correct contents on top of the incorrect contents in the *_ns.css file.
I am not keen on this since style updates are rendered more complex. In my view this inconsistency between browser families is a bug. What is the likelihood that this bug will be corrected?
Thanks,
tcbdon
I have read various threads on the forums regarding stylesheets, CSS and the infamous project_style_ns.css file. In fact I have obtained a workaround for my situation from them and am grateful to the forums.
I discovered some major discrepancies in our hanging indent styles when I first viewed the project Webhelp in Firefox. That's what got me started.
My surmise at this point is that the project_style.css file is the one that is updated when we make edits to the style properties, and is also the one used by IE6. The *_ns.css file is used for Netscape variants of browsers and is for some reason updated fresh each time during generate. It is at that point that instances of "margin-left" and "text-indent" get peculiar values written to them. I don't know why we need two versions, unless CSS is not CSS according to various browsers.
The workaround has been to manually edit the *_ns.css file and correct those things that are wrong (assuming you can pinpoint them all) and then save that as my own text file that does not get overwritten. Then, after Generate, I copy/paste the correct contents on top of the incorrect contents in the *_ns.css file.
I am not keen on this since style updates are rendered more complex. In my view this inconsistency between browser families is a bug. What is the likelihood that this bug will be corrected?
Thanks,
tcbdon
