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:
link

and the css, accordingly:

li a b {visibility:hidden;}

- CSS Student


On 10/31/05, Vicki Stebbins <[EMAIL PROTECTED]> wrote:
> At 11:26 AM 31/10/2005, Graham Reeds wrote:
> >I have implemented a suckerfish menu for a redesign of a game site.
> >
> >However every implementation I come up with works fine in FF and Opera8,
> >but fails in IE6 (only tested on Windows).
> >
> >I also used the block image code which I was having trouble with last
> >week (thanks for the help).
> >
> >The test site is here: http://homepage.ntlworld.com/graham.reeds/space
> >and the css is here
> >http://homepage.ntlworld.com/graham.reeds/space/styles/space_styles.css
> >
> >...
> >
> >Thanks, Graham Reeds.
>
> Hi Graham,
>
> I have to say I got so frustrated with the suckerfish menu I bought
> Eric Meyer's Book 'More Eric Meyers on CSS' and implemented his menu (easy
> and worked well), it also had how to do an image gallery which was perfect
> for the job I was working on.
>
> I was pointed to the book by Kev Adamson http://www.kevadamson.com, he had
> used it in the sites he designed.
>
> Regards
>
> Vicki
>
>
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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=geIMLPOpGjF&b=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 either left or right margins.
b) lightweight

Cons:
a) I have to use margin-bottom for tables, to get labels and inputs to line up.
b) if CSS is turned off, this looks terrible; I think this might be a
deal-breaker, in fact...

It occurs to me that it would be semantically correct to use a table
here -- I think this is tabular information, essentially?.

But if you were trying to do this table-free, how would you do it with
the least amount of code?

Thanks
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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?

Thanks,

- Chaz
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/