|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
So if you wanted to have the following in your drop down menu with one
that was indented, how might you do it? I haven't found anything that works and am hoping for ... TIA People Dogs Cats =>Kittens |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
jcage@lycos.com wrote: news:1193374270.842641.142920
@d55g2000hsg.googlegroups.com: > So if you wanted to have the following in your drop down menu with one > that was indented, how might you do it? I haven't found anything that > works and am hoping for ... TIA > > People > Dogs > Cats > =>Kittens Kittens -- BootNic Friday October 26, 2007 1:57 AM A conclusion is the place where you get tired of thinking. *Arthur Bloch* |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
In article
<1193374270.842641.142920@d55g2000hsg.googlegroups .com>, jcage@lycos.com wrote: > So if you wanted to have the following in your drop down menu with one > that was indented, how might you do it? I haven't found anything that > works and am hoping for ... TIA > > People > Dogs > Cats > =>Kittens It depends on what the setup is. If the Kittens is in say a div, then a left margin or a left padding might be appropriate. If it is a list item, then there is also these possibilities. Have I jumped into the middle of a thread here? Is there a url? -- dorayme |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Scripsit BootNic:
>> So if you wanted to have the following in your drop down menu with >> one that was indented, how might you do it? I haven't found >> anything that works and am hoping for ... TIA >> >> People >> Dogs >> Cats >> =>Kittens > > Kittens No, that wouldn't do it. It does not create "=" and ">". This would: =>Kittens On the other hand, the OP is apparently trying to generate a navigational dropdown menu. That's a wrong approach. "Links want to be links." Followups trimmed. -- Jukka K. Korpela ("Yucca") http://www.cs.tut.fi/~jkorpela/ |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On 2007-10-26, dorayme <doraymeRidThis@optusnet.com.au> wrote:
> In article ><1193374270.842641.142920@d55g2000hsg.googlegroup s.com>, > jcage@lycos.com wrote: > >> So if you wanted to have the following in your drop down menu with one >> that was indented, how might you do it? I haven't found anything that >> works and am hoping for ... TIA >> >> People >> Dogs >> Cats >> =>Kittens > > It depends on what the setup is. If the Kittens is in say a div, > then a left margin or a left padding might be appropriate. If it > is a list item, then there is also these possibilities. No-one seems to have mentioned text-indent yet. .selected { text-indent: 1em; } .selected:before { content: "=>"; } Might not work in IE. |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
In article <slrnfi3a8j.80k.spamspam@bowser.marioworld>,
Ben C <spamspam@spam.eggs> wrote: > On 2007-10-26, dorayme <doraymeRidThis@optusnet.com.au> wrote: > > In article > ><1193374270.842641.142920@d55g2000hsg.googlegroup s.com>, > > jcage@lycos.com wrote: > > > >> So if you wanted to have the following in your drop down menu with one > >> that was indented, how might you do it? I haven't found anything that > >> works and am hoping for ... TIA > >> > >> People > >> Dogs > >> Cats > >> =>Kittens > > > > It depends on what the setup is. If the Kittens is in say a div, > > then a left margin or a left padding might be appropriate. If it > > is a list item, then there is also these possibilities. > > No-one seems to have mentioned text-indent yet. > > .selected { text-indent: 1em; } > .selected:before { content: "=>"; } > O yeah! > Might not work in IE. It plays tricks (or should I say "played") tricks in MacIE. There is this about WinIE, it may be of interest: http://www.tanfa.co.uk/css/articles/...popups-bug.asp -- dorayme |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
On Oct 25, 10:58 pm, BootNic <Boot...@bounce.earthlink.net> wrote:
> jc...@lycos.com wrote: news:1193374270.842641.142920 > > @d55g2000hsg.googlegroups.com: > > > So if you wanted to have the following in your drop down menu with one > > that was indented, how might you do it? I haven't found anything that > > works and am hoping for ... TIA > > > People > > Dogs > > Cats > > =>Kittens > > Kittens > > -- > BootNic Friday October 26, 2007 1:57 AM > A conclusion is the place where you get tired of thinking. > *Arthur Bloch* Hey cool - works GREAT. Thank you very much and thanks to everyone else who replied. :-) |
|
![]() |
| Outils de la discussion | |
|
|