From 6d8981eaff6a92359282e7ddc6688c6716b888eb Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 29 Jun 2006 21:09:10 +0000 Subject: always keep navigation on top git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@294 86f53f14-5ff3-0310-afe5-9b438ce3f40c --- webcheck.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webcheck.css b/webcheck.css index 5d52bd2..9651cb2 100644 --- a/webcheck.css +++ b/webcheck.css @@ -84,6 +84,8 @@ ul.navbar { margin-top: 3px; border-radius: 4px; -moz-border-radius: 4px; + position: relative; + z-index: 2; } ul.navbar li { -- cgit v1.2.3