jewishj
09-21-2004, 03:11 PM
I am trying to use the following div...
<div class="menuHeader">Services</div>
...with the following css class...
div.menuHeader{
background-image: url('../images/menuHeader.gif');
background-repeat: no-repeat;
width: 200px;
height: 45px;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #92add9;
text-align: left;
padding-top: 25px;
margin: 0px, 0px, 20px, 0px;
}
...but for whatever reason, ie: mac 5.2 refuses to display it. This also occurs in "firefox" on mac (not sure what version - a friend told me about that one). What can I do to fix this problem?
Thanks
<div class="menuHeader">Services</div>
...with the following css class...
div.menuHeader{
background-image: url('../images/menuHeader.gif');
background-repeat: no-repeat;
width: 200px;
height: 45px;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #92add9;
text-align: left;
padding-top: 25px;
margin: 0px, 0px, 20px, 0px;
}
...but for whatever reason, ie: mac 5.2 refuses to display it. This also occurs in "firefox" on mac (not sure what version - a friend told me about that one). What can I do to fix this problem?
Thanks