How to align logopicture on the rightside ?
Posted: Sun Feb 15, 2009 12:35 am
div#header h1 a {
/* you can set your own image here */
background: #fdfbf9 url(images/cms/logo1.gif) no-repeat 0 12px;
display: block;
height: 80px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
But it shows left. What to do to align it right ?
/* you can set your own image here */
background: #fdfbf9 url(images/cms/logo1.gif) no-repeat 0 12px;
display: block;
height: 80px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
But it shows left. What to do to align it right ?