[Webkit-unassigned] [Bug 13108] frameborder attribute ignored

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 18 10:42:00 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13108





------- Comment #1 from ain at flashbit.net  2007-03-18 10:42 PDT -------
Created an attachment (id=13692)
 --> (http://bugs.webkit.org/attachment.cgi?id=13692&action=view)
frameborder set to 0 still displays

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
        <title>SEB Eesti Ühispank</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="robots" content="all">
        <meta name="robots" content="noarchive">
        <meta name="robots" content="index, follow">
        <meta name="rating" content="general">
        <meta name="title" content="SEB Eesti Ühispank">
        <meta name="description" content="">
        <meta name="keywords" content="">
</head>
<frameset rows="84,*">
        <frame src="/show/topmenu/0101" name="header" frameborder="0"
noresize="noresize" scrolling="no" marginheight="0" marginwidth="10" />

        <frameset cols="180,*">
                <frame src="/show/menu/0101" name="lmenu" frameborder="0"
marginheight="0" marginwidth="10" noresize scrolling="no" />
                <frame src="/page/0101" name="main" frameborder="0"
marginheight="0" marginwidth="0" scrolling="auto" noresize />
        </frameset>
</frameset>
</html>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list