Version: (using KDE KDE 3.1.2) Installed from: Unlisted Binary Package OS: Linux It seems that khtml does not support frameborder, it simply displays the frames without the border. Example: <frameset cols="200,*" bordercolor="#63baff" frameborder="yes" framespacing="2" > <frame name="toc" src="arch_contents.html" > <frame name="content" src="main.html"> </frameset> this code shows the border between the two frames only under mozilla or internet explorer. instead using konqueror I see no border. Thanks.
*** Bug 73817 has been marked as a duplicate of this bug. ***
hmm, 73817 is about frameborder=0 and this one is about ="yes" while the HTML 4.0.1 spec got frameborder=(0|1)
This problem still exists in KDE 3.2.2.
Regardless of the atribute value, I consider this bug invalid, because "frameborder" is not defined for the element "frameset". See http://www.w3.org/TR/html4/index/attributes.html, for example. btw, with Konqueror 3.2.2, everything seems OK for me with frameborders p.s. As for frames, I have a suspection that the CSS border atribute implementation is wrong (?) but I have no time to investigate :-(
*** This bug has been marked as a duplicate of 32563 ***