|
Posted by Gus Richter on May 21, 2005, 12:36 am
Please log in for more thread options
Rob T. wrote:
> On 19 May 2005 10:30:48 -0700, lkrubner@geocities.com wrote:
>
>
>>Am I wrong, or do paragraphs have extra space on top in FireFox, when
>>compared to Microsoft IE. The top of this page is an example:
>>
>>http://www.publicdomainsoftware.org/index.php?pageId=299
>>
>>The text in the box at top looks like it has an extra 10 or 20 pixels
>>of padding at the top, when FireFox is compared to IE. Why is that?
>
>
> I guess <P> implicitly has a top margin in Firefox/Netscape. In your
> stylesheet for P add:
>
> margin: 0px auto;
>
> Rob
Yes, or simply: margin-top:0;
--
Gus
|