[thelist] CSS: fix it to browser top/bottom?

Mark Gallagher mark at cyberfuddle.com
Fri Apr 26 13:02:01 CDT 2002


Erika Meyer wrote:
> I haven't been at the edge in so long, I think I done lost sight of it...
>
> Anyone tried to fix a menu to the top (or bottom) of a browser?  I
> was thinking about trying to slap some breadcrumbs at the top or
> bottom of this site, and I was wondering if it's worth a try or...
>
> not.

It's not.  However, it's done thusly:

#menu {
   position: fixed;
   top: 0em;
   right: 0em;
   left: 0em;
   height: 2em;
   }

This will work in Mozilla.  It'll probably work in Opera.  It won't work
in IE.


--
Mark Gallagher





More information about the thelist mailing list