html/css
xiaonibaba
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IE的标准模式和兼容模式
IE的兼容模式原创 2022-11-12 21:07:24 · 373 阅读 · 1 评论 -
flex布局最后一行左对齐最佳解决方案
如图一行显示6个 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <style> .parent { width: 400px; height: 300px; display: flex; justify-content: space-bet原创 2020-12-21 11:28:01 · 1055 阅读 · 0 评论 -
TreeView 中 SelectedNodeStyle 无效,selectedClass 无效的参考方案
TreeView 中 SelectedNodeStyle 无效,selectedClass 无效的参考方案 查看他的html,然后跟踪代码,解决方案,如下 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="frmVideo.aspx.cs" Inherits="BA.frmVideo" %> <!DO...原创 2020-04-17 17:27:14 · 609 阅读 · 0 评论 -
高度100%-固定值的问题
html,body { height: 100%; padding: 0; margin: 0; /* height:100vh 或者这样*/ } vh的意思是把浏览器视口横向分为100份,100vh就是100%高度。 如果上方有个导航条,可以减去导航条高度,如: height:c...原创 2020-04-17 13:33:39 · 648 阅读 · 0 评论 -
自定义滚动条
js代码部分SCRIPT LANGUAGE="JavaScript">function scroll(n)...{temp=n;Out1.scrollTop=Out1.scrollTop+temp;if (temp==0) return;setTimeout("scroll(temp)",80);}SCRIPT>html部分 img border="0" src原创 2007-06-14 10:25:00 · 664 阅读 · 0 评论 -
微信企业号,测试扫一扫功能
using Senparc.Weixin.HttpUtility; using Senparc.Weixin.Work.Containers; using Senparc.Weixin.Work.Helpers; using System; using System.Collections.Generic; using System.Linq; using System.Web; using Sy原创 2018-01-23 18:25:44 · 5737 阅读 · 0 评论
分享