Web page creation builds a layer, on one side of the web page.

Updated on technology 2024-06-02
14 answers
  1. Anonymous users2024-02-11

    script for=window event=onload language="jscript" >

    initad();Once the page is loaded, the function initad() is called

    script >

    script language="jscript" >

    function initad()

    200;After the onload event is fired, the position of the ad layer relative to the fixed Y direction.

    visible'Set the layer to be visible.

    movelayer('adlayer');Call the function movelayer().

    function movelayer(layername) {

    var x = 600;The floating ad layer is fixed in the x-direction of the browser.

    var y = 300;The floating ad layer is fixed in the y-direction of the browser.

    var diff = ( y -

    var y = + y - diff;

    eval("" + layername + ". = y");

    eval("" + layername + ". = x");Mobile ad layer.

    settimeout("movelayer('adlayer');", 20);Set the parameter for 20 milliseconds before calling the movelayer() function

    script >

    Below is a layer with an id of adlayer (if the id name is not an adlayer, the adlayer in the movelayer() above should also be modified accordingly), including a linked **--

    div id=adlayer style='position:absolute; width:61px; height:

    59px; z-index:20; visibility:hidden;; left:

    600px; top: 300px' >

    /a >

    div >

  2. Anonymous users2024-02-10

    The knowledge of using frameworks in HTML is very simple and is specific to this.

  3. Anonymous users2024-02-09

    Use the framing function in the web page. i.e. iframe

  4. Anonymous users2024-02-08

    Some older browsers don't support iframes.

    If it is not supported, the iframe is invisible.

  5. Anonymous users2024-02-07

    I guess you're talking about framesets, create a new document-frameset.

  6. Anonymous users2024-02-06

    How does it work?

  7. Anonymous users2024-02-05

    You can use absolute positioning to do this function, i.e. position: position:absolute; Then set the position of the div relative to the parent container, for example, in the following example, the div is positioned in the upper left corner of the browser.

  8. Anonymous users2024-02-04

    DW won't talk about it, if you have a div layout, z-index, the bigger the number, the higher the level.

  9. Anonymous users2024-02-03

    Let's talk about details. Create a new div directly.

  10. Anonymous users2024-02-02

    What are you referring to in Photoshop Layer Creation is Ctrl+Shift+n New Page is Ctrl+N New Folder I know one is to select the layer and then Ctrl+G

  11. Anonymous users2024-02-01

    Since the layers are absolutely positioned, it probably doesn't make sense to nest them.

    That's not what you're trying to say. Or is it something else?

    Can you elaborate on that? For example, give an example, or illustrate what you're trying to achieve!

  12. Anonymous users2024-01-31

    The first-level page is the connection on the home page, and the second-level page is the connection to the next page of the homepage.

  13. Anonymous users2024-01-30

    Don't you know that there is another hyperlink in the tool for making web pages?

  14. Anonymous users2024-01-29

    You can just insert a layer yourself and then add the content from the page!

Related questions
3 answers2024-06-02

No, you just use the software, and you can use the background material up and down.

8 answers2024-06-02

I still don't quite understand what you're talking about. >>>More

7 answers2024-06-02

Copyright infringement.

The object of copyright protection is the work. The Copyright Law does not explicitly indicate whether a web page is within the scope of a work, but in judicial practice, it is recognized that a web page is a work. >>>More

5 answers2024-06-02

With a domain name, it is equivalent to having a house number, having a host is equivalent to having a room, and the next most important thing is to build ** content, which is equivalent to decorating a room, and can only be displayed to customers after decoration.

11 answers2024-06-02

If it is difficult to adjust the elements of the web page with VS, it is recommended to use FrontPage to do all the static web pages first, and then copy the HTML into VS, and then write the program. It's all Microsoft stuff, and it's all in the office. If you don't have it, you can add it to the CD of office.... >>>More