hello all -

i am having positioning problems.

i want to create a row of divs (containing various images which must
be absolutely positioned within that div).

since its a row, by definition, i want "top" to be at some constant
value, absolutely positioned to (say)  top:0px, and i want the left
property set so it automatically just sits next to the div to its
left.

i tried

position: absolute;
top:0px;

and

position: absolute;
top:0px;
left:auto;

but neither worked.

another possible complication is that the "row of divs" is gong to be
much wider than the browser window (i´ll be using javascript to move
it around).

any thoughts?

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to