Viewing 2 replies - 1 through 2 (of 2 total)
  • probably to do with the default margin for ul:
    try adding ‘margin:0’ at the beginning of the ‘.box-right ul’ style in style.css:

    .box-right ul {margin:0;
            color: #fff;
    	margin-top: -20px;
    	padding: 0px;
    	list-style: none;
    }

    Thread Starter rjarmitage

    (@rjarmitage)

    Admittedly I was dubious that this would work, but it worked like a dream!

    You legend! Thanks! Such an annoying little problem that was!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Internet Explorer Bug?’ is closed to new replies.