|
First thing first:
I saw you're using the same ID on multiple divs to identify them (that is to apply styles to them)... This is wrong! Use CSS classes for that. An ID should identify a single element in your page not multiple elements.
Anyway, I've been playing around with your code and I came up with this, so this is how you want it to look like?
|