Forums

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

Home Forums CSS Float/position problem. Help! Re: Float/position problem. Help!

#69553
clokey2k
Participant

One thing that has worked in Chromes inspector is to try adding/modifying to:

#intro {
clear:right; //forces it to start below #blog
margin-top: -250px; //appears to be height of #intro
left: -460px; //tweak for preferrence
}

Seems to work, but I do not know how bullet proof it is.