Sidebar title
<head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style rel="stylesheet" type="text/css"> #sidebar-a { float: left; width: 150px; border-top: 1px dashed #EDF1F2; background-image: url(images/shad.jpg); background-repeat: no-repeat; } #sidebar-a h1 { border-bottom: 1px dotted #993333; font-size: 12px; font-weight: bold; color: #993333; } </style> </head> <body> <div id="sidebar-a"> <h1>Menu </h1> </div> </body> </html>