From: Scott A. L. <sco...@sc...> - 2002-10-18 17:15:22
|
Interesting that this works in IE5 but not IE6. You might want to try experimenting with different types of DOCTYPE declarations in the page. I can't remember the details, but IE6 formats the page differently based on the DOCTYPE, including the way it handles CSS. -- Scott --------- Original Message -------- From: David Scanlan <dsc...@ca...> To: dyn...@li... <dyn...@li...> Subject: [Dynapi-Chat] IE6 linked stylesheet problem Date: 10/18/02 09:23 > > > > Hi all, > I have written an application using DynAPI (2.56) which I need to support > in both NS4 & IE5+ environments. > As a part of this, I make extensive use of linked stylesheets to try > to get some consistency in the way it all looks. > 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... > 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. > Has anybody seen this sort of behaviour before? Are there any known > work arounds? > The following code snippet works for CLASS=Data tags. > <HTML> > <!-- Lotus-Domino (Release 4.6.1d (Intl) - > 27 May 1998 on Windows NT/Intel) --> > <HEAD> > <TITLE>New absence request</TITLE> > <link rel=stylesheet type="text/css" href="/NewTimeTrack.nsf/JS/TRStd.CSS/$FILE/TRStd.css"> > <style> > .Data {font-size: 9pt; background: Gray; white-space: > nowrap; color:pink} > </style> > If I move the .Data style into the linked stylesheet, it all fails. > All the data on the page gets loaded up via JS into DynLayers using > setHTML. > What am I missing? > Many thanks for any assistance... > David Scanlan > European Network Analyst > Cadence Design Systems Ltd > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-chat > > > > > > |