Forums

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

Home Forums CSS [Solved] Synchronizing a background w/ a list item Reply To: Synchronizing a background w/ a list item

#150830
Paulie_D
Member

B) Break up the rocket (128px) + fire (1024px) and somehow get the two to move in sync? Throw a hot empty div on top of the 128px rocket and have the rocket + fire (1024px) as a background image that follows the empty div. Tried it without success.

If the rocket is always in the center of the page (barring any media queries) then the fire could be placed as a bg of the body and centered using background-position.

The two should then follow each other.