[css-d] What would you do to improve css?

2009-07-22 Thread Leszek Stachowski
Hi! That's my first activity in here, so forgive anything wrong I could do :) I've got a simple question for you: what would you change in css ? What annoys you ? What repeatable action would you replace with another ? I'm currently working on a css preprocessor projects and I would appreciate an

Re: [css-d] Maintaining proportions of a div when resizing (A solution)

2006-01-15 Thread Leszek Swirski
>Your test case actually covers a lot of my screen when I don't hide the >200% from the others. > >Ingo And that just goes to prove that IE is a cross-platform pain in the arse. Thanks for the testing, I've updated (again): http://leszek.swirski.co.uk/proport

Re: [css-d] Maintaining proportions of a div when resizing (A solution)

2006-01-15 Thread Leszek Swirski
to both of you, I'll update the page. Could you test if it will always need twice the padding, or if this needs to be multiplied just like the height did for IE/Win? I'll assume the latter for now. Like I said with the height though, you

[css-d] Maintaining proportions of a div when resizing (A solution)

2006-01-15 Thread Leszek Swirski
top: 0; bottom: 0; width: 100%; height: 200%; } I hope this comes in useful for someone. - Leszek http://leszek.swirski.co.uk __ css-discuss [EMAIL PROTECTED]

Re: [css-d] #idname.classname - IE Support

2005-12-01 Thread Leszek
7;t involve switching around id's and classes. Hope > this helps.. > Why not just .home#tabs and .ski#tabs? - Leszek http://leszek.swirski.co.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/l

RE: [css-d] Good looking fluid-width sites

2005-10-26 Thread Leszek
I must admit, I see it as fixed on IE6 as well. - Leszek http://leszek.swirski.co.uk > > I guess that's proof that most users never resize their windows. > > That's completely irrelevant. __ css-discuss

RE: [css-d] Is Z reliable?

2005-10-15 Thread Leszek
Tab 3 (selected) Tab 4 Where the 'class="selected"' would be added by you whenever you need it. - Leszek > -Original Message- > From: C T [mailto:[EMAIL PROTECTED] > Sent: 15 October 2005 15:52 > To: Leszek > Subject: Re: [css-d] Is Z reliable? >

RE: [css-d] Order To Declare Link Anchors

2005-08-18 Thread Leszek
Easiest way to remember this: LoVe/HAte L = link V = Visited H = Hover A = Active - Leszek http://leszek.swirski.co.uk > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of BJ > Sent: 15 August 2005 17:15 > To: [EMAIL PR

[css-d] Unorthodox vertical centering

2005-07-22 Thread Leszek
I have a vertical centering problem that isn't covered in the Wiki - centering (vertically) when I know the height of the container but I don't know the height of the thing I want to center (a blockquote). Anyone got any ideas? - Leszek http://leszek.swi

RE: [css-d] How to add Unicode chars with CSS 'content' property?

2005-07-09 Thread Leszek
Personally I'd use: i{} It's smaller and less noticeable. But I suppose that's a really pedantic thing to mention. - Leszek http://leszek.swirski.co.uk > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Kelly Mil

RE: [css-d] OT When is the next version of CSS?

2005-05-31 Thread Leszek
> I've heard a lot of rumor of a newer version of CSS on the horizon with a > lot of really neat new features Don't forget though, new features are only as good as the amount of browsers supporting them. - Leszek http://lesz

RE: [css-d] Position:relative jump

2005-05-19 Thread Leszek
elative; } > > apply the Holly hack or zoom:1 /here/ > > regards, Ingo It works! You're beautiful man, thank you. - Leszek [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailma

RE: [css-d] Position:relative jump

2005-05-19 Thread Leszek
umps. > - Does applying zoom:1 (for a test) to the relative positioned elements > stop the jump on load? No good - I've tried that and the Holly Hack on both the th and the sub. I believe Position:relative invokes hasLayout anyway, so they shouldn't change much.

[css-d] Position:relative jump

2005-05-18 Thread Leszek
.co.uk/styles/screen/base.css http://leszek.swirski.co.uk/styles/screen/hacks.css http://leszek.swirski.co.uk/styles/screen/colour.css (All three are imported by another stylesheet) Thanks in advance to anyone who can help (or even just looks at it) - Leszek [EM

RE: [css-d] Inheritance Blocking with CSS

2005-05-18 Thread Leszek
every possible property that could be changed in your main stylesheet, and set it manually for the div like Zoe said - but this adds a lot of code overhead to your page, and isn't 100% foolproof. - Leszek [EMAIL PROTECTED] __

RE: [css-d] Two inline lists - one left, one right

2005-05-12 Thread Leszek
. > > Is there a better way? > Maybe set a width:50% on both, and a margin-left:50% on the right one? - Leszek [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/