Re: [WSG] Gap in IE

2006-12-05 Thread John Faulds
Only guessing cos I can't see the images when viewing the pages locally but try adding display: block to the images in #logo. On Wed, 06 Dec 2006 15:14:28 +1000, Jermayn Parker <[EMAIL PROTECTED]> wrote: Hi Im sure this is an easy problem and everyone knows how to solve it but for the l

Re: [WSG] Gap in IE

2006-12-05 Thread Jermayn Parker
No that didnt work I tried adding it to all the divs that have images as well and it didnt work either On 12/6/06, John Faulds <[EMAIL PROTECTED]> wrote: Only guessing cos I can't see the images when viewing the pages locally but try adding display: block to the images in #logo. On Wed,

Re: [WSG] Gap in IE

2006-12-05 Thread Chris Williams
Might be a red-herring, but have you tried removing all the blank lines between your s in the HTML?? From: Jermayn Parker <[EMAIL PROTECTED]> Subject: [WSG] Gap in IE In IE underneath the top section a gap appears while in firefox it doesnt. I have come accross this problem before but cannot rem

Re: [WSG] Gap in IE

2006-12-05 Thread John Faulds
You've set the height of #header, #text and #logo to 91px but you've also given #logo margin-top and padding-top of 3px which actually makes it 97px high. On Wed, 06 Dec 2006 15:51:34 +1000, Jermayn Parker <[EMAIL PROTECTED]> wrote: No that didnt work I tried adding it to all the div

Re: [WSG] Gap in IE

2006-12-05 Thread Jermayn Parker
hh thats the problem I now remember it now. I had the same problem with my last website Thanks for that John and others for their suggestions and im sorry for including attachments for this query, i wont do it again On 12/6/06, John Faulds <[EMAIL PROTECTED]> wrote: You've se

RE: [WSG] Gap in IE

2006-12-05 Thread Frank Palinkas
Hi Jermayne, 1. In the markup code, move the #logo id to beneath the #rologo id. 2. In the css file, add float: left; to the #rologo id. 3. In the css file, add clear: both; to the #text id. This should make it look pretty similar in IE, Firefox and Opera. Hope this help

RE: [WSG] Gap in IE

2006-12-05 Thread Frank Palinkas
Hi Jermayne, 1. In the markup code, move the #logo id to beneath the #rologo id. 2. In the css file, add float: left; to the #rologo id. 3. In the css file, add clear: both; to the #text id. This should make it look pretty similar in IE, Firefox and Opera. Hope this help