Does R6 render CSS better than R5?

Does R6 render CSS better than R5?

We are using a cascading style sheet (CSS) to simulate a tab table for a Web application in R5. We have a field that looks up to a view that returns tables formatted in HTML in each tab. The problem is that sometimes the "a" link in the tables doesn't work. If we remove the style sheet, everything works fine. The main culprit seems to be the position: absolute style for each tab.

Does R6 render CSS better then R5? If we upgrade will I still have the problem?
I

    Requires Free Membership to View

    Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.

    By submitting your registration information to SearchDomino.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchDomino.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

think you will have the same problem if you upgrade because it sounds like the problem is in your application or in the browser, not in the Domino server, unless I've misunderstood you.

The Domino server doesn't "render" CSS. It just sends the CSS to the browser, unchanged. The browser does the rendering, and the browser decides when a link has been clicked. It sounds like your application is generating pass-thru HTML for these tables. (Does the view contain HTML pass-thru in its columns and does your field formula use @DbLookup or @DbColumn to retrieve the information?) That would be HTML-generated by your application, not by the Domino server.

You create a CSS and the server sends it to browser, verbatim. You create pass-thru HTML and the server sends that to the browser, again without changing it. That being the case, it's not clear what you expect the Domino server to do differently to make your application work. Can you please be more specific?

This was first published in April 2003