<html> <head> <style> #pasek { position: fixed; font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; width: 100%; } </style> </head> <body> <div id="pasek"> <marquee>Pasek zawsze widoczny na stronie</marquee> </div> </body> </html>