Css from link
-
Hello,
I know nothing about CSS but I know enough html to try to understand what I’m doing but I would like a little help. I am trying to edit a CSS stylesheet that has been created for my company. The following code is part of what I have. The problem I am having is that I do not have access to the url that is below.
li.Facebook a {background: url(images/facebook.png) 0px 0px no-repeat;text-indent: -999em;}
If I wanted to use my own image, how would I go about doing that. What I tried was:
li.Facebook a {background: url("https://www.Domain.com/images") 0px 0px no-repeat;text-indent: -999em;}
This, however, is not working for me.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Css from link’ is closed to new replies.