View Single Post
  #3  
Old 07-27-2009, 03:37 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Ulimate Speedbar Mod, From Xcartmods

Maybe try changing...
Code:
a:hover span{ position:absolute; left:0px; top:0px; display:block; }
To...
Code:
a:hover span.foo{ position:absolute; left:0px; top:0px; display:block; }
Then use <span class="foo"> in your dynamic images mod.
__________________
xcartmods.co.uk
Reply With Quote