2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: [EXTERNAL] Re: Mailing lists of old SourceForge "V4" project |
From: | "Kasemir, Kay via Core-talk" <core-talk at aps.anl.gov> |
To: | Ralph Lange via Core-talk <core-talk at aps.anl.gov> |
Date: | Mon, 9 Mar 2020 19:02:54 +0000 |
> If someone knows how to add a header line to all pages using CSS, I am happy to add that.
<header id="header"> ....
with this in the style sheet:
background: #007070;
color: rgba(255, 255, 255, 0.75);
cursor: default;
height: 3em;
left: 0;
line-height: 3em;
position: fixed;
text-align: right;
top: 0;
width: 100%;
z-index: 10001;
}Key here is position: fixed, top & left to place it, z-index to keep it on top.
-Kay
|