css风格 - 浮动 [英] css style——float

查看:84
本文介绍了css风格 - 浮动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 

我可以在css版本中实现以下功能。

但我在Visual Studio中的表现如何2010年没有"浮动:定位"

#figure
{
width:100px;
身高:100px;
background-color:blue;

浮动:定位;
仓位:绝对;
底部:50px;剩余
:40%;
}


容器从左边包含块边界"border ="0 "height ="239"id ="x_Picture_22"src ="http://www.interoperabilitybridges.com/css3-floats/image003.jpg"width ="624">

< DIV CLASS = "h2_lin">解决方案

嗨凯文,


2010年的VisualStudio你的意思IE 9?


-Jeff


I can realize the following functions in the version of css.

but how I do in visual studio 2010 without "float : positioned"

#figure { width: 100px; height: 100px; background-color: blue; float: positioned; position: absolute; bottom: 50px; left: 40%; }

Positioned float 50px above bottom border and 40% 
container from the left containing block border

解决方案

Hi Kevin,

By VisualStudio 2010 do you mean IE 9?

-Jeff


这篇关于css风格 - 浮动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