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

2008-12-26 Thread Scott Demontluzin
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

[css-d] Site check

2007-12-08 Thread Scott Demontluzin
Hi List, I've been meaning to jump in for a while.I'm working on my first website http://www.scottdemontluzin.com/ I'm using the dreaded 'Holy Grail' layout and it seems to be working ok. Any criticisms will be greatly appreciated. Thanks Scott

Re: [css-d] Center liquid thumbnail gallery div

2007-09-03 Thread Scott Demontluzin
Also, I'm seeing something else. * html #wrapper { overflow: visible ; } shows the content in .thumbwrap in IE6 but pushes the wrapper over to the left and pushes the footer down. If I remove the above rule the #wrapper positions correctly but then the content in .thumbwrap is cut off by

[css-d] Center liquid thumbnail gallery div

2007-09-02 Thread Scott Demontluzin
Hi List, I'm trying to center the #gallery div within the parent #main div and keep them both liquid. I tried #gallery {margin: 0 auto;} but that did not work. Is there a way to do this? I've given #main a red background. Also, I'm using altFooterStick which is causing problems in IE 6. The

[css-d] 3-col liquid layout problems in ie 6 and 7

2007-08-22 Thread Scott Demontluzin
Hi list, This is my first post. I have a three column liquid layout, http://www.scottdemontluzin.com/pelex.htm In ie 6 and 7 when i expand the window the right column drops under the left column and then will come back to the correct position. Does anyone know the reason for this? Thanks, Scott