I need to set an url after the class module-content, with pure css. This code doesn't work, but basically i need to set the Custom·Link in the content: ' ' attr(href);.
<div class="module-content">
<div class="aidanews2" style="clear: both;">
<div class="aidanews2_art aidacat_2 aidapage105 hidepiece odd first" style="clear: both; display: block;">
<div class="aidanews2_art aidacat_2 aidapage105 hidepiece even last" style="clear: both; display: block;">
</div>
<div class="aidanews2_bottomlink">
<a href="/joomla/index.php">Custom·Link</a>
</div>
</div>
.moduletable>.module-content:after{
background: none repeat scroll 0 0 #050505;
content: ' ' attr(href);
}
unsuccessful Jquery attempt:
var a = $('.aidanews2_bottomlink').html();
var b = $('.top-1 > .moduletable > .module-content:after ').html(a);
Custom·Linkwith/joomla/index.php?