1, first of all, according to the contents of the menu to play a word out, the font does not need to consider for the time being, the space does not need to play on, this time do not need to align, just need to remember to line up on it.
2, hit the end of the beginning of the font to adjust, as for the title of the font size can be adjusted according to the needs of the additional introduction here with a circle of characters will show the title of the more beautiful, set up after the effect is as follows.
3, the beginning of the name, price, dish name and amount of fonts and size settings. Reference: the name, the font used three bold, the name of the dish with a small two Huawei italics, the amount of four calibri.
4, ctrl + a selected, right-click to select the paragraph menu.
5, in the paragraph menu to find the lower-left corner of the tabs, click.
6, add tabs, the so-called tabs is to its location, you can press the length of their own text length of their own given, hit can be narrowed, small can be increased, each time you enter the characters to select the alignment and then point settings, set up and click OK, reference: 10 characters centered, 35 characters left justified.
7, after determining a good, back to the text page, the cursor will be placed in front of the name of the said click on the Tab key, once the cursor will be moved to the amount of money in front of the click on the Tab key, to get the effect of the alignment. Production is complete.
How to create a DVD disc menu1. Run the software, the following is the main interface of the software, click the "Add Video" button, and then from the computer to burn one or more video files into the computer, click "Open".
2. Here to add four videos, you can hold down the video to move the video order position Oh, the right side of the CD-ROM start menu panel, click on the "Edit" button to enter the menu editing interface. Then in the menu editing interface, you can double-click to add the title Oh, in the corresponding video below the input video name, after burning will be able to quickly find the video.
3. You can in the right side of all the menu templates, select a menu template you like, there are holidays or anniversary templates, you can choose Christmas templates, wedding anniversary templates and so on.
4. You can also see the bottom can also choose to add "background music, background pictures, the opening movie", as long as the front of the box checked, and then you can click on the "Browse Folder" from the computer to select the corresponding music, pictures or videos. movie from your computer by clicking "Browse Folder". These are the settings of the menu, you can customize the picture as the menu background image, you can add music to the menu as background music, and the opening movie is, when you open the DVD will first play a video, play the end of the start menu interface will be displayed only after oh. Remember to click "OK" after you have made your choice.
html drop-down menu, how to select different options, pop-up different content?There are many ways to achieve this effect.
Directly jump to the page can also be, drop-down menu wrapped in a tag
below the iframe, can also be, when clicked on with js replace src
<!DOCTYPE_tml>_
<html>_
<head>
<head>
<head>
<head>
<head>
<meta:
How to select different options in the html drop-down menu, pop-up different content? p><meta_harset="utf-8">_
<title></title>
<script_rc=""></script>__
</head> p>
<style_ype="text/css">
.select{width:80px;}
</style>
<body>_
<select_d="select"& gt;
__<option>1</option>
__<option>2</option>
__<option>3</option>
__<option>_
<body>_
__<select_d="select">
__<option>5</option>
</select>
<div_lass="page_title"_tyle=" height:800px;border:1px_olid#000;">
____<iframe_lass='myIframe'_rc="html/"_crolling="yes"_rameborder="0"_idth="100%"_ eight="100%"_d="main_iframe"></iframe>
__</div>
_
<script_ype="text/javascript">_
__$ ('option').on('click',function(){
____$('.myIframe').attr('src','Jumped page.html?title='+encodeURI($(this).text()));
__});/ /add click event to replace src
</script>_
</body>_
</html>