Home › Forums › CSS › Positioning Question › Re: Positioning Question
May 28, 2012 at 2:27 am
#103560
Participant
First, set the position property for #topNav to relative. Next, set the following properties for #stockticker: position:absolute, top:0, right:0. Finally, remove the padding-right property from #stockticker
Hope that helps.
Edit – Sorry, I wasn’t aware of your previous question. Are you still looking for a way to do this without setting position:absolute?