Page 1 of 1

How to align logopicture on the rightside ?

Posted: Sun Feb 15, 2009 12:35 am
by cc_023
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 ?

Re: How to align logopicture on the rightside ?

Posted: Sun Feb 15, 2009 12:56 am
by calguy1000
please try to post in the correct forum, and provide detailed information and context about your posts.

you've been warned.

Re: How to align logopicture on the rightside ?

Posted: Sun Feb 15, 2009 3:48 pm
by CWebguy
background-position:right;