Skip to content

Instantly share code, notes, and snippets.

@ss23
Created May 26, 2014 02:43
Show Gist options
  • Save ss23/b132b98ff115aae2cb83 to your computer and use it in GitHub Desktop.
Save ss23/b132b98ff115aae2cb83 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>Test case</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" >
<link rel="stylesheet" type="text/css" media="screen" href="layout.css">
</head>
<body>
<div class="header">
<div class="stickyboxright">
<a>Hide My Visit</a>
<div class="language-select">
<a>English</a>
</div>
</div>
</div>
<form>
<input type="password">
</form>
</body>
</html>
.stickyboxright {
position: absolute;
background-color: #f2206E;
height: 25px;
right: 0px;
}
.stickyboxright > a {
float: left;
}
.stickyboxright .language-select {
float: left;
}
.header {
height: 168px;
position: relative;
}
<!doctype html>
<html>
<head>
<title>Test case</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" >
<link rel="stylesheet" type="text/css" media="screen" href="layout.css">
</head>
<body>
<div class="header">
<div class="stickyboxright">
<a>Hide My Visit</a>
<div class="language-select">
<a>English</a>
</div>
</div>
</div>
<form>
<input type="text">
</form>
</body>
</html>
<!doctype html>
<html>
<head>
<title>Test case</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" >
<link rel="stylesheet" type="text/css" media="screen" href="layout.css">
</head>
<body>
<div class="header">
<div class="stickyboxright">
<a>Hide My Visit</a>
<div class="language-select">
<a>English</a>
</div>
</div>
</div>
<form>
<!-- <input type="password"> -->
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment