God i'm stupid...
Posted: Sun Nov 07, 2004 6:15 pm
i want to do something SO simple yet i just can't figure it out!
I want to make it so that if the current page is index.php?url=contact.php&show=lurking, the class="hidden" on the span is not shown.
it's beacuse the CSS i use to show the hidden span on hover doesn't work in IE.
Code: Select all
<p class="center" id="lurking">
<strong><a href="/url/contact.php&show=lurking">other places i lurk</a></strong>
<br />
<span class="hidden">
...
</span>it's beacuse the CSS i use to show the hidden span on hover doesn't work in IE.