Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to make beautiful navigation bar buttons in Dreamweaver

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces the relevant knowledge of "how to make beautiful navigation bar buttons in Dreamweaver". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

1. First create a 1x6 table with the parameter: border=0 cellspacing=3 cellpadding=0

two。 Insert a table in each cell of this table, with the width and height set to 100%

3. Create a CSS style. Up and. Down; the code is as follows:

.up {

Border:4 outset royalblue;color:yellow;background:blue;cursor:hand

}

.down {

Border:4 inset royalblue;color:#33ff33;background:blue;cursor:hand

}

4. Invoke the style and behavior on the inserted table as follows:

Class=up onMouseDown= "className='down'" onMouseUp= "className='up'" onMouseOut= "className='up'" onclick=window.open ("button.htm", "_ blank")

Note: please use onclick for links, do not use href, because the latter has dotted frames after access, which is not beautiful. Now save the disk to see the effect!

This is the end of "how to make beautiful navigation bar buttons in Dreamweaver". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report