In css I can get 2 objects to display on right hand side at top of page easy enough.
I don't want to use absolute positioning for an object's position.
I have to position an object relative to another object eg this object should go underneath this object, can i do this ?
I use this , and is this the best way you can do it?
position:relative; right=-240;top=0;


Reply With Quote
Bookmarks