<!-- seems to work just fine -->

Signature
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
> I am trying to edit a web page with hidden popup menus (DIVs with
> visibility=hidden) but the HTML designer always displays them, which makes it
> very difficult to edit the page because I have content underneath the popups
> ... is there an option or some other solution to prevent HTML designer from
> displaying them?
steve8man - 01 Jan 2005 20:11 GMT
Cinton,
What works just fine? Again, I am looking for a Visual Studio option so
that at design time the HTML designer will let me edit content underneath an
absolutely positioned, hidden layer (DIV). Steve
> <!-- seems to work just fine -->
>
[quoted text clipped - 6 lines]
> from
> > displaying them?
clintonG - 02 Jan 2005 05:38 GMT
I was suggesting the use of comments which I surmise should prevent the
parser from rendering the positioned content.
<%= Clinton Gallagher
> Cinton,
>
[quoted text clipped - 12 lines]
> > from
> > > displaying them?
steve8man - 02 Jan 2005 17:13 GMT
I get it now! I have been using the comment solution although eventually I
wil forget to uncomment the layers before I publish the page ... the
Frontpage editor today is much better with regard to this and supposedly the
2005 HTML designer is much improved. Steve
> I was suggesting the use of comments which I surmise should prevent the
> parser from rendering the positioned content.
[quoted text clipped - 19 lines]
> > > from
> > > > displaying them?