I want to make a horizontal text link with no button design just some underline disappear. Then when you go over the one of the link I want another bunch of links below the first one. Then when you go over anyone, it does the same thing. Make sure that it goes below the other links. How can I do that? Can you please help me I really need it.
ThanksYou'd probably be best asking this in the DHTML section. You'd be right to ask this in the CSS section under normal circumstances, but everyobodys favourite security hole (IE) just isn't up to the job. You'll need Javascript and DOM to make this work for everyone.Originally posted by homeboy
I want to make a horizontal text link with no button design just some underline disappear. Then when you go over the one of the link I want another bunch of links below the first one. Then when you go over anyone, it does the same thing. Make sure that it goes below the other links. How can I do that? Can you please help me I really need it.
Thanks
you wanting to do the links like they are done on this site basically?
<!-- m --><a class="postlink" href="http://www.htmldog.com/articles/suckerfish/example/">http://www.htmldog.com/articles/suckerfish/example/</a><!-- m -->
of course the styling would be different for what u want, but u want them to drop down like that, correct?
if so read this site:
<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/dropdowns">http://www.alistapart.com/articles/dropdowns</a><!-- m -->
it is VERY informative and will help you through the entire thing. Make sure u dont just copy it and change a few things, but digest it and understand what they are doing enjoy
ThanksYou'd probably be best asking this in the DHTML section. You'd be right to ask this in the CSS section under normal circumstances, but everyobodys favourite security hole (IE) just isn't up to the job. You'll need Javascript and DOM to make this work for everyone.Originally posted by homeboy
I want to make a horizontal text link with no button design just some underline disappear. Then when you go over the one of the link I want another bunch of links below the first one. Then when you go over anyone, it does the same thing. Make sure that it goes below the other links. How can I do that? Can you please help me I really need it.
Thanks
you wanting to do the links like they are done on this site basically?
<!-- m --><a class="postlink" href="http://www.htmldog.com/articles/suckerfish/example/">http://www.htmldog.com/articles/suckerfish/example/</a><!-- m -->
of course the styling would be different for what u want, but u want them to drop down like that, correct?
if so read this site:
<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/dropdowns">http://www.alistapart.com/articles/dropdowns</a><!-- m -->
it is VERY informative and will help you through the entire thing. Make sure u dont just copy it and change a few things, but digest it and understand what they are doing enjoy