Hi all,
I have been searching the web looking for a solution and can not find the answer I need. I have an XHTML web page coded with an XHTML strict doctype that references a style sheet on a secure server. IE6 renders this page as expected but Firefox 2.0.0.3 seems to ignore the stylesheet. Firefox doesn't ignore the stylesheet if the doctype is removed.
I need the doctype in place because some styles don't render correctly without it there.
The code starts off as:
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' '
<html xmlns=" xml:lang="en-us" lang="en-us">
<head>
<title>Title Here</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<style type="text/css">@import " </style>
I would appreciate any insight or solution to this, thanks.
I have been searching the web looking for a solution and can not find the answer I need. I have an XHTML web page coded with an XHTML strict doctype that references a style sheet on a secure server. IE6 renders this page as expected but Firefox 2.0.0.3 seems to ignore the stylesheet. Firefox doesn't ignore the stylesheet if the doctype is removed.
I need the doctype in place because some styles don't render correctly without it there.
The code starts off as:
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' '
<html xmlns=" xml:lang="en-us" lang="en-us">
<head>
<title>Title Here</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<style type="text/css">@import " </style>
I would appreciate any insight or solution to this, thanks.