PDA

View Full Version : Iframe help...



Forte
July 24th, 2001, 16:13
Hey, I was wondering if anyone could help me fix my Iframe. I want it to be larger...how would I do this?

I also would like it to be closer to my nav bar. You can view the Iframe here:

http://mmlco.sphosting.com/enter.htm

One more thing. I have an onmouseover effect that uses a WAV every time you hover over my nav bar. But, the WAV seems to lag. Does anyone know of a script that will stop this WAV from lagging?

-Forte

Blizzy
July 25th, 2001, 01:14
you calculated your td spacing wrong... replace with this code:

<td width="613" height="354" valign="left"><IFRAME align="left" NAME="main" FRAMEBORDER="0" HEIGHT="384" WIDTH="613" SRC="updates.shtml">

the only way to stop the lag is to find some way of preloading the wav file to the browser's cache. I'm not sure how you can do it though.... I don't normally work with audio files in webpages.

Forte
July 25th, 2001, 14:00
Thank you SO much! I posted this question on MANY forums...and they told me to change the align=left...and THAT would fix it.

Thank you SOOO much!

*If he had 1,000,000 he would give it to Blizzy*

:D

Blizzy
July 25th, 2001, 16:48
heheh .. np :)

the reason why align="left" does not work is because your iframe is already aligned to the left in the td. enabling your table border to show (border = "1") gave me an idea of what exactly went wrong.