After examining the page source I noticed the line causing the
problem:-

<a href="#ctl00_ContentPlaceHolder1_treeView_SkipLink"><img alt="Skip
Navigation Links." src="/Auctions/WebResource.axd?d=-
Fulpqbrvw_HPw8XFDjatw2&amp;t=633707174033660603" width="0" height="0"
style="border-width:0px;" /></a><div
id="ctl00_ContentPlaceHolder1_treeView" class="TreeView">

I was able to put an empty CSS class around the TreeView control.

The treeview control is contained within a div so i set all images
within that div to display: none; using css.  I then explicitly set
all img tags to display: block; that were contained within the
TreeView CSS class.

Thanks for your help Wild.

Tom.

On 20 Mar, 23:51, WildStrawberry <[email protected]> wrote:
> 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?- Hide quoted text -
>
> - Show quoted text -

Reply via email to