Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Sprite Troubleshooting Re: CSS Sprite Troubleshooting

#66654
michaelcory
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.