Re: [css-d] Background Image Not Showing in IE7/IE8

2012-11-15 Thread Markus Ernst
Am 15.11.2012 16:14 schrieb Elli Vizcaino: - Original Message - From: HMW Sales To: css-d@lists.css-discuss.org Cc: Sent: Thursday, November 15, 2012 9:56 AM Subject: Re: [css-d] Background Image Not Showing in IE7/IE8 On 11/15/2012 9:43 AM, Markus Ernst wrote: Am 15.11.2012 15

Re: [css-d] Background Image Not Showing in IE7/IE8

2012-11-15 Thread HMW Sales
On 11/15/2012 10:14 AM, Elli Vizcaino wrote: - Original Message - From: HMW Sales To: css-d@lists.css-discuss.org Cc: Sent: Thursday, November 15, 2012 9:56 AM Subject: Re: [css-d] Background Image Not Showing in IE7/IE8 On 11/15/2012 9:43 AM, Markus Ernst wrote: Am 15.11.2012 15

Re: [css-d] Background Image Not Showing in IE7/IE8

2012-11-15 Thread Elli Vizcaino
012 10:14 AM >Subject: Re: [css-d] Background Image Not Showing in IE7/IE8 > > > >- Original Message - > >> From: HMW Sales >> To: css-d@lists.css-discuss.org >> Cc: >> Sent: Thursday, November 15, 2012 9:56 AM >> Subject: Re: [css-d] Backgroun

Re: [css-d] Background Image Not Showing in IE7/IE8

2012-11-15 Thread Elli Vizcaino
- Original Message - > From: HMW Sales > To: css-d@lists.css-discuss.org > Cc: > Sent: Thursday, November 15, 2012 9:56 AM > Subject: Re: [css-d] Background Image Not Showing in IE7/IE8 > > On 11/15/2012 9:43 AM, Markus Ernst wrote: >> Am 15.11.2012

Re: [css-d] Background Image Not Showing in IE7/IE8

2012-11-15 Thread HMW Sales
On 11/15/2012 9:43 AM, Markus Ernst wrote: Am 15.11.2012 15:27 schrieb Elli Vizcaino: Here is my conditional comment in case you were wondering: At the page that you link to, I see this: Are sure you have actually posted the link to the page you have the problem with? __

Re: [css-d] Background Image Not Showing in IE7/IE8

2012-11-15 Thread Elli Vizcaino
gt; Subject: Re: [css-d] Background Image Not Showing in IE7/IE8 > > Am 15.11.2012 15:27 schrieb Elli Vizcaino: >> Here is my conditional comment in case you were wondering: >> >> > > At the page that you link to, I see this: > > > > Are sure you have

Re: [css-d] Background Image Not Showing in IE7/IE8

2012-11-15 Thread Markus Ernst
Am 15.11.2012 15:27 schrieb Elli Vizcaino: Here is my conditional comment in case you were wondering: At the page that you link to, I see this: Are sure you have actually posted the link to the page you have the problem with? __

Re: [css-d] Background Image Not Showing in IE7/IE8

2012-11-15 Thread Elli Vizcaino
2 9:04 PM >Subject: Re: [css-d] Background Image Not Showing in IE7/IE8 > >Hi Elli, > >I cannot find the conditional comment on your code, not on the ie developer >tools, nor on firebug, (I gess it has to do with a onload js script) so I'm >not sure I'm seeing the right css

Re: [css-d] Background Image Not Showing in IE7/IE8

2012-11-14 Thread Isabel Santos
Hi Elli, I cannot find the conditional comment on your code, not on the ie developer tools, nor on firebug, (I gess it has to do with a onload js script) so I'm not sure I'm seeing the right css files, but you do not really need a conditional code for the multiple backgrounds if you write the rule

[css-d] Background Image Not Showing in IE7/IE8

2012-11-14 Thread Elli Vizcaino
Hello CSS Discuss,  I'm using conditional statement to target an ie specific stylesheet to browsers IE7 & 8 since neither of them support CSS3 multiple backgrounds. While IE7 & 8 are both picking up the stylesheet's bacgkround color property it's not loading the background image. I'm not sure w

Re: [css-d] Background image not showing up

2010-05-02 Thread Thierry Koblentz
>> That container already has a white background: >> >> #container { >> background:#FF; >> border:1px solid #00; >> margin:0 auto; >> text-align:left; >> width:960px; >> } >> >> so imho there is no need to style all the divs inside it: >> >> #container div {background-color:#FF

