positioning contents of an iframe

positioning contents of an iframe

am 18.09.2007 01:59:53 von phl

Hello

I have an iframe which contains an aspx page. The aspx page displays
a table. The problem is that the table in the aspx page is not
aligning with the top left corner of the iframe. I would like position
the table but I haven't been able to do it successfully,using divs.
Does anyone know how this can be done?

here's my iframe:









here's my aspx page :

<%@ Page Language="C#" AutoEventWireup="true" %>

www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">























table










Re: positioning contents of an iframe

am 18.09.2007 03:06:59 von phl

I figured out that this is an absolute positioning problem. after I
specified positioning eventhing worked