Forum Moderators: not2easy
How can i make it look the same in IE6?
This is my CSS code for one of the problems.
#bwlogo {
height: 100px;
float: left;
width: 0px;
background: url("{T_THEME_PATH}/images/bwlogo.png") no-repeat top;
padding: 0px;
margin: 0px;
position: relative;
top: 7px;
left: 19px;
}