You are using ID's on divs in html and classes on CSS.

Like

HTML --> <div id="post"></div>

CSS --> .post {}



So, if you use ID in html, use "#id"
If you use class in html, use ".class"


Valério Vaz
Designer --> http://www.valeriovaz.com



On Sat, Jul 4, 2009 at 5:46 PM, Brett Fuhs<brettf...@gmail.com> wrote:
> http://www.chiquebulletin.com/events.aspx
> The divs are dynamically being created by a SQLReader. The template is all
> tables, but the divs are being created inside a td.
>
> To see the divs being created easier, I made their back color silver to see
> if they line up, but they do not, and I only see 1 silver block when I
> should 10, for 10 divs.
>
> I'm trying to get 3 divs to show in each row.
>
> Here is how I have each div, that is being created, formatted.
>
> .post {
> float: left;
> width: 275px;
> height: 200px;
> background-color: Silver ;
> border: 1px solid #F30;
>
> }
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to