Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Positioning Question Re: Positioning Question

#103560
Meta_Ing
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?