Re: [css-d] Div background image in Chrome

2010-09-24 Thread Philippe Wittenbergh
On Sep 25, 2010, at 9:05 AM, K DeMott wrote: > I'm cleaning up a small website an checking browser compatibility. Everything > appears to line up correctly in IE 7 and 8, FF 3 and 4 and Opera 10. > > drbrentchiropractor.com > > In Chrome, the background image for the main content section (betw

[css-d] Div background image in Chrome

2010-09-24 Thread K DeMott
I'm cleaning up a small website an checking browser compatibility. Everything appears to line up correctly in IE 7 and 8, FF 3 and 4 and Opera 10. drbrentchiropractor.com In Chrome, the background image for the main content section (between the header and footer) is offset by one pixel to the r

Re: [css-d] DIV background image in wrong place

2009-04-24 Thread Philippe Wittenbergh
On Apr 25, 2009, at 11:56 AM, phidlerw...@gmail.com wrote: > I'm obviously doing something wrong(ly): > > I want a background image to appear in the lower left of a div, so > I've styled it so: > > #page > { > width: 939px; > margin: 0 auto; > min-height: 650px; > backgrou

[css-d] DIV background image in wrong place

2009-04-24 Thread phidlerwerf
I'm obviously doing something wrong(ly): I want a background image to appear in the lower left of a div, so I've styled it so: #page { width: 939px; margin: 0 auto; min-height: 650px; background-image: url(images/zengrass40.gif); background-repeat: no-rep

Re: [css-d] DIV Background

2008-06-18 Thread Gunlaug Sørtun
Christopher wrote: > I would like to have the background in the body (rather the whole > page) shrink to that of the users browser window so that it matches > now I know at least I hope I know that the lowest common resolution > is 800x600 so if I could have the page fit the browser window of a > 8

Re: [css-d] DIV Background

2008-06-18 Thread Christopher
I would like it to shrink to fit any browser window, not so much stretch as a graphic never looks good stretched. Gunlaug Sørtun wrote: > Christopher wrote: >> Alright, I got a style on the {body} so far so good, may I ask of any >> of you to check out the page at www.walkfar.ca/main2.html and t

Re: [css-d] DIV Background

2008-06-18 Thread Gunlaug Sørtun
Christopher wrote: > Alright, I got a style on the {body} so far so good, may I ask of any > of you to check out the page at www.walkfar.ca/main2.html and tell > me your resolution and how it looks I'd like to hear from low > resolutions to high HIGH resolutions :-) You can check what it looks

Re: [css-d] DIV Background

2008-06-18 Thread Christopher
I would like to have the background in the body (rather the whole page) shrink to that of the users browser window so that it matches now I know at least I hope I know that the lowest common resolution is 800x600 so if I could have the page fit the browser window of a 800x600 user without no ho

Re: [css-d] DIV Background

2008-06-18 Thread Christopher
Alright, I got a style on the {body} so far so good, may I ask of any of you to check out the page at www.walkfar.ca/main2.html and tell me your resolution and how it looks I'd like to hear from low resolutions to high HIGH resolutions :-) Thank You _

Re: [css-d] DIV Background

2008-06-18 Thread Christopher
I had forgotten, that's all I understand CSS just how it done again. Peter Hyde-Smith wrote: > - Original Message - > From: "Christopher" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, June 18, 2008 6:24 AM > Subject: Re: [css-d] DIV Background > &

Re: [css-d] DIV Background

2008-06-18 Thread Peter Hyde-Smith
- Original Message - From: "Christopher" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 18, 2008 6:24 AM Subject: Re: [css-d] DIV Background How do I declare it on the html\body and have it repeat ? I am using DW as I forgot ? Christopher: Some (maybe many) of

Re: [css-d] DIV Background

2008-06-18 Thread Christopher
How do I declare it on the html\body and have it repeat ? I am using DW as I forgot ? Gunlaug Sørtun wrote: > Christopher wrote: >> Anyone know how I can get my background to fit the full screen, I >> posted a link a few day ago. > > If you want a background to fill the browser-window - declare

Re: [css-d] DIV Background

2008-06-18 Thread Gunlaug Sørtun
Christopher wrote: > Anyone know how I can get my background to fit the full screen, I posted > a link a few day ago. If you want a background to fill the browser-window - declare it on html/body and let it repeat. If you want a block-element (a div for instance) to span the same full browser-

[css-d] DIV Background

2008-06-17 Thread Christopher
Anyone know how I can get my background to fit the full screen, I posted a link a few day ago. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Li

Re: [css-d] div background issue

2008-06-14 Thread David Laakso
Duane Nelson wrote: > > I'm sure there is a simple fix to my issue, but I've done so many > different approaches displays, floats, positions, and margins that I > think I've utterly confused myself. > > Link: http://alansonnazarene.org/index1.html > CSS: http://alansonnazarene.org/css/anaz.css

Re: [css-d] div background issue

2008-06-14 Thread Mark Wheeler
On Jun 14, 2008, at 7:22 AM, Duane Nelson wrote: > Good morning, all. > > I'm sure there is a simple fix to my issue, but I've done so many > different approaches displays, floats, positions, and margins that I > think I've utterly confused myself. > > Link: http://alansonnazarene.org/index1.htm

