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: 
> 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 <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
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