Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gainiu/MyFirstWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

15 Commits

Repository files navigation

MyFirstWeb

A simple web.

##8.24

  • absolute绝对定位的DIV居中:
    • left:50%;
    • top:50%;
    • margin:1/2height 0 0 1/2width;

##8.25

  • 修改js轮播图片bug
    • jq解决了按钮与图片错位的问题
    • js解决办法未找到
  • DIV定位不熟练

##8.29

  • 使用JS将footer固定在屏幕底部:
    • var wrapHeight=document.getElementById("wrap").scrollHeight;//DIVwrap的实际高度
    • var footer=document.getElementById("footer");
    • footer.style.marginTop=wrapHeight+"px";

##8.31

  • DIV的横向排列
    • 子DIV后添加float:left;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /