In fact, like my back-end, the website back-end provides free styles here. The focus is that when the mouse moves to the triangle button, it becomes the palm of your hand.
<Html> <meta http-equiv = Content-Type content = text/html; charset = gb2312> <title> mow.huo website is provided free of charge at the backend of the website _ foothome _ www.jb51.net </title> <! -- The focus of the style here refers to the palm of the hand when the mouse moves to the triangle button --> <style type = "text/css">. navPoint {COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt }. a2 {BACKGROUND-COLOR: A4B6D7 ;}</style> <! -- The onresize event occurs when the window is adjusted. Carnoc is the ID of the FRAME on the left. --> <Body style = "MARGIN: 0px" scroll = no onResize = javascript: parent. carnoc. location. reload ()> <TABLE style = "BORDER-COLLAPSE: collapse "cellSpacing = 0 cellPadding = 0 width =" 100% "border = 0> <TR> <TD align = center width =" 100% "height = 25 bgcolor =" # B1C1E0 "style = "COLOR: #330099; font: 10.5pt "> <B> provided by the mow.huo website background for free </B> </TD> </TR> </TABLE> <! -- The following code is the focus. After the screen is switched and clicked, it is displayed to the left or right. --> script if (self! = Top) {top. location = self. location;} function switchSysBar () {if (switchPoint. innerText = 3) {switchPoint. innerText = 4 document. all ("frmTitle "). style. display = "none"} else {switchPoint. innerText = 3 document. all ("frmTitle "). style. display = "" }} script <! -- The above Code is the focus, after the screen switch is clicked, expand to the left or right --> <table border = "0" cellPadding = "0" cellSpacing = "0" height = "100%" width = "100%"> <tr> <td width = "30" align = "middle" vAlign = "center" noWrap id = "frmTitle"> <! -- Pay attention to the ID here, which is returned to the above section of javascript --> <! -- The following is the FRAME on the left. You only need to nest a page with a width of PX. Of course, you can also modify the WIDTH value in this sentence to your leaf WIDTH --> </td> <! -- Comrades, please pay attention to the following TD. Its color is the color of the sub-column that is running in the middle, here, you can change the color to the color that matches your page. --> <td width = "46" bgcolor = "#708EC7" style = "WIDTH: 9pt"> <! -- Haha, you can see that the column in the middle actually goes to a TABLE! The TABle width is the width of the column --> <table width = "9" height = "100%" border = "0" cellpadding = "0" cellspacing = "0"> <tr> <td width = "200" style = "HEIGHT: 100% "onClick =" switchSysBar () "> <! -- The above switchSysBar process is called here --> <! -- Here you can change 3 to 1 or another number to see if it is a shape problem. --> 3. Screen switching </td> </tr> </table> </td> <td width = "630" style = "WIDTH: 100% "> </td> </tr> </table> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]