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 --%>
             <%--  <img 
src="/etoile/framework/edf/images/nav/etoile_perso.gif"/>   
             --%>              
            </td>

Here is an extract of the CSS page :

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


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

                
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.
______________________________________________________________________
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