Hi,
Why does the background image applied to a div not show in anything but IE?
the URL is...
the CSS..
it's the hand pointing to the button that is missing.
thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
Why does the background image applied to a div not show in anything but IE?
the URL is...
the CSS..
Code:
#advice_but {
width:300px;
margin: 0 auto;
background: url(images/hand1.gif) no-repeat center left;
padding-left:80px;
}
it's the hand pointing to the button that is missing.
thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!