My template displays perfectly in FF, but in IE it it really messed up. Can anyone help? Here is a link: http://www.awestyproductions.com/templates/rockstar/index.html Thanks
Thankyou. I hadnt checked opera. Really? Thanks. so does * html mean 'for IE only' ? EDIT: Thanks a lot, all that needs fixing now is the gaps between the gray parts (If you click the link you will see what I mean). http://www.awestyproductions.com/templates/rockstar/index.html
#container { display: block; margin: 0; float:left; width:670px; } #rightbarcon { float:left; width:457px; } body { background: #666666 none repeat scroll 0%; color: #FFFFFF; font-family: ‘Lucida Grande’,Verdana,Arial,Sans-Serif; font-size: 62.5%; margin: 20px 10%; } And i think u must remove default margins and padding from H1 elements and from ul and li elements*on #leftbar*, IE and firefox have different default margins and padding for this elements. Set your own margins and padding or set it to 0.