OSDN Git Service

CSS使用時のHTML作成で、@importではなくlinkに変更。スレッド表示時のフォーカスの移動が抑制されたはず。
authorh677 <h677>
Fri, 5 Sep 2003 03:40:52 +0000 (03:40 +0000)
committerh677 <h677>
Fri, 5 Sep 2003 03:40:52 +0000 (03:40 +0000)
GikoSystem.pas

index efc070b..eabea05 100644 (file)
@@ -812,9 +812,7 @@ begin
                                SaveList.Add('<html><head>');
                                SaveList.Add('<meta http-equiv="Content-type" content="text/html; charset=Shift_JIS">');
                                SaveList.Add('<title>' + sTitle + '</title>');
-                               SaveList.Add('<style type="text/css">');
-                               SaveList.Add('@import url(' + CSSFileName + ');');
-                               SaveList.Add('</style>');
+                SaveList.Add('<link rel="stylesheet" href="'+CSSFileName+'" type="text/css">');
                                SaveList.Add('</head>');
                                SaveList.Add('<body>');
                                SaveList.Add('<a name="top"></a>');