[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 caption, that I would like to have centered. I cannot achieve
that, try what I will. Making it worse, however, is no problem!

Hi Bruce, I did a test page that I think will work for you
http://scottdemontluzin.com/test/centered_images.html
I placed the images in an unordered list and floated the list
to the left.
Best, Scott
__
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 policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 the footer when the window
narrows.
Could anyone help with that?
TIA Scott
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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
#gallery content is
cut off if the window narrows, here's the site:
http://www.scottdemontluzin.com/test/sdpaintings_1.htm
Thanks, Scott
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/