I use the code below for positioning for my subscribe box at the bottom of my posts. In chrome and Firefox, all if well, but Ie messes up (pic below). Can anyone help? .button { width:2px; position:relative; left:159px; top: -40px; background-color: #4CBB17; font-size: 100%; font-family:Tahoma; font-weight: bold; color:#ffffff; } Firefox: Internet Explorer:
I know have this code: .button { width:2px; float:right; position:relative; top: -40px; background-color: #4CBB17; font-size: 100%; font-family:Tahoma; font-weight: bold; color:#ffffff; } Still looks messed up in IE. D: