I am working on a site that is being served to a private network. All
the users are using IE6+.
I am having trouble getting the 1st div added to a containing div to
have its margin-left applied - right now it appears that it is getting
ignored. It only seems to be a problem with the 1st div added to the
containing div. If I add any other element before this first div (even
a comment) then the margin-left gets applied to the offending div.
QUESTIONS:
Does anyone know why the margin-left is not getting applied? If so,
any suggestions on how to fix it?
Here's a page showing the problem:
Thoughts?
the users are using IE6+.
I am having trouble getting the 1st div added to a containing div to
have its margin-left applied - right now it appears that it is getting
ignored. It only seems to be a problem with the 1st div added to the
containing div. If I add any other element before this first div (even
a comment) then the margin-left gets applied to the offending div.
QUESTIONS:
Does anyone know why the margin-left is not getting applied? If so,
any suggestions on how to fix it?
Here's a page showing the problem:
Thoughts?
Comment