I have this bit of html

<h1 id="titleBar">NEWS</h1>

and this bit of css

#titleBar
{
        position: absolute;
        left: 167px;
        top: 0px;
        width: 473px;
        height: 32px;
        background-color: #121212;
        color: #DCDCDC;
        font-size: x-large;
        text-align: right;
        margin: 0px;
}

and what I would like to do is give the 'NEWS' text a 5px padding in
from the right hand side ?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to