On 09/11/06, Adam Helweh <[EMAIL PROTECTED]> wrote:
>
> Hello all,
> I have only one snafu with this homepage design I have been working on.
>
> http://carlpritchard.secretsushi.com//homepage_template_dllist.html
>
> The "upcoming events" list needs to be designed so that the date and the
> associated event name need to be:
> 1.)     associated with each other so that the CMS can add and remove them
> together as a pair
> 2.)     They need to be able to move as one object so that when the date
> moves down, so does the event name.
>
> I believe I have those points solved, but I cannot seem to get the event
> names to be left aligned to the right of the date instead of wrapping
> underneath the date. Please see below for a text example.




It should look like this:
> 10/23   event name here
> Not like this:
> 10/23   event name
> here
>
> Any suggestions?
>
> Thanks in advance.
>
> Adam


Hi,

I'm assuming you want them like this:
date  event
date  event
date  event

In that case, there is no need to float them, which is what is causing your
problem. Since each item is in a div, they will each drop below each other
(you shouldn't be using divs though, it's unnecessary. An unordered list
would be better) as block-level elements do. Hope this is helpful,

Rafael
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to