|
|
 |
Re: FN-FORUM: CSS, Layers and Mapping- Part2
date posted 10th January 2006 15:39
Lorna McArdle - Spinette Designs wrote:
> How can I make an image stay central on the screen no matter the size of
> screen. In tables you just highlight the table and tell it be centre and it
> works but would like the effect in CSS.
img {
margin-left: auto;
margin-right: auto;
display: block;
}
See http://mag-sol.com/testimg.html
Dave...
--
Magnum Solutions Ltd
Open Source Consultancy, Development and Training
|
 |
|