[css-d] Styling of disabled form elements

2006-03-08 Thread Mark Stickley
Hi all, Just wondering if it's actually possible to apply styles specifically to disabled form elements or if we're just at the mercy of the browser? And if it's possible, could you possibly give an example or two? Thanks! Mark

Re: [css-d] when is css width applicable?

2006-03-06 Thread Mark Stickley
Width is only applied to block level elements as far as I know so you'll have to set display: block; To fix the line clearing you should just have to float the element either left or right. Hope that helps! Mark On 6 Mar 2006, at 12:13, Martin Olsson wrote: Hi, On which elements can I

Re: [css-d] Right Floated Nav Source Order

2006-03-01 Thread Mark Stickley
This I thought was a problem until I experimented a bit. Here's how I'd get around it: -Float all the li elements left -Float the ul element right -If the ul was floated left originally, put a div around it and float that left -You might need to put a fixed with on the ul element if the li's