How can I do link to menu buttons in CSS3 menu?
Author: Tomáš M.
Visited 2341,
Followers 1,
Shared 0
How can I do link (link to other websites)to menu buttons in CSS3 menu?This is example menu https://www.youtube.com/watch?v=VpzYv8QQNK0
Posted on the
are you using the same menu (your example) or are you using the default x5 menu?
if its your default x5 menu then instead of creating page, create a new level
go to step2 > map creation> select the Menu then hit New Level, rename it to name you want, select your new level, go to properties, from "Link to be executed on item click> choose "File or URL", then choose Internet file and add the address over there.
if this post is the correct answer, please mark this answer as correct answer.
------------------------------------------------------------
Good Luck
http://www.nuluhost.com (6 months free Web Host for x5 users, promo code: usx56m)
http://www.wdesigners.us
http://www.usx5.com (Templates and support for x5)
Author
I dont wanna use default X5 menu I want use the same menu in example
if you are using any other css based nav bar, you always have 2 parts, css and html.
in html part you will have something like
<ul>
<li><a href="page1.php">page1</a></li>
<li><a href="page2.php">page2</a></li>
<li><a href="page3.php">page3</a></li>
</ul>
change the link has extension to any link you would like to
for example
<li><a href="http://www.google.com/news">page1</a></li>
if this post is the correct answer, please mark this answer as correct answer.
------------------------------------------------------------
Good Luck
http://www.nuluhost.com (6 months free Web Host for x5 users, promo code: usx56m)
http://www.wdesigners.us
http://www.usx5.com (Templates and support for x5)