Roy Schestowitz wrote:
> My question is: can the line
> right: 300px;
> be replaced so that the object always appears in the _center_?
right: 50%; /* Half the containing block */
margin-right: -25px; /* Half the width of the element */
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
|