-
CSS Layouts
Hi there,
I’ve always used tables for layout and css for text elements etc. I’m trying to modernise and learn to use css for layout. i’m prtty clueless about this.
the content for my planned site will be in a rectangular box, say 650 by 300. This should always float in the middle (vertical and horizontal) of the page regardless of the browser window size. How do I position my 650 by 300 container DIV in this way. If I try to use a top:50%; left:50%; value, the top left corner of my container div is alway in the middle of the page. How do I get the center-point of my container div to always be the centre of the page?
a stupid question i know, but it’s been bugging me…
Thanks very much for the help.
michael