Differences between revisions 3 and 9 (spanning 6 versions)
Revision 3 as of 2007-01-31 09:24:54
Size: 118
Editor: 211
Comment:
Revision 9 as of 2007-01-31 09:37:50
Size: 658
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
알려진 버그
 *
== 알려진 버그 ==
title 태그에 특정 문자열이 들어 있으면 아무것도 나오지 않는다. (IE6, Win XP)
{{{
<html>
    <head>
        <title>릿</title>
    </head>
    <body>asdf</body>
</html>
}}}
Line 6: Line 14:
SeeAlso InternetExplorerIssues  * 대처법 : meta 태그를 title 위에 적는다. --from [http://www.activecollab.com/forums/topic/666/ Problem with special characters iso-8859-1/utf-8 (with solution)]

[CSS]의 box크기를 잘못 해석한다.
 * 대처법 : [http://www.tantek.com/CSS/Examples/boxmodelhack.html BoxModelHack]

SeeAlso NoSmoke:InternetExplorer InternetExplorerIssues
Line 9: Line 22:
CAtegoryProgram CategoryProgram

MicroSoft 사의 웹브라우저

알려진 버그

title 태그에 특정 문자열이 들어 있으면 아무것도 나오지 않는다. (IE6, Win XP)

<html>
    <head>
        <title>릿</title>
    </head>
    <body>asdf</body>
</html>

[CSS]의 box크기를 잘못 해석한다.

SeeAlso InternetExplorer InternetExplorerIssues


CategoryProgram

InternetExplorer (last edited 2012-06-12 15:28:06 by 61)

web biohackers.net