August 3, 201214 yr Author sorry i missed everything out. ok borders work fine in every browser apart from ie7 and ei8 exluding the container for my logo, which shows a border, weird because the code is the same for the logo as it is for the main container #container { -moz-box-shadow: 3px -2px 18px 3px #333; -webkit-box-shadow: 3px -2px 18px 3px #333; box-shadow: 3px -2px 18px 3px #333; width:900px; height:1065px; margin: 75px auto; background-color: #fff; border: 10px solid #E8E8E8; }
August 3, 201214 yr Author ive tried overflow: visible display block display inline block overflow hidden ive tried seperating the left right top and bottom border properties, adjusting the width nothing...
Create an account or sign in to comment