CSS and image question
i have following line of code:
<cfif datediff("d",currdate, itemdate) lte 30>
<a href="https://www.memberst.com/programs/sessions.aspx?id=c4b5d9eb"
target="_blank" class="test">
<img src="images/small_online_register.gif" alt="register #itemdate#
class" name="{text}" width="15" height="15" border="0" id="{text}"
style="padding-left:5px;" title="register #itemdate# class"/></a>
</cfif>
i'd set css on image when users highlight it,
the other css <a href> tags remains same, 1 has no
highlighting, etc.
i've tried assigning css <a href> (shown in code above)
it messes pages main <a href> highlighting (hover, visited) info.
should class on image itself? or on <a href> ??
where going wrong?
main page at: www.salleboise.com/yflier2006.cfm
<cfif datediff("d",currdate, itemdate) lte 30>
<a href="https://www.memberst.com/programs/sessions.aspx?id=c4b5d9eb"
target="_blank" class="test">
<img src="images/small_online_register.gif" alt="register #itemdate#
class" name="{text}" width="15" height="15" border="0" id="{text}"
style="padding-left:5px;" title="register #itemdate# class"/></a>
</cfif>
i'd set css on image when users highlight it,
the other css <a href> tags remains same, 1 has no
highlighting, etc.
i've tried assigning css <a href> (shown in code above)
it messes pages main <a href> highlighting (hover, visited) info.
should class on image itself? or on <a href> ??
where going wrong?
main page at: www.salleboise.com/yflier2006.cfm
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment