css float question
css float question
Out of context: Reply #20
- Started
- Last post
- 24 Responses
- jbenjohnson0
ok i found a solution!
for the 250px div, I removed the float:left and width: 250px. this moved the div all the way to the top on the right. I then gave it margin: 0 20px 0 470px. that placed it right where I wanted it.