summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-01-07 06:48:44 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-01-07 06:48:44 +0000
commit1e66e1ff753ce35e89c29e1b00cce24768aed9b6 (patch)
treee8982d6f7977b4f9f368a1a0d39ff0e45e7baef7 /themes
parent7f890fd1b1daab9114dc151c8cd7f027c4a7e2f0 (diff)
downloadbrdo-1e66e1ff753ce35e89c29e1b00cce24768aed9b6.tar.gz
brdo-1e66e1ff753ce35e89c29e1b00cce24768aed9b6.tar.bz2
- Pushbutton: fix background arrow overlapping foreground in IE (peekaboo bug)
Diffstat (limited to 'themes')
-rw-r--r--themes/pushbutton/style.css2
1 files changed, 2 insertions, 0 deletions
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;