Ellen Heitman wrote: > Anyone have an idea as to what's going on here? > http://www.williamtobrien.com/airraids.html > http://www.williamtobrien.com/letters_leaving.html > > If you view these pages in Safari and Firefox, you'll see what they > should look like. However, the iframes are all wrong in IE. Here's my > HTML code for the iframes: > > <iframe id="myFrame2" frameborder="0" vspace="0" hspace="0" > marginwidth="0" marginheight="0" src="raidstable.html" > scrolling="auto" style="overflow:visible"></iframe> > > <iframe id="mainframe" name="aprilframe" frameborder="0" vspace="0" > hspace="0" marginwidth="0" marginheight="0" > src="letterpages/december1942.html" scrolling="auto" > style="overflow:visible"></iframe> > > Also, I'm aware that a lot of people would advise just to not use > iframes in the first place. However, this isn't an option for me at > this point, and I need to work with what I have. Any advice would be > greatly appreciated! >
Nothing wrong with iFrames. I suggest using CSS instead of HTML attributes for styling. Cordially, David -- ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
