.left
{ position :relative;
background-image :url("images/leftIntro.png");
background-repeat: no-repeat;
height :380px;
width:250px;
}
.left2
{ position :relative;
left:274px;
background-image :url('images/leftIntro.png');
background-repeat: no-repeat;
height :380px;
width:250px;
top: -379px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<br />
News
<br /> <br />
Select a year level to find latest news
<br />
<div class="left">
sasas
</div>
<div class="left2">
sasas
</div>
|