|
Well, I don't know if you've explored non "I-frame" solutions, but that would be the way i'd go. You could use a regular text box and scroll bar.
If you want to keep the frame, try creating an alternate css file that browsers IE 6 and IE7 will refer to instead of the regular css. In this fashion, you can make specifications for each browser without messing it up on others... though I'd avoid I-frames all together and opt for a php or alternative solution
|