Loading...
 
Features / Usability

Features / Usability


Re : hover css problem

posts: 1092

hover ... applied to a not a class
better to do in the css file
.articleheadinglink a {...}
.articleheadinglink a:active {...}
.articleheadinglink a:hover{...}
.articleheadinglink a:visited {...}

and in the tpl
div class="articleheadinglink"
a href=""
xxxxx
/a
/div

:-(: the wiki syntax is really buggy


There are no comments at this time.