|
Posted by Nije Nego on 05/07/06 12:27
On Sun, 07 May 2006 00:41:48 GMT, Michael Laplante wrote:
> #Opagetitle
> {position:absolute;z-index:6;visibility:visible;text-align:left;left:210px;top:175px;width:438px;height:24px;font-family:
> sans-serif;font-size: 18px;font-style: normal;font-weight:bold;color:
> #000080;}
Some of the definitions here are noot needed, since they are set by
default, you can easily remove them:
visibility: visible;
text-align: left;
font-style: normal;
Font size should be empty, 100% or 1em.
Since this is a page title you should put all the text in between
<h1>text goes here</h1>
and define h1 in your css.
A standard h1 would render at 200% default font size (as defined in body or
otherwhere).
http://www.maxdesign.com.au/presentation/relative/
--
buy, bought, bye
[Back to original message]
|