Sharing of css and php notes involved in application development_PHP tutorial
WBOYOriginal
2016-07-21 15:25:46808browse
Make some records about some problems encountered in the application and their solutions for future reference. I am a newbie, not technically proficient yet, and my note-taking is relatively naive. Please laugh at the ridicule. 1. Regarding the absolute positioning of layers. There are two div layers, the main class div is the overall layer, and the cloud class div is the absolute positioning layer. The effect is to display a cloud gif image in the upper right corner of the screen. The div layout code is as follows:
Copy code The code is as follows:
div>
...
At one point in the process, the cloud layer was placed on the main layer , causing IE to be unable to display the cloud layer. Finally, the problem was solved by placing the cloud layer outside the main layer and changing the main position to relative. The CSS code is as follows:
2. Implementation of drop-down box selection for year, month and day. The drop-down box for year, month and day is very sluggish, and the date cannot change with the change of year and month. But this is a relatively basic solution, and I also refer to other people's methods on the Internet. We will look into newer methods later.
http://www.bkjia.com/PHPjc/324076.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/324076.htmlTechArticleMake some records about some problems encountered in the application and their solutions for future reference. I am a newbie, not yet technically proficient, and my note taking is relatively naive. Please laugh at the ridicule. 1. Absolutely about layers...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn