aaahhhh yes that helps a lot, thanks for that




On 11/3/06, Peter Asquith <[EMAIL PROTECTED]> wrote:
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;
}


Regards
Peter




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************



--
JP2 Designs
http://www.jp2designs.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to