我正在尝试实现jquery-steps,并且大部分时间它都很顺利.我遇到的一个问题是步骤选项卡没有完全响应.
我正在做横向实现.它们会随着窗口调整大小,但它们不会像在示例中那样堆叠,所以最终我会找到一些非常小的,不可读的步骤选项卡.
不幸的是,开发人员站点上的所有示例都在同一页面上,因此尝试确定要使用的css有点问题.
任何帮助,将不胜感激:
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width" />
<title>Page Title</title>
<link rel="stylesheet" href="css/normalize.css" />
<link href="css/hwr.css" rel="stylesheet" media="screen" />
<link href="Content/jquery.steps.css" rel="stylesheet" />
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<script src="Scripts/jquery-2.0.3.min.js"></script>
<script …Run Code Online (Sandbox Code Playgroud)