|
Okay,
So you're using SES?
- What's the value of #request.basehref# and of
#request.stylesroot#?
- And what's the URL of this page?
- What version of Netscape?
I think I have heard of an old bug in Netscape that ignore
BASE HREF for Javascript and CSS files, or something like that. If that's
the case, then you might have to workaround by actually CFINCLUDE-ing the
stylesheet. Works fine, but you lose tha advantage that cacheing the
stylesheet would give.
Whatcha reckon?
LeeBB
----- Original Message -----
Well...that's the rub...there is no generated output I can view.
Netscape just spins its wheels. Figuring that since nothing has been
output, it could very well be what's happening in the <head> tag of my
main layout file. Hope this leads you to the right conclusion...I
don't have much hair left.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
<html> <head> <title>Health Level
Seven</title> <BASE
HREF="<cfoutput>#request.basehref#</cfoutput>"/> <link
rel="STYLESHEET" type="text/css"
href="<cfoutput>#request.stylesroot#</cfoutput>/main.css"> <link
rel="STYLESHEET" type="text/css"
href="<cfoutput>#request.stylesroot#</cfoutput>/toc.css"> <link
rel="STYLESHEET" type="text/css"
href="<cfoutput>#request.stylesroot#</cfoutput>/forms.css"> <script
language="JavaScript" type="text/javascript"
src="javascript:void(0);"></script> <cfif
not request.suppress.billboard> <cfinclude
template="#request.scriptroot#/dsp_billboard.cfm"> </cfif> <cfinclude
template="#request.scriptroot#/security.cfm"> </head>
Hi Mike,
Can we see the HTML source of the page that changes to
http://www.styles.com/main.css ? I have a sneaking
suspicion...
----- Original Message -----
I have been dreading asking this question because it
sounds so ridiculous. For some reason, when I go to a site on our work
development box..call it mike.work.net, in Netscape ONLY (IE is just
perfectly happy), the url changes to www.styles.com/main.css.
Besides
being totally bizarre, styles is a sub-directory that
contains main.css.
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================
|