[css-d] div background issue

2008-06-14 Thread Duane Nelson
Good morning, all. I'm sure there is a simple fix to my issue, but I've done so many different approaches displays, floats, positions, and margins that I think I've utterly confused myself. Link: http://alansonnazarene.org/index1.html CSS: http://alansonnazarene.org/css/anaz.css Issue Goal:

Re: [css-d] div background opacity

2008-03-26 Thread david
Chris Broadfoot wrote: > david wrote: >> Daniel Hammond wrote: >>> | Is there a way to reduce the opacity of the background color | of a >>> div to a percentage less than 100%, >>> | but not completely transparent? | 50% for example. >>> | Daniel Hammond >>> >>> | yes there is a way: >>> | check t

Re: [css-d] div background opacity

2008-03-25 Thread Chris Broadfoot
david wrote: > Daniel Hammond wrote: >> | Is there a way to reduce the opacity of the background color >> | of a div to a percentage less than 100%, >> | but not completely transparent? >> | 50% for example. >> | Daniel Hammond >> >> | yes there is a way: >> | check this out: >> | http://www.w3sc

Re: [css-d] div background opacity

2008-03-25 Thread david
Daniel Hammond wrote: > | Is there a way to reduce the opacity of the background color > | of a div to a percentage less than 100%, > | but not completely transparent? > | 50% for example. > | Daniel Hammond > > | yes there is a way: > | check this out: > | http://www.w3schools.com/css/css_image

Re: [css-d] div background opacity

2008-03-25 Thread Daniel Hammond
| Is there a way to reduce the opacity of the background color | of a div to a percentage less than 100%, | but not completely transparent? | 50% for example. | Daniel Hammond | yes there is a way: | check this out: | http://www.w3schools.com/css/css_image_transparency.asp | Nina.. Thanks, that

Re: [css-d] div background opacity

2008-03-25 Thread Nina van der Zwan
yes there is a way: check this out: http://www.w3schools.com/css/css_image_transparency.asp Nina.. - Original Message From: Daniel Hammond <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Sent: Tuesday, March 25, 2008 5:27:21 PM Subject: [css-d] div background opacity Is t

[css-d] div background opacity

2008-03-25 Thread Daniel Hammond
Is there a way to reduce the opacity of the background color of a div to a percentage less than 100%, but not completely transparent? 50% for example. Daniel Hammond 2227 Dunseath Avenue Atlanta, GA 30318 770-842-8817 www.objectivedesigns.com __

Re: [css-d] div background only partially showing up in IE7

2008-01-26 Thread David Hucklesby
On Sat, 26 Jan 2008 13:44:36 -0800, Peggy Coats wrote: > I've been testing this draft page with several platforms/browsers. The #nav > div is > supposed to show a purple bar above with a horizontal band of images below. > For some > reason, I'm unable to see the images in IE7, although they show

[css-d] div background only partially showing up in IE7

2008-01-26 Thread Peggy Coats
I've been testing this draft page with several platforms/browsers. The #nav div is supposed to show a purple bar above with a horizontal band of images below. For some reason, I'm unable to see the images in IE7, although they show up in all other browsers. Any help would be appreciated: http://

Re: [css-d] div background question

2006-11-21 Thread Peggy Coats
Thanks, David. That is absolutely what I wanted to do and it solves the problem completely. Peg On 11/21/06, David Hucklesby <[EMAIL PROTECTED]> wrote: > > On Tue, 21 Nov 2006 17:12:00 -0800, Peggy Coats wrote: > > I have a background image in my #container div that I would like to > > change o

Re: [css-d] div background question

2006-11-21 Thread David Hucklesby
On Tue, 21 Nov 2006 17:12:00 -0800, Peggy Coats wrote: > I have a background image in my #container div that I would like to > change on different pages. Is there some way to do this besides creating > a separate class for each page (e.g., #container-about, #container- > contact, etc.)? >

Re: [css-d] div background question

2006-11-21 Thread ~davidLaakso
Peggy Coats wrote: > I have a background image in my #container div that I would like to change > on different pages. Is there some way to do this besides creating a > separate class for each page (e.g., #container-about, #container-contact, > etc.)? > > see this css for example: http://ambientglo

Re: [css-d] div background question

2006-11-21 Thread Loek Hilgersom
Hi Peggy, > I have a background image in my #container div that I would like to change > on different pages. Is there some way to do this besides creating a > separate class for each page (e.g., #container-about, #container-contact, > etc.)? > CSS itself is not a scripting language with conditi

[css-d] DIV background image swap on mouseover?

