#div1{
width:200px;
height:200px;
border:2px red solid;
position:fixed;
left:100px;
top:50px;
}
<p>文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本。p>
1. position : absolute
2. float : left 或 float:right
<div class="container">
<a href="#" title="">进入课程请单击这里a>
div>
css代码
<style>
.container a{
position:absolute;
width:200px;
background:#ccc;
}
style>