Re: [css-d] Suckerfish blues (again)

2005-11-01 Thread css.student
what are the problems? All that I can see is that the link text is not being hidden...anything else? to hide the text, you'll need to edit the markup: lia href=#blink/b/a/li and the css, accordingly: li a b {visibility:hidden;} - CSS Student On 10/31/05, Vicki Stebbins [EMAIL PROTECTED]

[css-d] maxlength attribute in css

2005-09-21 Thread css.student
Hi, I have been googling without success around for a way to set maxlength for form inputs in CSS -- is this possible as far as anyone knows? If not, and if I have to use Javascript to achieve this task, can someone point me to a Javascript discussion list that is equivalent to this CSS list?

[css-d] ideas for controlling form display with CSS

2005-09-21 Thread css.student
My CSS approach is here: http://www.kintera.org/site/lookup.asp?c=geIMLPOpGjFb=1064623 I am trying to minimize structural markup by placing all labels in one div and all inputs in another. Pros: a) lots of presentation flexibility -- I can justify either all labels, all inputs, or both, to