Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/412.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript IE8引发了许多关于CSS的问题_Javascript_Html_Css_Internet Explorer 8 - Fatal编程技术网

Javascript IE8引发了许多关于CSS的问题

Javascript IE8引发了许多关于CSS的问题,javascript,html,css,internet-explorer-8,Javascript,Html,Css,Internet Explorer 8,Internet Explorer 8(再次)出现一些问题 问题1: 当试图缩小浏览器时,菜单不合适,并将鼠标悬停在特定元素(即搜索栏)上 问题2: 当试图缩小浏览器时,菜单不合适,并将鼠标悬停在特定元素(即搜索栏)上 我已经添加了Doctype,并且我尝试了分离元素,但是我不太清楚哪里出了问题 <!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif

Internet Explorer 8(再次)出现一些问题

问题1:

当试图缩小浏览器时,菜单不合适,并将鼠标悬停在特定元素(即搜索栏)上

问题2:

当试图缩小浏览器时,菜单不合适,并将鼠标悬停在特定元素(即搜索栏)上

我已经添加了Doctype,并且我尝试了分离元素,但是我不太清楚哪里出了问题

    <!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" lang="en-US">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" lang="en-US">
<![endif]-->
<!--[if !(IE 7) | !(IE 8)  ]><!-->
<html lang="en-US">
<!--<![endif]-->
<head>
<link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Set Training | Just another WordPress site</title>

设置培训|只是另一个WordPress网站

首先,您在整个位置使用固定宽度,例如,此id#right_header_容器添加了550px宽度…尝试使用%。。。
您是否曾尝试使用Unsentic或任何其他网格系统来处理较小的屏幕/设备,我建议您查看一下

Hi,使用%并没有真正的帮助,因为使用%会导致滑块出现问题。我也在使用Wordpress,所以使用unsemantic不起作用。谢谢