jeffrey morin wrote:
> setting height and width doesn't work either.
>   
>>>
>>>> here is how the code looks. i don't have a server for it yet.
>>>>
>>>> <div id="mainContent">
>>>>         <h1>Some Text</h1>
>>>>              <p>More text here</p>
>>>> </div>
>>>>
>>>>
>>>> CSS:
>>>>
>>>> #mainContent h1 {
>>>>     background: transparent url(styles/background-images/leaf.gif) 
>>>> no-repeat center right;
>>>>     font-family: verdana;
>>>>     font-size: 21px;
>>>>     font-weight: normal;
>>>>     color: #405723;
>>>>     margin-left: 25px;
>>>>     margin-bottom: 10px;
>>>> }
>>>>         
Hi Jeffrey,
I don't understand: with your original code, as above, it is displaying 
fine (IE as well as FF):

    * testpage
      <http://home.tiscali.nl/developerscorner/css-discuss/test-img-appear.html>

If the path to the img is alright, I only can imagine that there is 
something else in your page which is covering the right part of the h1 
(maybe a sidebar?), or ... somebody has disabled by accident the img 
displaying in your browser, or... somebody has disabled css, or ... you 
are using a text browser. ;-)

Success!
francky



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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