Hi - thanks for stopping by!!
Ok heres my issue. I am trying to create a rollover on the sidebox. I have the rollover working but it will only display behind the text.
Eg:
CATEGORYTITLE (12) would show the image behind the TLE where I need it to display on the right of the containing box and not to the right of the text. It is worth mentioning that the image does not sit behind the numbers display, only the category name.
any help greatly appreciated! :)Code:.sideBoxContent , .sideBoxContent a{ color:#ffffff; background-color: #000034; font-size: 1.2em; } .sideBoxContent a:hover{ color:#ffffff; background-color: #000034; font-size: 1.2em; text-decoration: underline; background-image: url(../images/lft_roll.jpg); background-position:right; image-width: 149px; background-repeat: no-repeat; }



