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

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