Bye IE 6 support.

This commit is contained in:
Paulo Gustavo Veiga
2011-03-29 11:01:56 -03:00
parent 5b92c6a2bb
commit 123f909310
8 changed files with 9 additions and 127 deletions

View File

@@ -63,7 +63,7 @@ div#embFooter {
height: 35px;
width: 100%;
bottom: 0;
left: 0px;
left: 0;
border-top: 1px solid black;
background: #E5E5E5;
}
@@ -73,7 +73,6 @@ div#logo {
width: 80px;
position: absolute;
background: url( ../images/logo-vvsmall.png ) no-repeat right top;
behavior: url( ../css/iepngfix.htc );
right: 10px;
top: -10px;
}
@@ -96,14 +95,12 @@ div#logo {
#zoomIn {
background: url( ../images/zoom_in.png ) no-repeat left top;;
behavior: url( ../css/iepngfix.htc );
margin-top: 10px;
margin-left: 10px;
}
#zoomOut {
background: url( ../images/zoom_out.png ) no-repeat left top;;
behavior: url( ../css/iepngfix.htc );
margin-top: 10px
}