Re: [css-d] Centering images with caption in a column

2008-12-25 Thread Mustafa Quilon
#figure { text-align: center; /*This should do what you want*/ } - Mustafa __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List polic

Re: [css-d] Something causing my CSS not to display correctly...

2008-12-25 Thread Jacob Taylor
On 12/25/2008 5:21 PM, John Moynihan wrote: > html, body { > > height: 100%; > > width: 900px; That might cause some problems with unstyled whitespace around your site content for those people who have a higher resolution than 1024x768 ish. The easiest fix woul

[css-d] Something causing my CSS not to display correctly...

2008-12-25 Thread John Moynihan
Hi, I am working on developing a basic css site layout with 2 columns, header and footer. I am having trouble getting the site to look correct. I would like to make the height for 2 columns 100%. I have the following code.I'd greatly appreciate any input on what I am doing wrong. html, body {

Re: [css-d] Centering images with caption in a column

2008-12-25 Thread JR Heard
On Thu, Dec 25, 2008 at 4:20 PM, wrote: > > The page at http://www.maireadnesbitt.com/CSSexp.html has fixed-width columns > at the left and right (not of the same width) and a column of variable width, > depending on the screen size, in the middle - shown temporarily with a blue > border. In th

[css-d] Centering images with caption in a column

2008-12-25 Thread bruce . somers
The page at http://www.maireadnesbitt.com/CSSexp.html has fixed-width columns at the left and right (not of the same width) and a column of variable width, depending on the screen size, in the middle - shown temporarily with a blue border. In that middle column, I have a pair of images with capt