Sent by ryan shaw on 1 October 2003 00:12
At 6:18 PM -0400 9/30/03, Bob Boisvert wrote:
> Is there a way using CSS to position a <h1></h1> heading so that it is
> always at the top of the page? This would be incorporated into a style
> sheet for an intranet.
you can either position the H1 absolutely:
h1
{
position: absolute;
top: 0px;
left: 0px;
}
this will position it at 0,0 in relation to the browser window.
or you can just put the H1 right after the body tag making it the
first element in the flow of the document.
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/