|
Posted by Vince Morgan on 11/04/06 04:07
"dorayme" <doraymeRidThis@optusnet.com.au> wrote in message
news:doraymeRidThis-ADDA69.13022904112006@news-vip.optusnet.com.au...
> Show us the url with it in the head, and what platform, OS ,
> which particular version of browser?
>
> --
> dorayme
Hi Dorayme,
The IE vers is 6.0.2800.1106;
Mozilla ActiveX Control v1.7.12;
OS win2000.
The IDE is Dev-PHP 2.0.12.
I'm working in an IDE (local server) as I don't have a server on this
(win2000) machine.
However, below I have included code that replicates the problem when using
<link>.
The directory struct is,
Root
|-\Styles
|-\HTML
In the 'HTML' dir;
<snip>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.2)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.2)">
<link rel=StyleSheet href="../Styles/reqHeader.css" type="text/css">
<script type="text/javascript">
var theForm = null;
</script>
</head>
<body>
<div class="Head">This is a test.<div>
</body>
</html>
</snip>
In the 'Styles' dir;
<snip>
..Head
{
color:#306090;
font-family:Helvitica, Arial;
font-weight:Bold;
font-size:16px;
}
</snip>
Perhaps the Mozilla control doesn't work exactly the same as the stand-alone
browser? Thinking aloud textualy :)
Vince
[Back to original message]
|