Have you removed default padding/margins from all elements (IE is
particularly affected)?
{margin:0; padding:0;}
Grzegorz G. (www.wild-strawberry.eu)
On Mar 19, 10:10 am, "[email protected]" <[email protected]> wrote:
> hi guys,
>
> wondering if someone might be able to shed some light on a problem I'm
> having with the TreeView control.
>
> i have a treeview control within a panel control. in all other
> browsers except for ie it looks fine. in ie i have like a 10px margin
> above the top level node. I've inspected the pure html and can't see
> why this could occur.
>
> has anybody else has this issue?