Tagged Questions
0
votes
1answer
1k views
IE6/7 link overlapping + text-indent
I need a little guidance here...
I have 2 links:
<div class="tarjBodyHolder">
<div class="imageHolder">
<a href="#" onclick="alert('picture link'); return false;">
...
0
votes
1answer
820 views
Image Navigation Using text-indent
I'm trying to create a simple image navigation for my site, using CSS to declare the background-image property of a list-item (li). The problem is, when I use text-indent to put the image off-screen, ...