Re: [css-d] background layering, transparency help

2010-06-22 Thread Chris Blake
> Stuart King wrote: >> Hi : >> >> I need to logo to be on top. >> >> 2. I need the yellow background to be at 75% opacity >> >> 3. I need the text and image in the .mc_50 and .mc_50r classes to >> be at 100% >> opacity >> >> Please help >> >> >> URL: >> >> http://www.clarksburgwineco.com/index

Re: [css-d] background layering, transparency help

2010-06-22 Thread David Laakso
Stuart King wrote: > Hi : > > I need to logo to be on top. > > 2. I need the yellow background to be at 75% opacity > > 3. I need the text and image in the .mc_50 and .mc_50r classes to be at 100% > opacity > > Please help > > > URL: > > http://www.clarksburgwineco.com/index_sk.html > > thank you.

Re: [css-d] very long page in opera 9.64 and 10.54 on both windows and mac

2010-06-22 Thread David Laakso
Erik Visser wrote: > David Laakso schreef op 6/22/10 6:56 PM: > > http://beta.ottermeerhoeve.nl > >> Point to the pages that don't work. >> >> > > > these (amongst others) have still long pages: > http://www.ottermeerhoeve.nl/index.php > http://www.ottermeerhoeve.nl/biobl

Re: [css-d] background layering, transparency help

2010-06-22 Thread Tim Climis
On Tuesday, June 22, 2010 9:53:06 pm Philippe Wittenbergh wrote: > It won't -of course- affect the image. rgba(255,247,200,.75) is a _color_ > value. As you say, if the image needs a bleached-out look, edit it in a > dedicated app. > I didn't think it was quite that obvious... I'll admit, i did

Re: [css-d] background layering, transparency help

2010-06-22 Thread Philippe Wittenbergh
On Jun 23, 2010, at 10:28 AM, Tim Climis wrote: >> I need to logo to be on top. >> >> 2. I need the yellow background to be at 75% opacity >> >> 3. I need the text and image in the .mc_50 and .mc_50r classes to be at >> 100% opacity >> > > I tried > > background: rgba(255,247,200,.75) ... >

Re: [css-d] Fw: Re: centering 3 float: left boxes

2010-06-22 Thread Tim Climis
On Tuesday, June 22, 2010 9:36:10 pm Jay Tanna wrote: > This message was sent to the list but got lost in the system!!! Gremlin > again? > > --- On Wed, 23/6/10, Jay Tanna wrote: > > No you can't center the three boxes > > of size 25% because the total width is only 75% So I > > suggest change

[css-d] Fw: Re: centering 3 float: left boxes

2010-06-22 Thread Jay Tanna
This message was sent to the list but got lost in the system!!! Gremlin again? --- On Wed, 23/6/10, Jay Tanna wrote: > No you can't center the three boxes > of size 25% because the total width is only 75%  So I > suggest change your css as follows: > > #container { >     width: 100%; >     m

Re: [css-d] background layering, transparency help

2010-06-22 Thread Tim Climis
On Tuesday, June 22, 2010 2:24:00 pm Stuart King wrote: > Hi : > > I need to logo to be on top. > > 2. I need the yellow background to be at 75% opacity > > 3. I need the text and image in the .mc_50 and .mc_50r classes to be at > 100% opacity > I tried background: rgba(255,247,200,.75) ...

Re: [css-d] centering 3 float: left boxes

2010-06-22 Thread Tim Climis
On Tuesday, June 22, 2010 8:06:27 pm martin wrote: > Hi all > > I'm trying to center 3 float:left boxes in the middle of the main > container. This might be pretty simple, actually... Untested, but give: #container { float: left; margin: 0 auto; } a try. Theory: once you float the contai

Re: [css-d] centering 3 float: left boxes

2010-06-22 Thread Peter Coates
Well the first thing that comes to mind is to add a larger margin-left to #left_main. But the calculation is not obvious as your container is 1024px, and you have margins and padding of 1em. Across the floating divs, you have 3x25%x1024px = 768px for the div content, 6x1em for the margins. So yo

[css-d] centering 3 float: left boxes

