Set rs = Server.CreateObject ("Adodb.recordset")
Sql= "SELECT * from 1 ORDER BY id DESC"
Rs.Open sql,conn,3,2
While not rs.eof
Pubdate=rs ("pubdate")
Pubtime=year (pubdate) & "Year" &month (pubdate) & "Month" &day (pubdate) &
I. Use css abbreviationsUsing abbreviations can help reduce the size of your CSS file and make it easier to read. For the main rules of css abbreviations, see common css abbreviations syntax appendix.II. Define the unit unless the value is 0Unit
Web standards divide webpages into three independent components:* Structure: HTML, XHTML, XML* Performance: CSS1 and CSS2* Action: ECMAScript, DOMSo far, Chinese people have made any guidelines and guidelines on aesthetic appearance, and have no
The implementation method is simple.Add the following code to CSS: The code is as follows:Copy code Img {Filter: expression (This. Cannot be removed? "": ((! This. complete )? "":This. runtimeStyle. filter = ("progid: DXImageTransform. Microsoft.
Original article title: Vertical Centering in CSSSubtitle: Yuhu's Definitive Solution with Unknown HeightDespite the vertical-align feature of CSS, it cannot effectively solve the vertical center problem of unknown height (in the case of text or
I remember that one of Yahoo's 16 military rules for improving website loading speed is to reduce the number of http requests as much as possible to increase webpage loading speed. Therefore, the use of css sprites to reduce image requests was
First look at the effect chartWhat we want is this effect. The code is as follows:Copy code . Box-163css {width: 600px; margin: 20px auto ;}/* Blogpart2 */. Blogpart2 {width: 570px; text-align: left; padding-bottom: 15px; overflow: hidden; float:
Absolute position and relative position usage in positionPositioning: position: absolute; syntax: There are two scenarios:1. If top, right, bottom, and left are not set, the "content region original point" of the parent level is the original point
1. Use CSS to center the DIV layer horizontallyAdd the following attributes to the DIV layer to be horizontally centered: The code is as follows: Copy code Margin-left: auto;Margin-right:
Core code The code is as follows:Copy code FILTER: progid: DXImageTransform. Microsoft. Gradient (startColorStr = 'lightblue', endColorStr = ''# ffff'', gradientType = '1 ''); Instance The code is as follows:Copy code resume: display of
In this section, I want to tell you how to use the border and clear attributes.First, if you have used a table to create a web page, you should know how to create a dotted line in the table, you need to make a small image to fill it, in fact, we
Tip: you can modify some code before running Menu 1Sub-menu 1 sub-menu 2Sub-menu, one sub-menu, and two sub-menus Sub-menu 3Sub-menu Sany Menu 2 Menu 3Sub-menu 1
The Shadow attribute can be used to create an object projection in a specified direction. Its expression is as follows:Filter: Shadow (Color = color, Direction = direction)Here, Shadow has two parameter values: the Color parameter is used to specify
We have explained the css syntax before, but to display the effect in the browser, the browser must identify and call it. When the browser reads a style sheet, it must read it in text format. Here we introduce four ways to insert a style sheet into
Css can be used to design the format. Sometimes, you can even directly define the html tag format. However, this tag is complicated for input. Type = select | type = button | type = text. Poor definition. So we can use the above method to define
Original layout by Owen BriggsSingle row single columnSingle row single column 1: float floating in the upper left corner, fixed width.Single row single column 2: fixed in the upper left corner, fixed width, using absolute (absolute)
In CSS, four pseudo classes are used to define the link styles: a: link, a: visited, a: hover, and a: active. For example: The code is as follows:Copy code A: link {font-weight: bold; text-decoration: none; color: # c00 ;}A: visited {font-weight:
After checking the relevant information, we found that flash was used to achieve this effect.We need to go through the background. This is because I don't know much about it and I don't want to list it for the moment. Let's talk about the recently
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