This is in relation to my college....blah blah blah post
Is it not possible to have the hover in the css as normal as well as the span id since you can do
<span id="test">
<a href="bite.html">
<img src="text.jpeg" alt="test" border="0"/>
</a>
</span>
would it not be possible to do
<span id="test">
<(hover stuff i cant remember it offhand)>
<img src="text.jpeg" alt="test" border="0"/>
</>
</span>
just an idea and i want to know if its possible since you can do it with the href
J
cheers 
|