well,
in fact I added a content in my div of course:
              <td>              
                 <div class="testimage">blablabla</div>                         
                
            </td>
It is still not showing anything.

But I tried with a much smaller picture, and it works.
I am guessing it has to do with the dimensions of the image then, right ?
If yes, how do i set a proper width and a proper height for my background 
image, in my CSS file ?

Thanks



David Dorward <[EMAIL PROTECTED]> wrote: On 22/09/06, Mike 
 wrote:
> I am trying to display an image through a selector.
> Here is an extract of the HTML page :
>                          
>                  


>             
> .testimage { background: 
> url(/etoile/framework/edf/images/nav/etoile_perso.gif) ; }

> Does anyone have an idea of what could be wrong ?

Well you've got a table data cell with no data in it (and a div with
no height because it has no content, so you can't see any background
image on it).

-- 
David Dorward 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


                
---------------------------------
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to