You'd replace div.fixedtop with div#menu to make it site-wide.
div.fixedtop {
top:0;
width:100%;
position:fixed;
}
div#primary, div#secondary {
padding: 35pt 0 0 0;
}
Sounds cool. Would probably want to try it out with some individual wagns first. nothing that can't be wagneered. For #3 you can always add more specific css classes. #1 probably just needs z-index tweaking.
--Ethan McCutchen.....Tue Jan 11 09:06:15 -0800 2011
And then we'd at least want graceful degradation for IE6. I don't know what it looks like now - do you have IE6 handy?
--John Abbe.....Tue Jan 11 16:44:52 -0800 2011
+discussed in support tickets
+relevant user stories