gpt4 book ai didi

html - 在 float :right 上填充不为 0

转载 作者:太空宇宙 更新时间:2023-11-03 19:39:51 26 4
gpt4 key购买 nike

我试图让图像在 DIV 上一直显示,但它没有发生:\

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<style>* { margin:0;padding:0; }
#login {
background:red;
width:200px;
xpadding:5px;
}
#login a, #login a:visited {
color:blue;
text-decoration:none;
font:12px verdana;
}
</style>
<title>Untitled 1</title>
</head>

<body>



<div id="login"><div style="float:right;margin-right:5px;"><img src="https://si0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" /> </div>

<div style="float:right;color:red;text-align:right;"><a href="#">@Testing</a><br /><a href="?wipe=1">Logout</a></div>
<div style="clear:both;"></div></div>

</body>
</html>

试试说... http://htmledit.squarefree.com/然后你会看到红色在边界的右侧仍然可见,而它应该一直向右浮动。

最佳答案

<div style="float:right,margin-right:5px;">

ma​​rgin-right:5px

关于html - 在 float :right 上填充不为 0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6449427/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com