Saturday, October 4, 2008

Building Pet Store : 3 : Links & Observations

Pet Shop Links
Observations
  • I coded this in two main columns. In doing this if I want any boxes in the right column to line up with the top of certain boxes in the main content column I will need to use heights. It's really only pertinent for the top two rows.
  • In my old ways I need to remember to use the
    after floating the divs. This way my container will show properly in all browsers.
  • Unless I'm using background colors or borders to define the main structural divs for design reasons, I've decided to stay away from padding and margin. Just a personal preference. I'll add padding and margin for the nested divs if the design allows.

No comments: