[css-d] background image issues

2008-03-01 Thread Lisa Wilcox
Hi have this site http://www.webgirlwebdesigns.com/testing/LehutaSiadak/index.html And when you view it, the background doesn't fall down behind the content. If anyone has any suggestions, I would appreciate it. Thank you, Lisa

Re: [css-d] background image issues

2008-03-01 Thread Usamah M. Ali
On Sun, Mar 2, 2008 at 7:49 AM, Lisa Wilcox [EMAIL PROTECTED] wrote: Hi have this site http://www.webgirlwebdesigns.com/testing/LehutaSiadak/index.html And when you view it, the background doesn't fall down behind the content. If anyone has any suggestions, I would appreciate it. Thank

Re: [css-d] background image issues

2008-03-01 Thread Gunlaug Sørtun
Lisa Wilcox wrote: http://www.webgirlwebdesigns.com/testing/LehutaSiadak/index.html And when you view it, the background doesn't fall down behind the content. Add... #content {overflow: hidden;} * html #content {overflow: visible; height: 1%;} ...in that order, to make that container

Re: [css-d] background-image issues

2007-08-05 Thread Ray Leventhal
On 8/3/07, Ray Leventhal [EMAIL PROTECTED] wrote: Hi folks, http://wh1.swhi.net/~admin27/index.php CSS is in: http://wh1.swhi.net/~admin27/styles/newlifemontessori.css Basic layout: The overall content area is in a div with an id of 'container'. Within 'container' are other divs,

Re: [css-d] background-image issues

2007-08-04 Thread Arian Hojat
Hey Ray, 'background: transparent;' in same rule is actually overiding background tag from 'background-image: url(images/site_header2.jpg);' You probably want 'background-color: transparent;' or just let it get default value. good luck, Arian Hojat On 8/3/07, Ray Leventhal [EMAIL PROTECTED]

[css-d] background-image issues

2007-08-03 Thread Ray Leventhal
Hi folks, http://wh1.swhi.net/~admin27/index.php CSS is in: http://wh1.swhi.net/~admin27/styles/newlifemontessori.css Basic layout: The overall content area is in a div with an id of 'container'. Within 'container' are other divs, 'head', 'nav', 'main'. new issue: background-image for

Re: [css-d] background-image (ISSUES)

2007-06-06 Thread Jon Fisher
You'll be wanting some closing li tags in there, too ;) __ 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 --

[css-d] background-image (ISSUES)

2007-06-05 Thread Jason Ogle
Howdy folks, I'm trying to use my background-image and keep my body properties within my external stylesheet. The problem is, the only way I can get it to appear is if I put it inline in my .html page. Check out: http://www.jasonogle.com/samples Anybody else ever run into this? I've tried

Re: [css-d] background-image (ISSUES)

2007-06-05 Thread Audra Coldiron
Jason Ogle wrote: Howdy folks, I'm trying to use my background-image and keep my body properties within my external stylesheet. The problem is, the only way I can get it to appear is if I put it inline in my .html page. Check out: http://www.jasonogle.com/samples Anybody else ever