24 skills required by the Website Creator

Source: Internet
Author: User

 

01. Make the background image not scroll

Internet Explorer supports a body attribute bgproperties, which can prevent the background from rolling:

<Body background = "Image File" bgproperties = "fixed">

02. Make your webpage unable to be saved

<NoScript> <IFRAME src = *> </iframe> </NoScript>

03. Make the background of documents in the IFRAME framework transparent

<IFRAME src = "about: <body style = 'background: transparent'>" allowtransparency> </iframe>

04. Right-click prohibited:

<Body oncontextmenu = "Return false" ondragstart = "Return false" onselectstart = "Return false" onselect = "document. selection. empty () "oncopy =" document. selection. empty () "onbeforecopy =" Return false "onmouseup =" document. selection. empty () ">

05. Will the page be automatically refreshed immediately after you enter the page?

<Meta http-equiv = "refresh" content = "120; url = http://www.qpsh.com">

Http://www.qpsh.com, this is your own web site.

 

06. Open a window to maximize

<Script language = "JavaScript">

<! -- Begin

Self. moveTo (0, 0)

Self. resizeTo (screen. availwidth, screen. availheight)

// End -->

</SCRIPT>

07. can I hide the IFRAME scroll bar? I know three methods:

(1) set IFRAME scrolling = "no"

(2) apply overflow: hidden to the contained page body

(3) add scroll = "no" to the body tag of the contained page"

08. Add background music

<Bgsound src = "mid/windblue [1]. Mid" loop = "-1"> only applicable to IE
<Embed src = "music. Mid" autostart = "true" loop = "true" hidden = "true"> applicable to Netscape, ie, and TT

09. Embedded webpage

<IFRAME name = "TT" src = "01a.html" width = "450" Height = "287" scrolling = "Auto" frameborder = "0"> </iframe>

10. Jump

<Meta http-equiv = "refresh" content = "3366url1_list.htm">

11. Scroll
<Marquee direction = up Height = 146 onmouseout = start () onmouseover = stop () scrollamount = 4> </marquee>

12. line separation

<HR noshade size = 0 color = # c0c0c0>

13. Excessive

<Meta http-equiv = "Page-Exit" content = "revealtrans (duration = 3, transition = 5)">

The duration value is the dynamic transition time of the webpage, in seconds.

Transition is a transitional mode. Its value ranges from 0 to 23, corresponding to 24 transition modes respectively. See the following table:

0-box contraction 1-box radiation

2 circular contraction 3 circular radiation

4 From bottom up 5 from top down

6 from left to right 7 from right to left

8 vertical blinds 9 horizontal blinds

10 horizontal blinds 11 vertical blinds

12 dissolve at will 13 expand from left and right ends to the middle

14 expand from the center to the left and right sides 15 expand from the up and down ends to the middle

16. expand from the middle to the bottom. 17. expand from the top right to the bottom left.

18 expand from bottom right to top left 19 from top left to bottom right

20. Expand the 21 horizontal lines from the lower left corner to the upper right corner.

22 vertical linear expansion 23 random generation of a transitional mode

15. How do I control the explicit hiding of the horizontal and vertical scroll bars?

<Body style = "overflow-Y: hidden"> remove the X axis.
<Body style = "overflow-X: hidden"> remove the Y axis.
<Body scroll = "no"> hide

16. How to add Flash animation to frontpage2000?

In frontpage2000, click [insert]-> [advanced]-> [plug-in]. In the displayed window, set the Flash file size and other information, and click OK.

17. The format for adding annotations is:
<! -[Comment...] -->

18. How can I add an e-mail link to the webpage and display the predefined topic?

<A href = "mailto: Email@263.net? Subject = topic "> ...... </A>

19. Define the keywords of this webpage. You can add the following code to

<Meta name = "keywords" content = "China, webpage special effect field, business, net">

The content contains keywords. You can set them by yourself.

Here is a tip. You can repeat a word to improve the ranking position of your website, such:

<Meta name = "keywords" content = "China, China, China">

20. Some shortcut keys for ie5.0:

A: Turn on the search function: Ctrl + F

Close the browser window: Ctrl + W

Open the address bar drop-down list box: F4

New Refresh: F5

Save the current web page to the Favorites list: Ctrl + d

Open a copy of the current IE window: Ctrl + n

Stop downloading the current webpage: ESC

Move the cursor to the beginning of the webpage: Home

Move the cursor quickly to the end of the webpage: End

Open the new address. Enter Ctrl + O.

Open favorites: Ctrl + I

Open the history Folder: Ctrl + H

Open the default homepage set in the browser: Alt + home

21. Add to favorites:

<A href = "javascript: window. External. AddFavorite ('HTTP: // link', 'description');"> Add to favorites </a>

22. Set as homepage:

<A href = # onclick = This. style. behavior = 'url (# default # homepage) '; this. setHomePage ('HTTP: // link');> set as homepage </a>

23. Customize the small icon in front of the browser address bar:

A: Add the following statement to the

LINK rel = "shortcuticon" href = "http ://... /Icon. ICO ">

You can. The icon. ICO is a 16x16 icon file. The color must not exceed 16.

24. Place the scroll bar on the left of the browser window.

A: In <body>, add dir = RTL, that is, <body dir = RTL>.
 
 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.