[css-d] Vertical Positioning?

2008-07-24 Thread Matthew Stoneback
I asked this once before and never received a response from the group so I thought I would try one more time. At the link located below, is there any way to position Test Image Box at the bottom of the column on the left hand side? I know I can vary the top margin of the div test on each page to

Re: [css-d] Vertical Positioning?

2008-07-24 Thread David Laakso
Matthew Stoneback wrote: At the link located below, is there any way to position Test Image Box at the bottom of the column on the left hand side? HTML: http://dev.eddysound.com/dev/msc/ CSS: http://dev.eddysound.com/dev/msc/main.css Matt Stoneback Providing you can alter the

Re: [css-d] Vertical Positioning?

2008-07-24 Thread Jim Davis
I would change: #content { position: relative; } and .test { position: absolute; left: 0; bottom: 0; width: 198px; height: 175px; text-align: center; } Jim On Thu, Jul 24, 2008 at 3:37 PM, Matthew Stoneback [EMAIL PROTECTED] wrote: I asked this once before and never received a response

[css-d] vertical positioning of video content

2007-03-22 Thread Pat Pruyne
Greetings, I have a legacy table-based site that has not yet been converted to CSS that includes many QuickTime movies. Does anyone have suggestions on positioning the movies into the center of a viewer's screen? Example page: http://www.daveknox.com/DKWreckDive.html

Re: [css-d] vertical positioning of video content

2007-03-22 Thread Gunlaug Sørtun
Pat Pruyne wrote: Does anyone have suggestions on positioning the movies into the center of a viewer's screen? Example page: http://www.daveknox.com/DKWreckDive.html With CSS? This will work in most cases, and in most browsers... http://www.gunlaug.no/tos/alien/test_07_3810.html If you