Re: [css-d] Background image not showing up

2010-05-02 Thread taestrada
-Original Message- From: Thierry [mailto:thierry.koble...@gmail.com] On Behalf Of Thierry Koblentz Sent: Sunday, May 02, 2010 9:58 AM To: 'taestrada'; css-d@lists.css-discuss.org Subject: RE: [css-d] Background image not showing up > > I've used j-query to create so

Re: [css-d] Background image not showing up

2010-05-02 Thread Thierry Koblentz
> > I've used j-query to create some toggled content on this page: > > > > http://www.issaquahfish.org/dev/education/learn-about-salmon.html > I'm not sure why you're styling all the DIVs like that, but if you do > not > want to change that styling you can use the following to fix the issue: > >

Re: [css-d] Background image not showing up

2010-05-02 Thread taestrada
-Original Message- From: Thierry [mailto:thierry.koble...@gmail.com] On Behalf Of Thierry Koblentz Sent: Sunday, May 02, 2010 8:35 AM To: 'taestrada'; css-d@lists.css-discuss.org Subject: RE: [css-d] Background image not showing up > I've used j-query to create some

Re: [css-d] Background image not showing up

2010-05-02 Thread Christian Kirchhoff
Am 02.05.2010 16:55, schrieb taestrada: > I've used j-query to create some toggled content on this page: > > http://www.issaquahfish.org/dev/education/learn-about-salmon.html > > > > If you click on any of the toggles, you will see the bottom background image > from is there, but the repeating im

Re: [css-d] Background image not showing up

2010-05-02 Thread Thierry Koblentz
> I've used j-query to create some toggled content on this page: > > http://www.issaquahfish.org/dev/education/learn-about-salmon.html > > > > If you click on any of the toggles, you will see the bottom background > image > from is there, but the repeating image for class="toggle_container">

[css-d] Background image not showing up

2010-05-02 Thread taestrada
I've used j-query to create some toggled content on this page: http://www.issaquahfish.org/dev/education/learn-about-salmon.html If you click on any of the toggles, you will see the bottom background image from is there, but the repeating image for is missing. I've spent way too much time tr

Re: [css-d] background image not showing

2007-05-17 Thread Phil Turner
I've just spotted it ... I feel so foolish.but the learning curve is there I can spot my own mistakes now, sorry for a dumb post Phil T __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] background image not showing

2007-05-17 Thread ron zisman
On May 17, 2007, at 6:47 PM, Phil Turner wrote: > Hi Everyone > I've started a new site here http://www.philturner-uk.com/trish/ > index and I have put a background image in #lgeimagepanel > can someone tell me why it wont show, first test in firefox on a mac > not tried anything else yet

[css-d] background image not showing

2007-05-17 Thread Phil Turner
Hi Everyone I've started a new site here http://www.philturner-uk.com/trish/ index and I have put a background image in #lgeimagepanel can someone tell me why it wont show, first test in firefox on a mac not tried anything else yet Phil Turner FREELANCE DESIGNER NEW BOOK - YOUR PLANE

Re: [css-d] Background image not showing in Firefox Opera etc.

2007-03-18 Thread david
Joanne wrote: > I have a background image that's displaying in IE6 but not firefox or Opera > (haven't tested IE7 or Safari yet). > > The background image in question is the background image for id="main">. It is dark blue for the 150px on the left, and white for the > rest of it. > > > > I h

Re: [css-d] Background image not showing in Firefox Opera etc.

2007-03-18 Thread Gunlaug Sørtun
Joanne wrote: > I have a background image that's displaying in IE6 but not firefox or > Opera (haven't tested IE7 or Safari yet). IE7 will display the background. Safari will not. > I have uploaded it at www.sparrowdog.com/test.htm The missing background is caused by the fact that "floats are n

[css-d] Background image not showing in Firefox Opera etc.

2007-03-18 Thread Joanne
I have a background image that's displaying in IE6 but not firefox or Opera (haven't tested IE7 or Safari yet). The background image in question is the background image for . It is dark blue for the 150px on the left, and white for the rest of it. I have uploaded it at www.sparrowdog.com/test.

Re: [css-d] background image not showing up [IE/FF]

