<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<html dir="rtl">
<head>
<title>news bar with css only</title>
<meta charset="utf-8" />
<head>
<body>
<center>
<h2>news-bar 1</h2>
<div class="slideUp" id="news-bar">
<marquee direction="right" scrollamount="3" behavior="scroll" onmouseover="this.stop()" onmouseout="this.start()">
<a href="#" class="hvr-pop">الخبر الاول</a><a> -*- </a>
<a href="#" class="hvr-pop">الخبر الثاني</a><a> -*- </a>
<a href="#" class="hvr-pop">الخبر الثالث</a><a> -*- </a>
<a href="#" class="hvr-pop">الخبر الرابع</a><a> -*- </a>
<a href="#" class="hvr-pop">الخبر الخامس</a><a> -*- </a>
</marquee>
</div>
<br>
<h2>news-bar 2</h2>
<div class="slideUp" id="news-bar">
<marquee direction="right" scrollamount="3" behavior="scroll" onmouseover="this.stop()" onmouseout="this.start()">
<a href="#" class="hvr-float">الخبر الاول</a><a> -*- </a>
<a href="#" class="hvr-float">الخبر الثاني</a><a> -*- </a>
<a href="#" class="hvr-float">الخبر الثالث</a><a> -*- </a>
<a href="#" class="hvr-float">الخبر الرابع</a><a> -*- </a>
<a href="#" class="hvr-float">الخبر الخامس</a><a> -*- </a>
</marquee></div>