[css-d] IE7 png opacity problem

2008-06-07 Thread Mark Wheeler
Hi, I'm not sure if my first email got lost, as I never received it, so I'm sending it out again. I apologize if you receive this twice. I can't figure out why IE7 is giving me a blacking out my png image when I assign an opacity value to the div that holds it. Here's a link. The css is in

Re: [css-d] padding problem

2008-06-07 Thread David Laakso
David Laakso wrote: Peggy Coats wrote: Can't figure out what I'm missing here: http://www.ambientglow.com/garage/pmsca/web/sample-index.html css: http://www.ambientglow.com/garage/pmsca/web/_css/pmsca-home.css I want the three horizontal divs -- header, content wrapper, and footer -- to be

Re: [css-d] padding problem

2008-06-07 Thread David Laakso
Peggy Coats wrote: Can't figure out what I'm missing here: http://www.ambientglow.com/garage/pmsca/web/sample-index.html css: http://www.ambientglow.com/garage/pmsca/web/_css/pmsca-home.css I want the three horizontal divs -- header, content wrapper, and footer -- to be flush with each

[css-d] Finishing details

2008-06-07 Thread Kim Brooks Wei
Hi People, I'm converting an older layout and have been doing OK, but I broke a couple of things. Anything I posted earlier, I managed to solve but I could use some help to fix these issues. In this interim layout the lnav and announce boxes look as they're supposed to:

Re: [css-d] Solved space problem; don't know why

2008-06-07 Thread Gunlaug Sørtun
Kim Brooks Wei wrote: I just asked for help with space between my topper and wrap at http://njlada.com/sandbox. I continued to play around and when I eliminated the border on bottom and then top of topper, the space closed up. Eliminating only the bottom border didn't do the trick. I

Re: [css-d] padding problem

2008-06-07 Thread Gunlaug Sørtun
Kepler Gelotte wrote: Just add: * { margin:0; padding:0 } to the top of your CSS file. It resets the padding and margin for all elements. A general problem with such a general reset approach is that it resets the padding and margin for all elements, and if one adds vertical margins on

[css-d] IE8 rendering

2008-06-07 Thread Stephen Davis
Does IE8 support tables, the reason I ask is that my tables, which are really tables, become compressed. Also positioning or style inserted by javascript is wrong. I thought it may be due to my use of frames, I only recently started learning about modern web design and planned the page before I

Re: [css-d] IE8 rendering

2008-06-07 Thread David Laakso
Stephen Davis wrote: Does IE8 support tables, the reason I ask is that my tables, which are really tables, become compressed. Also positioning or style inserted by javascript is wrong. I thought it may be due to my use of frames, I only recently started learning about modern web design and

[css-d] Background Auto Size

2008-06-07 Thread Christopher
I would like to know if CSS is capable of this if you create a background image that is a fixed size and want it to resize based on the browser window resizing is this possible ? __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Finishing details

2008-06-07 Thread David Laakso
Kim Brooks Wei wrote: lnav is broken in places - the nav links are abbreviated [for example, see http://njlada.com/c/contact.php] I also want the btmnav containing box to extend the entire width of my #contentwrap. Is there an easy way to do this? Kimi As of this writing, the

Re: [css-d] padding problem

2008-06-07 Thread Rob Emenecker
Paragraphs still have default margins, so it's a collapsing margins[1] case. I still don't understand. And, to be honest, sometimes when I read the specification, I feel like I need a doctorate degree in technical writing. Intuitively, I would expect the margin-bottom of that last nested p

Re: [css-d] Background Auto Size

2008-06-07 Thread Rob Emenecker
I would like to know if CSS is capable of this if you create a background image that is a fixed size and want it to resize based on the browser window resizing is this possible ? That's not possible using background properties with current CSS. Using CSS, the only way I can think of doing

Re: [css-d] Background Auto Size

2008-06-07 Thread Jim Davis
Christopher, Try this: http://www.jimdavis.org/test/imagetest1.html Not very elegant, but it seems to work. Jim On Sat, Jun 7, 2008 at 8:00 AM, Christopher [EMAIL PROTECTED] wrote: I would like to know if CSS is capable of this if you create a background image that is a fixed size and want

Re: [css-d] Finishing details

2008-06-07 Thread David Laakso
Kim Brooks Wei wrote: Hi People, In this interim layout the lnav and announce boxes look as they're supposed to: http://njlada.com/sandbox In the new layout at http://njlada.com and links which spring off from there: lnav is broken in places - the nav links are abbreviated [for

[css-d] IE rendering service

2008-06-07 Thread Raven Gildea
--- Sandy [EMAIL PROTECTED] wrote: Eric, you can check it in IE6 yourself using this free service: http://ipinfo.info/netrenderer/index.php Sandy, thank you so much. This will be enormously helpful to me. BTW, I did notice that IE5/Mac doesn't render pages the same way as this site's IE5.5

[css-d] (no subject)

2008-06-07 Thread Lee Bettridge
Hello, Is there a way to set a min-height in IE6 so that an element can grow if the text size is increased, the method needs to be compatible with IE7 and Firefox / Safari / Opera. Thanks. __ css-discuss [EMAIL PROTECTED]

Re: [css-d] (no subject)

2008-06-07 Thread Gunlaug Sørtun
Lee Bettridge wrote: Is there a way to set a min-height in IE6 so that an element can grow if the text size is increased, the method needs to be compatible with IE7 and Firefox / Safari / Opera. element {min-height: 200px; _height: 200px;} ...will make IE6 /behave/ as if it supported