FW-Mike
05-28-2003, 08:49 PM
I've got an iframe in a cell
<td width="505" valign="top"><IFRAME name="main" id="main" align="center" width="100%" height="100%" scrolling="auto" framespacing="0" frameborder="no" MARGINWIDTH=0 MARGINHEIGHT=0 background="images/framebg.jpg" SRC="content.php?page=<?php echo $_GET["page"]; ?>">
This site uses Iframes however your browser doesn't support it. Go <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1e1550cb-5e5d-48f5-b02b-20b602228de6&displaylang=en">here</a>
to get MSIE 6. This will allow you to view our content!</IFRAME> </td>
The topline of content
<table width="467" border="0" cellpadding="0" cellspacing="0">
I want to set the background of the cell to be a the file images/framebg.jpg and to span the width of the cell and then have the iframe have a sort-of transparent bg so that it only shows the background of the cell. The big thing is that I dont want the image in the cell to span vertically only horizontally and I want it to go all the way to the scroll bar of the iframe. Help me out, please!
Mike
<td width="505" valign="top"><IFRAME name="main" id="main" align="center" width="100%" height="100%" scrolling="auto" framespacing="0" frameborder="no" MARGINWIDTH=0 MARGINHEIGHT=0 background="images/framebg.jpg" SRC="content.php?page=<?php echo $_GET["page"]; ?>">
This site uses Iframes however your browser doesn't support it. Go <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1e1550cb-5e5d-48f5-b02b-20b602228de6&displaylang=en">here</a>
to get MSIE 6. This will allow you to view our content!</IFRAME> </td>
The topline of content
<table width="467" border="0" cellpadding="0" cellspacing="0">
I want to set the background of the cell to be a the file images/framebg.jpg and to span the width of the cell and then have the iframe have a sort-of transparent bg so that it only shows the background of the cell. The big thing is that I dont want the image in the cell to span vertically only horizontally and I want it to go all the way to the scroll bar of the iframe. Help me out, please!
Mike
