[css-d] forums similar to WP

2011-06-17 Thread Scot Schlinger
Hey All, I am trying to deconstruct how the wordpress forums are put together. They are using an ordered list with list items and putting a couple of divs in there and floating. http://wordpress.org/support/topic/installation-49?replies=3 (you might need to login to see better) For the left si

Re: [css-d] Overriding ID styles with a class?

2011-06-17 Thread Robin Button
Everyone, The naming convention is what was causing the problem .. the browsers were ignoring my rules that applied to the .2col class. All is tidy now with the .twocol class name! I appreciate Sam's prompt reply! Thanks! On Jun 16, 2011, at 8:21 PM, Sam Brown wrote: > Thursday, June 16,

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-17 Thread Alan Gresley
On 17/06/2011 8:40 PM, Peter Bradley wrote: Ar 17/06/11 06:03, ysgrifennodd Alan Gresley: Yes, override them with specificity in style.css. div#site-title { float: none; width: auto; } div#branding { width: auto; } Ah yes. Sorry, I was being more than a little slow there. I haven't check

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-17 Thread Peter Bradley
Ar 17/06/11 06:03, ysgrifennodd Alan Gresley: Yes, override them with specificity in style.css. div#site-title { float: none; width: auto; } div#branding { width: auto; } Ah yes. Sorry, I was being more than a little slow there. I guess you don't quite understand hasLayout. It