Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

CSS - Is THIS Possible?

  • Subject: CSS - Is THIS Possible?
  • From: Roy Schestowitz <newsgroups@schestowitz.com>
  • Date: Sun, 05 Dec 2004 11:56:03 +0000
  • Newsgroups: alt.html
  • User-agent: KNode/0.7.2
In my CSS I included the following:


#Div_png_top {
        font-size: 40px;
        text-align: center;
        position:fixed;
        top:10px;
        right: 300px;
        background:url(/IMG/blog_css/up.png) no-repeat top left;
        width:50px;
        height:50px;
}


My question is: can the line

right: 300px;

be replaced so that the object always appears in the _center_? I tried many
things to no avail.

Thanks in advance,
Roy

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index