Sunday, December 6, 2009

Div overlay myspace help?

I want to move it now a bit



so how do i move the whole thing down a little bit?



does that make any sense?



Div overlay myspace help?

It sort of makes sense, but it hard to tell you exactly how to do this if I do not know how you placed the div.



Does the div have a class?



Did you place the div using position:absolute or position:relative, and is there a top attribute to go with it?



You either increase the value of top OR you can add a margin to the top.



i.e.



position:absolute; top:200px; left: ....



Change to maybe:



position:absolute; top:250px; ....



That will move it down 50 pixels.



Or maybe you have this:



position:relative; top:0px



In that case do something like this:



position:relative; top:50px



Or if you have no positioning statement, you can add one.



div.NAME-OF-YOUR-DIV-CLASS {position:relative; top:50px; }



make sure it goes in a style block

No comments:

Post a Comment

 
hosting services