2006-11-09 Thread Gunlaug Sørtun
Marcelo Wolfgang wrote: > I'm developing a page that I'm having some problems with a background > image being only show behind the first child element and not behind > everything else, in both IE and Firefox > http://www.mobilciclo.org/cadastro/ A flaw in your stylesheet. Change... #content-b

[css-d] background image not showing up [IE/FF]

2006-11-09 Thread Marcelo Wolfgang
Hi all, I'm developing a page that I'm having some problems with a background image being only show behind the first child element and not behind everything else, in both IE and Firefox I'm imagining that the reason are because of the floats, but I couldn't figure out really why this is happening

Re: [css-d] Background image not showing

2006-10-30 Thread David Hucklesby
On Sat, 28 Oct 2006 23:00:20 +0100 (BST), ed gooddy wrote: > Thanks David for the reply. I tried what you said and it is working > excellently on most of the browsers! Hi Ed, So glad to hear that helped. Thanks for letting us know. > I only get the background image not > shown on the following

Re: [css-d] Background image not showing

2006-10-30 Thread ed gooddy
Thanks David for the reply. I tried what you said and it is working excellently on most of the browsers! I only get the background image not shown on the following two (non flash) combos: Netscape 4.78 (no Flash)Windows 2000 Professional (background image not shown) Explorer 4.0 (no

Re: [css-d] Background image not showing

2006-10-27 Thread David Hucklesby
ed gooddy wrote: > Thanks for the pointer to the validating page francky- I added the > closing div but the problem continues with background image not being > shown(except in Internet Explorer and windows OS) Does anyone know why > this is happening and what I can do to make the background image

Re: [css-d] Background image not showing

2006-10-27 Thread ed gooddy
Thanks for the pointer to the validating page francky- I added the closing div but the problem continues with background image not being shown(except in Internet Explorer and windows OS) Does anyone know why this is happening and what I can do to make the background image show? #navbar {

Re: [css-d] Background image not showing

2006-10-26 Thread francky
ed gooddy wrote: >Hi David and all, > OK hereis the link: http://www.villa-corti.com/menus.htm >Here are the problems: >With the following browsers and OSs the background image in the >navbar div doesn´t show-why oh why?! Thanks for any pointers: >[...] >(big ul) >[...] >Other problems wit

[css-d] Background image not showing

2006-10-26 Thread ed gooddy
Hi David and all, OK hereis the link: http://www.villa-corti.com/menus.htm Here are the problems: With the following browsers and OSs the background image in the navbar div doesn´t show-why oh why?! Thanks for any pointers: Firefox 1.5.0 (no Flash) + Linux Fedora Core 4 Firefox 2.0b1 (

Re: [css-d] Background image not showing

2006-10-24 Thread David Merwin
How abotu some links to your CSS? And maybe the file itself? David Merwin [EMAIL PROTECTED] 541-335-1832 http://www.davemerwin.com http://www.purebluedesign.com http://www.betachurch.org http://www.agiprofessional.com On Oct 24, 2006, at 9:25 AM, ed gooddy wrote: > With the following browsers

[css-d] Background image not showing

2006-10-24 Thread ed gooddy
With the following browsers and OSs the background image in the navbar div doesn´t show-why oh why?! Thanks for any pointers: Firefox 1.5.0 (no Flash) + Linux Fedora Core 4 Firefox 2.0b1 (no Flash) +Linux Fedora Core 4 Konqueror 3.4.0-5 (no Flash) + Linux Fedora Core 4 Mozilla 1.7.1

Re: [css-d] background image not showing up

2006-09-26 Thread Liz
On 9/26/06 4:19 AM, "Roberto Gorjão" <[EMAIL PROTECTED]> wrote: > Olá Liz, > > You need a div inside the content div (by the way, you have two of this > one) that pushes its height. My suggestion is: > > 1- edit the markup so the footer div gets inside the content but after > the the cols div

Re: [css-d] background image not showing up

2006-09-26 Thread Liz
On 9/26/06 4:18 AM, "Roger Roelofs" <[EMAIL PROTECTED]> wrote: > Liz, > > On Sep 26, 2006, at 5:06 AM, Liz wrote: > >> Hello, >> >> On this page http://www.liztestsitem.com/line/test.html the >> "content" div >> that contains the left and right column has a background image that >> should >>

Re: [css-d] background image not showing up

2006-09-26 Thread Liz
On 9/26/06 3:47 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > how about a div with a line? You can set the height to whatever you want. > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> > http://www.w3.org/1999/xhtml";> > > > Untitled Document > >