I have asked several questions about drag and drop, ajax and shopping
cart here in this forum. I bought a copy of Agile Web D. with
Rails (2nd Edition) and thought my nightmare would have been over.
From Chapter 5 to Chapter 13, it covers the design of a shopping cart.
However it was built on rails 1.2. The Pandora box had just been opened.
I found and followed Sean L.'s blogs “Rails 2.0 and Scaffolding Step
by Stepâ€at
http://fairleads.blogspot.com/2007/12/rails-20-and-scaffolding-step-by-step.html.
Everything seems fine. I am now stuck when I wanted to get a prettier
listing i.e. para.6.4 of the book and towards the end of Lynch’s blog.
There is an error in my work.
10:
Lynch has asked us to insert some paragraphs into the scaffold.css file.
I did that.
#product-list .list-one-sheet {
width: 60px;
height: 70px;
}
Could anyone tell me what went wrong?
regards