Adrienne Latimer wrote:
I have a #printheader that I have told to not display in the browser
{display: none;}
http://www.florida-agriculture.com/fifnc/css/print.css
http://www.florida-agriculture.com/fifnc/css/main.css
print.css should always be the last style sheet in the list. Otherwise
anything after it that calls #printheader will override print.css.
(hence cascading!)
From viewing the source on <http://www.florida-agriculture.com/>
I see that your header is made up as follows:
<head>
<title>Marketing Florida Agriculture</title>
<link rel="Shortcut Icon" type="image/ico" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/css/print.css"
media="print" />
<style type="text/css" media="screen">@import
url(/css/main.css);</style>
<link rel="alternate stylesheet" type="text/css"
href="/css/main2.css" title="main2" />
<link rel="alternate stylesheet" type="text/css" href="/css/main.css"
title="main" />
<script type="text/javascript" src="/jscripts/styleswitcher.js"></script>
<style type="text/css" media="screen">@import
url(/css/forms.css);</style>
<style type="text/css">
<!--
@media tty {
i{content:"\";/*" "*/}} @import 'css/ie5pconly.css'; /*";}
}/* */
-->
</style>
<style type="text/css">
<!--
#content h1 {margin-bottom: 3px;}
-->
</style>
move the <link rel="stylesheet" type="text/css" href="/css/print.css"
media="print" /> to be the very last style referenced.
;o)
hth
Kristina
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/