Accidentally responded personally to Philippe instead of the list. Forwarding here.

-------- Original Message --------
Subject:        Re: [css-d] List items displaying inline; refusing to behave
Date:   Mon, 11 Apr 2011 20:39:55 -0500
From:   RePost <repost...@yahoo.com>
To:     Philippe Wittenbergh <e...@l-c-n.com>



Philippe:

Thank you!



On 4/11/11 8:11 PM, Philippe Wittenbergh wrote:
 On Apr 12, 2011, at 10:03 AM, RePost wrote:

 My sidebar includes a tabbed menu. First tab is Popular Posts. You'll see the 
list items appear to be running together in an inline fashion.

 I'm throwing "display:block" everywhere, but I can't get the list to behave.

 I would appreciate any suggestions!

 http://bit.ly/eYGXbo
 well, they are not 'inline' but floated left.

 this in your layout.css causes this:
 .usual li {
    float:left;
    list-style:none outside none;
 }

 you could add to
 #tabs1 li {
    display:block;
 float: none /*<------ add his */
 }

 Philippe
 --
 Philippe Wittenbergh
 http://l-c-n.com/






 .


______________________________________________________________________
css-discuss [css-d@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