Design at 960px wide and forget the people with tiny monitors. They are holding back humanity![]()
If you have a PHP server you could store the HTML within a header.php file and within each HTML page you'd just write <?php require("header.php") ?>. Whatever is displayed within header.php will be displayed in that respective page![]()
Mmm, Server Side includes. Ever used PHP?
Or CSS pseudo elements using :before and :after, never tried it myself but its possible..
<div class="header">
<%@ include file="header.jsp" %>
</div>