I have a random question.
So there is a website with my picture and bio on it. When asked to submit a bio, I gave them some code for an iframe that pointed to a webpage on my own server.
Here's the problem: the bios are inside some div tags that switch between being displayed and not using javascript. On some versions of IE when the bio pops up, the iframe works fine, except the images within iframe page do not display. If you right click inside the frame and refresh just that page (not the parent page) the images appear. Now that they're showing, if you close the bio (setting the display:none) the pictures stay!
I realize that iframe's are not the best way to do what I want. I might actually switch it as a result. But I was just curious if anyone knew of a fix.
(Note: everything works fine in Mozilla, Firefox, and Safari. Stupid microsoft. But I gotta code to the masses, you understand)
The page with my bio. (click on Trent Russi's picture)
The page displayed in the iframe
Last edited by troatie : 02-04-2005 at 05:24 PM.
|