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

2012-11-15 Thread Elli Vizcaino
Santos unboun...@gmail.com To: Elli Vizcaino elli...@yahoo.com Cc: CSS Discuss css-d@lists.css-discuss.org Sent: Wednesday, November 14, 2012 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

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: !--[if lt IE 9] link rel=stylesheet type=text/css href=?php bloginfo('template_directory'); ?/css/ie.css / ![endif]-- At the page that you link to, I see this: !--[if lt IE 9] link

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

2012-11-15 Thread Elli Vizcaino
...@gmail.com Sent: Thursday, November 15, 2012 9:43 AM 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: !--[if lt IE 9] link rel=stylesheet type=text/css href=?php bloginfo

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: !--[if lt IE 9] link rel=stylesheet type=text/css href=?php bloginfo('template_directory'); ?/css/ie.css / ![endif]-- At the page that you link

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

2012-11-15 Thread Elli Vizcaino
- Original Message - From: HMW Sales sa...@hallmarcwebsites.com 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:27 schrieb

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

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

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 sa...@hallmarcwebsites.com 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

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 sa...@hallmarcwebsites.com 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

[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

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

Re: [css-d] Background image randomly showing in IE6 and IE7

2010-12-13 Thread Albert van der Veen
Hi Chetan, Thanks, but this doesn't solve the problem. Image is still randomly showing/not showing :( Anything else I could try? Thanks, Albert On 10-12-2010 14:33, Chetan Crasta wrote: You have to give div#rightbackground hasLayout. You can use the proprietary zoom:1 to do this: !--[if

Re: [css-d] Background image randomly showing in IE6 and IE7

2010-12-13 Thread Chetan Crasta
Thanks, but this doesn't solve the problem. Image is still randomly showing/not showing :( Anything else I could try? Sorry about that. It worked when I applied zoom using the web developer tool. I noticed that div#rightbackground is empty and has a min-height of 854px. Did you try height:

Re: [css-d] Background image randomly showing in IE6 and IE7

2010-12-13 Thread Chetan Crasta
Ok, I think it is fixed: http://roughtech.com/t/debannehome.html I put the background image in the div#container (look at the inline style). ~Chetan __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Background image randomly showing in IE6 and IE7

2010-12-13 Thread Albert van der Veen
Hi Chetan, Thank's a lot for your feedback! Your solution seems to work better, although I didn't yet test it in all browsers. Will let you know what the results are :) Thanks again, Albert On 13-12-2010 15:38, Chetan Crasta wrote: Ok, I think it is fixed:

[css-d] Background image randomly showing in IE6 and IE7

2010-12-10 Thread Albert van der Veen
Hi all, Please have a look at this site: http://www.debanne.nl/ For some reason the large background photo on the right sometimes shows and sometimes not in IE6 and IE7. There are different pictures on every page which is accomplished by overruling the css with an extra style element in the

Re: [css-d] Background image randomly showing in IE6 and IE7

2010-12-10 Thread Chetan Crasta
You have to give div#rightbackground hasLayout. You can use the proprietary zoom:1 to do this: !--[if lte IE7] style type=text/css div#rightbackground { zoom:1; } /style ![endif]-- ~Chetan On Fri, Dec 10, 2010 at 5:23 PM, Albert van der Veen albert.lijs...@xs4all.nl wrote: Hi all, Please

[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 div class=block is there, but the repeating image for div class=toggle_container

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 div class=block is there, but the repeating image for div

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 fromdiv class=block is there, but the

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 toggled content

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 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 some toggled content

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;} Did you try to

[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

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

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

[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 div id=main. It is dark blue for the 150px on the left, and white for the rest of it. I have uploaded it at

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 not

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 div id=main. It is dark blue for the 150px on the left, and white for the rest of it. I have

[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

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

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-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 two

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

[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-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 with

[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

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 up

2006-09-26 Thread Liz
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 make a vertical line down the center but it is not showing up in Safari or Firefox. I need help in making it show. I thought that because the

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

2006-09-26 Thread ross
how about a div with a line? You can set the height to whatever you want. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; head meta http-equiv=Content-Type content=text/html;

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

2006-09-26 Thread Roberto Gorjão
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 divs... div id=content div id=leftColpLorem ipsum ...p/div div id=rightColpLorem

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

2006-09-26 Thread Roger Roelofs
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 make a vertical line down the center but it is not showing up in Safari or

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. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html

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 make a vertical line

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

[css-d] background image not showing

2006-09-22 Thread Mike
Hi, I am trying to display an image through a selector. Here is an extract of the HTML page : td %-- does not work --% div class=testimage/div %-- this works --%

Re: [css-d] background image not showing

2006-09-22 Thread David Dorward
On 22/09/06, Mike [EMAIL PROTECTED] wrote: I am trying to display an image through a selector. Here is an extract of the HTML page : td div class=testimage/div /td .testimage { background:

Re: [css-d] background image not showing

2006-09-22 Thread Mike
well, in fact I added a content in my div of course: td div class=testimageblablabla/div /td It is still not showing anything. But I tried with a much smaller picture, and it works. I am guessing it

Re: [css-d] background image not showing

2006-09-22 Thread Zoe M. Gillenwater
Mike wrote: well, in fact I added a content in my div of course: td div class=testimageblablabla/div /td It is still not showing anything. But I tried with a much smaller picture, and it

[css-d] background image not showing in FF

2005-11-25 Thread Nick Wilsdon
First post to the list so hello everyone - I'm having some trouble making my background image (bg-canvas.gif) appear in this layout when viewed in FF. No problem in IE. http://www.e3internet.com/clients/lenzone/shop/lenzoneTEST.htm Deeply appreciate someone pointing me in the right

Re: [css-d] background image not showing in FF

2005-11-25 Thread Jim Davis
Hi, In #canvas add display: table. Jim On 11/25/05, Nick Wilsdon [EMAIL PROTECTED] wrote: First post to the list so hello everyone - I'm having some trouble making my background image (bg-canvas.gif) appear in this layout when viewed in FF. No problem in IE.

Re: [css-d] background image not showing in FF

2005-11-25 Thread Nick Wilsdon
Thanks Jim/Ian display:table-caption seems to work - I was having a very strange effect with display:table. Whole page fell apart but came together after loading! That's a new attribute for me to learn though, thanks Cheers for the heads up on the other mistakes Ian, I'll go through and fix

[css-d] Background image not showing up in IE

2005-09-14 Thread Kenny
I am trying to create a button that can be inabled and disabled. The button is: a class=enabledButton id=addnote href=javascript:void(0); title=ButtonAdd Note/a with these styles: .enabledButton,.disabledButton { background-color:#CC; text-decoration:none;

[css-d] Background image not showing in Firefox

2005-05-21 Thread Mike Davies
hi, I'm having a small problem with a new site in Firefox. The background image on #inner doesn't show. It's OK in Opera. Other background images are showing in Firefox. Can someone spot the error? TIA Regards, Mike -- Mike Davies Integra Web Design, Huntly, AB54 4XP 01466 700213

Re: [css-d] Background image not showing in Firefox - resubmission

2005-05-21 Thread Steve Clason
On 5/21/2005 12:29 PM Mike Davies wrote: www.avochiegranite.com/cfp/index.html The background image on #inner doesn't show. It's OK in Opera. Other background images are showing in Firefox. Can someone spot the error? Put a border around #inner and I believe you'll see the issue. Both