Skip to main content
Participant
February 12, 2011
Answered

david powers cs5 with php...

  • February 12, 2011
  • 1 reply
  • 390 views

I'm working thru his book for class and I've come to the point where in chapter 4 where you switch the sidebar from right to left. When add the prop "margin-left:-1180", it completely disappears not relocates to the right position. I tried going up from 118px farther up and you can watch it slide to the left but... any help would be appreciated.

This topic has been closed for replies.
Correct answer anthonyversino

I was having a heck of a time with the same problem and finally got it to work.  In the previous Step 12 where you set margin of <div#container> make sure you type the "px" when typing 0 0 0 240px.  That is what worked for me.

1 reply

anthonyversinoCorrect answer
Participant
February 13, 2011

I was having a heck of a time with the same problem and finally got it to work.  In the previous Step 12 where you set margin of <div#container> make sure you type the "px" when typing 0 0 0 240px.  That is what worked for me.

bmruiz12Author
Participant
February 14, 2011

BINGO....thanks