* bugfix for pngfix issues on IE browser (background scale etc.)
[mdictionary] / styles / main.css
index fb2bdb0..a0766ab 100644 (file)
@@ -10,14 +10,15 @@ html, body, html *, body * {
 body {
        text-align      : center;
        background-image: url(images/bckgnd.png);
-       background-repeat: repeat-x;
+       background-repeat: repeat-x;    
 }
 
 #webContainer {
        display         : block;
        width           : 750px;
        margin-left     : auto;
-       margin-right    : auto;
+       margin-right    : auto; 
+       background-color: transparent;
 }
 
 #topBar {
@@ -86,15 +87,12 @@ body {
 
 #contentContainer {
        display         : block;
-       width           : 500px;
-       min-height      : 0px;
+       width           : 500px;        
        background-image: url(images/background.png);
        background-repeat: repeat-x;
        padding-top     : 20px;
        padding-bottom  : 20px;
        padding-left    : 140px;
-       /*overflow      : auto;*/
-       /*height                : 400px;*/
 }
 
 #contentContainer p {
@@ -202,6 +200,7 @@ div.faq_switcher {
        border          : 1px solid silver;
        margin-right    : 6px;
        background-image: url(images/switcher.png);
+       background-repeat: no-repeat;
 }
 div.faq_question {
        font-family     : Arial;