Home › Forums › CSS › CSS Sprite Troubleshooting › Re: CSS Sprite Troubleshooting
November 16, 2009 at 2:05 pm
#66654
Member
Fixed part of the problem
Since I wasn’t using an anchor for the definition term, I just changed it
from
Code:
#RightNav dl dt a#tweet { background-position:0px 0px; width:134px}
to
Code:
#RightNav dl dt#tweet { background-position:0px 0px; width:134px}
still can’t figure out why when you click on a link, the link text shows. Its almost as the text-indent is being ignored.