diff options
author | Struan Donald <struan@exo.org.uk> | 2012-04-30 18:38:57 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-04-30 18:38:57 +0100 |
commit | 3d3896616e41c1d08775ecbcacb30714277bb81b (patch) | |
tree | 058c335aeded50fb559948ac3a1ede045fb663b1 | |
parent | c8ad45cee4deb74b188dfe0e51bd0f2c4b1241af (diff) |
sort out position of nav on ie6
-rw-r--r-- | web/cobrands/barnet/layout.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index ec6fd1487..d2eae77fd 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -171,9 +171,14 @@ body > html {font-size: 12px;} /* ############################################################## */ #column_nav {width: 214px; float: left; display: inline; padding: 0; margin: -35px 0 0 -910px; border-right: 3px solid #fff;} + .ie6 #column_nav { - margin: -590px 0 0 0px; + float: none; + position: absolute; + top: 85px; + margin: 0 0 0 0px; } + body.mappage #column_nav { display: none; } |