i have always done

background-image:URL('images/button.gif');

Not the upper case "URL"


also remember that the image path is relative to the style sheet, not the
actual page

so if your style sheet is an external file in a "styles" directory and you
have an "images" directory like :

Root
-- styles
-- images

then your image path needs to be

background-image:URL('../images/button.gif');

Regards
Steve Onnis

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of rob
Sent: Tuesday, July 20, 2004 12:35 PM
To: CFAussie Mailing List
Subject: [cfaussie] its works with safari but not ie any one got an idea
why??


<style type="text/css">
.menutitle{
        cursor:pointer;
        margin-bottom: 5px;
        width:140px;
        padding:2px;
        text-align:left;
        font-weight:normal;
        color: white;
        font-size: 15px;
        background-image:url('images/button.gif');
}

the background image won't work. i have checked with the manual and it
all reads write...

thanks people




rob.


Robert Shaw
Online Learning
[EMAIL PROTECTED]
MLC School
Rowley Street
Burwood  2134
Phone: 97471266
Mobile: 0422222515
Fax: 97453254


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to