From 1e66e1ff753ce35e89c29e1b00cce24768aed9b6 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 7 Jan 2005 06:48:44 +0000 Subject: - Pushbutton: fix background arrow overlapping foreground in IE (peekaboo bug) --- themes/pushbutton/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes') diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css index c6ea59b41..530e3e62a 100644 --- a/themes/pushbutton/style.css +++ b/themes/pushbutton/style.css @@ -252,6 +252,8 @@ td#home a:hover img { /* padding in px not ex because IE messes up 100% width tables otherwise */ padding: 30px 35px 50px 35px; background: transparent url(background.png) center center no-repeat; + /* fix background overlapping text in IE (aka Peekaboo Bug) */ + position: relative; } #mission, .node .content, .comment .content { line-height: 1.4; -- cgit v1.2.3