2010-06-22 Thread martin
Hi all I'm trying to center 3 float:left boxes in the middle of the main container. So far I've got: ,[ html markup ] | | | Everyday Expressions | | This is the left one | | | This is the centre one | | | this is the right one | | | | | ` ,[ css ] | | body {

Re: [css-d] very long page in opera 9.64 and 10.54 on both windows and mac

2010-06-22 Thread Erik Visser
David Laakso schreef op 6/22/10 6:56 PM: http://beta.ottermeerhoeve.nl > > > Point to the pages that don't work. > these (amongst others) have still long pages: http://www.ottermeerhoeve.nl/index.php http://www.ottermeerhoeve.nl/biobloemen.php http://www.ottermeerhoeve.nl/natuurkampe

Re: [css-d] Font treatment suggestion?

2010-06-22 Thread Brian M. Curran
>The mission of this list is the practical application of CSS. If your >/personal mission/ is to seek ideas, the Web, rather than this list, may >be the place to start. > >For example: >Blockquotes and pull quotes. >http://www.smashingmagazine.com/2008/06/12/block-quotes-and-pull-quotes-examples-

[css-d] New Version of Mozilla Firefox Released Today! Version 3.6.4

2010-06-22 Thread Jay Tanna
New version is available today from here: hth __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- htt

[css-d] Fwd: web page help

2010-06-22 Thread Tom Livingston
Ah, auto correction. How I hate you... ..."Sticky FOOTERS always seem more trouble than they are worth"... On Tue, Jun 22, 2010 at 4:34 PM, Tom Livingston wrote: > You could also add a min-height to the content wrap to define a minimum page > height. Sticky copters always seemed more trouble t

Re: [css-d] web page help

2010-06-22 Thread Tom Livingston
You could also add a min-height to the content wrap to define a minimum page height. Sticky copters always seemed more trouble them their worth. Sent from my iPod On Jun 22, 2010, at 1:36 PM, David Laakso wrote: > TriState Advantage, Kris Jacobson wrote: >> I still have a negative margin on t

Re: [css-d] background layering, transparency help

2010-06-22 Thread David Laakso
Stuart King wrote: > Hi : > > I need to logo to be on top. > Bang the browser reload button a couple of times. Does the logo jump on top? > > http://www.clarksburgwineco.com/index_sk.html > > --Stuart > Best, ~d -- http://chelseacreekstudio.com/ _

[css-d] background layering, transparency help

2010-06-22 Thread Stuart King
Hi : I need to logo to be on top. 2. I need the yellow background to be at 75% opacity 3. I need the text and image in the .mc_50 and .mc_50r classes to be at 100% opacity Please help URL: http://www.clarksburgwineco.com/index_sk.html thank you. --Stuart ___

Re: [css-d] web page help

2010-06-22 Thread David Laakso
TriState Advantage, Kris Jacobson wrote: > I still have a negative margin on the header ul but it works in IE6 & 8 and > FF 3.63. > > I put the footer div into the content div as you suggested David but then the > footer floated to the top. Adding more content would push it down but I do > not

Re: [css-d] very long page in opera 9.64 and 10.54 on both windows and mac

2010-06-22 Thread David Laakso
Erik Visser wrote: > David Laakso schreef op 6/21/10 11:45 PM: >> Erik Visser wrote: >>> >>> http://beta.ottermeerhoeve.nl >> >> > > Thanks David, this fixed it for some pages. > > > Thank you, Erik Visser > Point to the pages that don't work. Best, ~d -- desktop http://chelseacreekstudi

Re: [css-d] web page help

2010-06-22 Thread russ
I would do a google search for "sticky footer". It's a technique that keeps the footer always at the bottom of the page. There are quite a few tutorials that show how to do it. > I put the footer div into the content div as you suggested David but then > the footer floated to the top. Adding m

Re: [css-d] very long page in opera 9.64 and 10.54 on both windows and mac

2010-06-22 Thread Erik Visser
David Laakso schreef op 6/21/10 11:45 PM: > Erik Visser wrote: >> (tested on windows xp and mac os x snow leopard) >> both opera 9.64 en 10.54 make this page very long: >> >> http://beta.ottermeerhoeve.nl > > > > This... > > > > ... > > > > > > Becomes this... > > ... > >

[css-d] web page help

2010-06-22 Thread TriState Advantage, Kris Jacobson
Thank you Tom and David for the help. Putting display block on the header image took care of the white borders. I still have a negative margin on the header ul but it works in IE6 & 8 and FF 3.63. I put the footer div into the content div as you suggested David but then the footer floated to th

Re: [css-d] CSS Not Validating

2010-06-22 Thread Philip Taylor (Webmaster, Ret'd)
Duane Nelson wrote: > I'm of the validation persuasion, because I lack the "theory" behind CSS > and HTML. By validating my code, which I learned I need to do from this > list, I have a foundation to fix the display behavior. This PNG fix > only affected IE browsers below version 6. I tried a

Re: [css-d] CSS Not Validating

2010-06-22 Thread Duane Nelson
Wow...and I thought that this was a simple fix ;-) I'm of the validation persuasion, because I lack the "theory" behind CSS and HTML. By validating my code, which I learned I need to do from this list, I have a foundation to fix the display behavior. This PNG fix only affected IE browsers be