CSS drop down menu

Get help on web editors (Frontpage, Dreamweaver) and web languages (HTML, ASP, PHP).
Post Reply
CesarePlay
Registered User
Posts: 10628
Joined: 26 Mar 2007, 02:00
Location: In the river of thoughts
Contact:

CSS drop down menu

Post by CesarePlay »

I have code for a css drop down menu but I want to know if it is possible to link it to anchors in another page. There are many different aspects in the other page and the drop down seems better so you click on that link and it goes to that pages anchor for it. Can anyone help with this? I know it is possible for the same page but not sure how to do it for outside pages. Also is it possible to make flash drop down menus for the same thing?
Image
stewy_w
Registered User
Posts: 486
Joined: 25 Sep 2003, 02:00
Location: Citta Del Cappo
Contact:

Post by stewy_w »

anchors work the same whether they are in the current page or other page difference is if they r in the

current page

Code: Select all

<a href="#myanchor">clicky</a>

another page

Code: Select all

<a href="www.site.co.za/otherpage.html#myotheranchor">clicky</a>
Running Vista is like being in a candy store that only sells black liquorice at exorbitant prices. Oh, and you\'re only allowed to eat the candy in the store.
CesarePlay
Registered User
Posts: 10628
Joined: 26 Mar 2007, 02:00
Location: In the river of thoughts
Contact:

Post by CesarePlay »

Thanks for that.
Image
Post Reply