/* coding: utf-8 */ .ticker { border: 1px solid black; height: 18px; overflow: hidden; position: relative; white-space: nowrap; } .ticker a { display: inline-block; position: absolute; top: 0; text-decoration: none; }