我有一个问题,但我不知道为什么:p 我正在尝试制作一个在线表单,并且我在 IE9 中的 css 实现遇到了一些问题。到目前为止,我的页面在 chrome 中工作(div 显示为内联块),但不是 IE9。但是,当我将完全相同的代码放入小提琴时,它也适用于 IE9 http://jsfiddle.net/XuD6j/1/
这让我觉得我可能在标题中遇到了一些问题。这是它目前的样子:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title> Registratieformulier Peuters</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="generator" content="syn">
<style type="text/css"></style>
<link href="http://www.doenwatikkan.nl/jeroen/style.css" type="text/css" rel="stylesheet" media="screen">
<link href="http://www.doenwatikkan.nl/jeroen/print.css" type="text/css" rel="stylesheet" media="print">
</head>
如果您有任何想法,请告诉我,如果您认为问题不能在标题中,而应该在其他地方。提前致谢!