|
Posted by BootNic on 05/21/06 02:36
> "Ed Mulroy" <dont_email_me@bitbuc.ket> wrote:
> news:3oGdnbQ3r9YWF_LZ4p2dnA@comcast.com....
>
> I've a page that uses frames. It seems to display properly in
> FireFox but not in IE 6. It used to be the other way, ok with IE
> but not with FireFox but changed when I fixed a problem with the
> frame.
[snip]
> <frameset rows="35%,65%">
suggestion...rows="35%,*"
> <frameset cols="100%">
Remove the above frameset
> <frame src="magstop.htm">
> </frameset>
Remove the above closing frameset
> <frameset cols="33%,33%,33%">
suggestion ... cols="33%,*,33%"
> <frame src="nwsdaily.htm">
> <frame src="nwsintl.htm">
> <frame src="nwsndail.htm">
> </frameset>
> </frameset>
--
BootNic Saturday, May 20, 2006 7:35 PM
One must learn by doing the thing, for though you think you know it,
you have no certainty until you try.
*Aristotle*
[Back to original message]
|