<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi all,
<p>I have written an application using DynAPI (2.56) which I need to support
in both NS4 & IE5+ environments.
<p>As a part of this, I make extensive use of linked stylesheets to try
to get some consistency in the way it all looks.
<p>This works fine in NS4 & IE5 environments, but I just found out
that it does not work in IE6. I've put the SP1 patch on and it is still
failing...
<p>When using a non-linked (inline) StyleSheet, everything is OK. I really
don't want to use any inline code if possible due to architectural limits
on field sizes in Domino V4.
<p>Has anybody seen this sort of behaviour before? Are there any known
work arounds?
<p>The following code snippet works for CLASS=Data tags.
<p><font color="#000099"><HTML></font>
<br><font color="#000099"><!-- Lotus-Domino (Release 4.6.1d (Intl) -
27 May 1998 on Windows NT/Intel) --></font>
<br><font color="#000099"><HEAD></font>
<br><font color="#000099"><TITLE>New absence request</TITLE></font>
<br><font color="#000099"><link rel=stylesheet type="text/css" href="/NewTimeTrack.nsf/JS/TRStd.CSS/$FILE/TRStd.css"></font>
<br><font color="#000099"><style></font>
<br><font color="#000099">.Data {font-size: 9pt; background: Gray; white-space:
nowrap; color:pink}</font>
<br><font color="#000099"></style></font>
<p>If I move the .Data style into the linked stylesheet, it all fails.
<p>All the data on the page gets loaded up via JS into DynLayers using
setHTML.
<p>What am I missing?
<p>Many thanks for any assistance...
<p>David Scanlan
<br>European Network Analyst
<br>Cadence Design Systems Ltd</html>
|