Hi, I've been having quite a hard time trying to move my profile's tool box. I understand this is directly linked to he body, but tags like those found for this layer seems to not really work for positioning this away from my layout. Heres a problem I have with my layout and the tool box

any ideas? or possible alternative to avoid this?
I'd say the best way to avoid it is to edit your code here instead. :P
Did you try positioning the div? I've never tried this, but I don't see why it shouldn't work.
that was my first choice. I tried all the tags that contain that box and nothing. It relies on the body layer. where ever that is the tool box goes.
its just a little nerving especially if I want to edit a certain section.
Did you try messing with the z-index of your images or of the toolbox itself? Try something like:
{
z-index: 15;
}
{ z-index: 1; }
{ z-index: -5; }
I was thinking about that, but why didn't i try it for the toolbox is beyond me.
tried it with the same results.
even tried this
, , .updated_text {
z-index: 15!important;
}
{ z-index: -5!important; }
{ z-index: -5!important; }
but i'll keep trying.