Posted by Chris on 07/29/06 11:40
I'm not sure what you mean. I have tried setting the margins to 0 px and it
doesn't do anything.
Could you show me an example.
"Els" <els.aNOSPAM@tiscali.nl> wrote in message
news:1ilci57b8t3cl$.8rggh8oby8cz$.dlg@40tude.net...
> Chris wrote:
>
>> I am trying to create a footer effect beneath a div. The main div puts a
>> space before it shows the footer div, is there any way around this. I
>> have
>> posted a link.
>>
>> http://aspspider.org/chriskennedy10/test.html
>
> The space is the bottom margin of the paragraph in the content.
> This margin is collapsing with the 0 bottom margin of the div. To
> avoid this collapse, you can give the div a bottom border (but you
> don't want a border there), or a bottom padding. Either will keep the
> margins of the contained elements inside.
>
> --
> Els http://locusmeus.com/
[Back to original message]
|