CSSに関しては、私は実際にはチャンピオンではないので、何らかの支援が得られることを望んでいました。
今、私は2つの子divを持つ1つの親divを取得しました。現在、ブラウザのサイズを変更するたびに、2つのdivが重なり合っています。左のdivを常に表示したい。
ここで実際に見ることができます:http://unlimitedbrettworks.com/forums/
CSS:
#header {
position: relative;
height: 140px;
overflow: hidden;
background-color: #E1E1E1; }
#logo a {
overflow: hidden;
float: right;
width: 620px !important;
height: 190px !important;
cursor: pointer;
background: url(../images/art/logo.png) no-repeat;
}
#userarea {
float: left;
margin: 0 1em;
padding: 1.5em 1em 0 1em;
text-align: left;
font-size: 0.95em;
width: 38em;
color: #313131;
font-family: tahoma, sans-serif;
line-height: 130%;
}
#userarea a:link, #userarea a:visited {
color: #333333;
}
#userarea a:hover {
color: #800000;
text-decoration: underline;
}