2006-08-05 Thread Magenta Placenta
http://designs.inherent.com/dynapsis/7_27_06/admin_home.cfm This is the effect I'm after, you can see the illustrated mouseover on the top left rounded corner box - gray to orange. http://designs.inherent.com/dynapsis/build/admin_home.cfm http://designs.inherent.com/dynapsis/build/stylesheet.css

Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Maarten Reynders
> Maarten, > > on Monday, January 30, 2006 at 10:55 Maarten Reynders wrote: > >> Site: http://www.plusminusitv.be/index.php?page=opzet >> CSS: http://www.plusminusitv.be/design/css/style.css > > You've got to clear the floats before the container div closes, to > force the container to wrap the flo

Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Martin Heiden
Maarten, on Monday, January 30, 2006 at 10:55 Maarten Reynders wrote: > Site: http://www.plusminusitv.be/index.php?page=opzet > CSS: http://www.plusminusitv.be/design/css/style.css You've got to clear the floats before the container div closes, to force the container to wrap the floats. Add aft

Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Maarten Reynders
Inventis MailI've got a problem with a background which should fill my >> #container div nicely. In Internet Explorer it works fine. In Firefox it >> won't fill... >> >> Try: >> background-image: url(../images/cont_bg.gif); >> background-repeat:repeat-y; >> >> >> Ian > >>>Nope, still

Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Ian Young
>>>Inventis MailI've got a problem with a background which should fill my > #container div nicely. In Internet Explorer it works fine. In Firefox it > won't fill... >>> > > Try: > background-image: url(../images/cont_bg.gif); > background-repeat:repeat-y; > > > Ian >>Nope, still nothing. On

Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread David Dorward
On 30/01/06, Maarten Reynders <[EMAIL PROTECTED]> wrote: > Inventis MailI've got a problem with a background which should fill my > #container div nicely. In Internet Explorer it works fine. In Firefox it > won't fill... I don't have the time/tools to do a serious investigation right now, but my g

Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Maarten Reynders
>>>Inventis MailI've got a problem with a background which should fill my > #container div nicely. In Internet Explorer it works fine. In Firefox it > won't fill... >>> > > Try: > background-image: url(../images/cont_bg.gif); > background-repeat:repeat-y; > > > Ian Nope, still nothing. _

Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Ian Young
>>Inventis MailI've got a problem with a background which should fill my #container div nicely. In Internet Explorer it works fine. In Firefox it won't fill... >> Try: background-image: url(../images/cont_bg.gif); background-repeat:repeat-y; Ian -- No virus found in this outgoing message.

[css-d] DIV background problem in FireFox

2006-01-30 Thread Maarten Reynders
Inventis MailI've got a problem with a background which should fill my #container div nicely. In Internet Explorer it works fine. In Firefox it won't fill... Site: http://www.plusminusitv.be/index.php?page=opzet CSS: http://www.plusminusitv.be/design/css/style.css It would be great if anyone co

[css-d] div background-image showing on some browsers, not on others.

2006-01-09 Thread Lawrence Kellie
Site: "http://www.safetymattersseattle.com/CSS Site/index.html" In IE6 and NS 7, okay, sometimes. In Firefox 1.5 and Opera 8.51, header graphic (in div with background-image) header graphic does not show. i do not know how to solve this problem. CSS at "http://www.safetymattersseattle.c

Re: [css-d] div background not showing in Firefox

2005-12-12 Thread Christian Montoya
On 12/12/05, Brian Funk <[EMAIL PROTECTED]> wrote: > Brian, I don't think you should use empty spans. They aren't invalid but Tidy warns that it's trimming empty spans, which means that when something like a span is completely empty, some browsers will render it and others might not. I think you

Re: [css-d] div background not showing in Firefox

2005-12-12 Thread Eric Ladner
Assigning div#sulliboard a height makes it show up in FF. I can see why that wouldn't show up in IE, but not sure about Opera. E On 12/12/05, Brian Funk <[EMAIL PROTECTED]> wrote: [snip] > div#subbillboard { > width: 798px; > background: url(image/sheetmusiccrop.jpg); > background-re

Re: [css-d] div background not showing in Firefox

2005-12-12 Thread CJ Larson
> Hi all. I'm much newbie. Been lurking for a while and > learned lots. Much appreciated. I got brave enough to > try my own stuff. Sure enough, I got stuck. Why > doesn't my background image show in Firefox, but shows > in Opera and IE6? > > html at: > http://www.members.shaw.ca/pianobyanna/index

[css-d] div background not showing in Firefox

2005-12-12 Thread Brian Funk
Hi all. I'm much newbie. Been lurking for a while and learned lots. Much appreciated. I got brave enough to try my own stuff. Sure enough, I got stuck. Why doesn't my background image show in Firefox, but shows in Opera and IE6? html at: http://www.members.shaw.ca/pianobyanna/index.html css at: h

Re: [css-d] div background issues on Mozilla

2005-05-06 Thread Lorin Rivers
On May 6, 2005, at 9:01 AM, Lorin Rivers wrote: On this page: The divs toward the bottom center should alternate between white and light yellow. It renders fine on Safari but on Mozilla the there's no background. If I uncomment the "debugging borders", the

[css-d] div background issues on Mozilla

2005-05-06 Thread Lorin Rivers
On this page: The divs toward the bottom center should alternate between white and light yellow. It renders fine on Safari but on Mozilla the there's no background. If I uncomment the "debugging borders", the background colors DO work. What am I doing wron