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

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 new

[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

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... /div !-- wrapper_extra -- /div !-- container -- /div !-- minwidth -- div

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 more

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://chelseacreekstudio.com/

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 think

[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] 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/

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 da...@chelseacreekstudio.com wrote: TriState Advantage, Kris Jacobson wrote: I still

[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 tom...@gmail.com wrote: You could also add a min-height to the content wrap to define a minimum page height. Sticky copters always seemed

[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: http://www.mozilla.com/en-US/firefox/3.6.4/releasenotes/ hth __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

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.

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/natuurkamperen.php

[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 ] | body | div id=container class=curved | h1Everyday Expressions/h1 | div id=left_main class=curved | pThis is the left one/p | /div | div id=centre_main class=curved |

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

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

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) ... but it

[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 jta...@rocketmail.com 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 {    

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 jta...@rocketmail.com wrote: No you can't center the three boxes of size 25% because the total width is only 75% So I

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) ... but it didn't

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 didn't

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/biobloemen.php

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. --Stuart

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_sk.html thank you. --Stuart