On 3/11/2006, at 4:17 PM, Germ wrote: Im designing a website for my university design exhibition and it looks fine in IE (6 i think it is) but in firefox the bunch of links overlap the white content about 5 pixels and it just looks a bit tacky. as far as i can see the code looks ok. Because you've added a 5px margin at the top of the links div you'll need to subtract the 5px from the height of the div. The links CSS becomes: #links { float: left; width: 350px; height: 207px; margin-top: 5px; background: url(http://www.curtinmovingon.com/images/Background.jpg); } Regards Peter -- Peter Asquith www.wasabicube.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******************************************************************* |
- [WSG] background overlapping Germ
- Re: [WSG] background overlapping John Faulds
- Re: [WSG] background overlapping Peter Asquith
- Re: [WSG] background overlapping Germ
