I know what it says in the guide, but I can't move the Pm/trade/chat wordbubble whre I want it. I've tried absolute and relative and all the numbers inbetween but it stays atop the visitor's avatar. Help please!
EDIT:
I'm having trouble positioning things period. I don't think your guide explains that in enough detail. For example, No matter what codes I place in the "Coments" Section, it is still in the same position. this code:
#comments { background: url( image URL goes here ) no-repeat; position:absolute: top:500px; left:250px}
#comments h2 { background: url( image URL goes here ) no-repeat;opacity:99 }
is the same as this:
#comments { background: url( image URL goes here ) no-repeat; position:relative: top:900px; left:50px}
#comments h2 { background: url( image URL goes here ) no-repeat;opacity:99 }.
Could you explain why?
Also, I can't move the thing that holds the PM/Trade/Online? buttons despite manipulating the code as per the guide. Why?