Forum Moderators: not2easy

Message Too Old, No Replies

IE 6 CSS Problem

         

sbdanielb

2:12 pm on Jul 25, 2008 (gmt 0)

10+ Year Member



My site works fine in IE 7 and Firefox but in IE6 it looks a mess, some of my banners and menus are handing off the page.

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;

}

sbdanielb

2:20 pm on Jul 25, 2008 (gmt 0)

10+ Year Member



My doctype: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">