[css-d] trying to learn to make css menu

2009-05-03 Thread Holly Bergevin
From: Scott Brasted >First, I would guess that I am not the first person to think that I can >do this at all. Is it possible? If so, does anyone know what combination >I would need to get the blank pretend space? > >Second, if it is possible, I am having difficulty figuring out where in >the m

Re: [css-d] trying to learn to make css menu

2009-05-03 Thread David Laakso
Scott Brasted wrote: > I am trying to learn to make menus using only css. I have always used > javascript menus in the past, but I have been recently become convinced > that there are enough people who, for whatever reason, do not have js > enabled and will not see my truly fabulous menus. > >

Re: [css-d] css or javascript hacks for firefox

2009-05-03 Thread Gunlaug Sørtun
Ido dekkers wrote: > the is the problem > > what i don't understand is why not use the fix? I see no problem with the fix in your case, because of the way it is built up and used. The simplified selector for Gecko 1.9.1 + suggested by Philippe, will actually

Re: [css-d] css or javascript hacks for firefox

2009-05-03 Thread Ido dekkers
thank you all for the reply the is the problem what i don't understand is why not use the fix? and if not, what is the correct way to build the HTML ? thanks again Ido On Sun, May 3, 2009 at 4:09 AM, Philippe Wittenbergh wrote: > > On May 2, 2009, at 8:16

Re: [css-d] css or javascript hacks for firefox

2009-05-03 Thread Philippe Wittenbergh
On May 2, 2009, at 8:16 PM, Gunlaug Sørtun wrote: > This reduced hack should otherwise work, at least back to Fx 1.5 (not > thoroughly tested)... > > @-moz-document url-prefix() { > :root>body ELEMENT-SELECTOR {/* fix old Gecko */} > :root>body:not(:nth-child(0)):only-of-type>*|*:not(|*) > ELEMEN

Re: [css-d] Creating your own stylesheet for a website

2009-05-03 Thread Philippe Wittenbergh
On May 3, 2009, at 3:44 AM, david wrote: >>> I go to a website fairly regularly and their styles are horrible. >>> It's just too painful for me to look at anymore. Is there away for >>> me to create a Stylesheet for it and have my browser automatically >>> override there styles? I know to m