delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

1, there are no margins at the top or bottom.


I use
Code:
  1. margin: 10px, 0px, 10px, 0px;
Copy Code
to format a DIV (which has two smaller DIV's within it) and in IE it looks good, but in NS 6.1, there are no margins at the top or bottom.

TOP

Hmmm...I get different behavior depending on whether or not I use the commas. The specification is to not use them, so you may want to drop them.
Also, a note from w3schools:
This property does not work properly with inline elements, input fields, images, and list items
This property ignores the bottom margin declaration entirely if a top margin has been specified




1, there are no margins at the top or bottom.

TOP

Back Forum