|
Posted by Jan Roland Eriksson on October 26, 2004, 10:32 pm
Please log in for more thread options
>"Roland Eriksson"
>> <frameset id="one" name="one"
>> - - - - - - - - - - ^^^^
>> rows="0,106,*" frameborder="no" border="0">
>> - - - - - - - - -^^^^^^^^^^^- - - ^^^^^^
>> NAME, FRAMEBORDER and BORDER are not valid attributes
>> for a FRAMESET element.
[...]
>But why without border="0" into the frameset, MIE display
>a little white line among frames???
That's what its default rendering comes to when you use frames, which by
the way puts MSIE in non standard rendering mode too.
You might be able to fiddle around with some CSS for zero margin, border
and paddings on your FRAMESET/FRAME elements but I'm too lazy to help
you find out about that.
>How can I do to have not this blank line using pure HTML 4.01 code???
You can't with HTML4.01 markup, and your real problem has its roots in
the use of a "dead end" technique like frames in the first place.
--
Rex
|