Viewing/saving generated source code
- From: Cartoper <cartoper@xxxxxxxxx>
- Date: Tue, 06 Nov 2007 23:37:53 -0000
I am getting very strange behavor. I am working on a kiosk wrapper
for the WebControl. In the layout, I am doing some absolute
positioning. There is one div that is normally hidden but when it is
visible, it needs to float over all the others. What I have done is
set the z-order of this div to 10 and left the rest of the z-orders to
zero. In both the Firefox and IE7, the web page looks fine when the
div is to visible. But in the kiosk, when the div is made visible by
changing the visibility style to visible with the following code, the
div simply pushes the rest of the pages up:
spStyle->put_visibility(CComBSTR(L"visible"));
I am thinking the only way to debug this is, after making the div
visible, capturing the generated source code. I am using a Firefox
extention that will do that for me, so I am assuming it is possible.
How might I do that with the WebControl?
Cartoper
.
- Prev by Date: Drag&Drop does not work for out-proc browser control
- Next by Date: Can i add an underline to part of text in textarea?
- Previous by thread: Drag&Drop does not work for out-proc browser control
- Next by thread: Can i add an underline to part of text in textarea?
- Index(es):
Relevant Pages
|