Help - Search - Members - Calendar
Full Version: help with iframes
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
wilson
i am having trouble getting my page to display correctly. The page in question is

http://www.wilsonwrites.com/classroom.html

i am trying to get an iframe to float over the chalkboard image and to get the text in the iframe to be within the charlkboard image. but i have only been able to get
the text to roll over the entire image. any time i try to change the size of the iframe, the charlkboard dissapears. i had the chalkboard set in css and set it as a background image, then set the iframe properties to transparent. but that made the chalkboard image only show where the iframe was. got any idea how i can make this happen

here is the code for the image

<td rowspan="7">
<img src="images/portfolio_04.gif" width="542" height="500"></td>
<td rowspan="8">
<img src="images/portfolio_05.gif" width="25" height="521" alt=""></td>

Darin McGrew
FWIW, several of your links are broken. For example
CODE
<a href="http:\\www.wilsonwrites.com/meet.html" ...>
should be
CODE
<a href="http://www.wilsonwrites.com/meet.html" ...>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.