• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

CSS Help

Sherlok

Active Member
Joined
Aug 29, 2008
Messages
2,116
Reaction score
44
Location
Poland, Wrocław.
Hiho.
Anyone know how to stretch div with users (look at screenshot bottom) to site footer?

height: 100%; don't works.

ute2rpp8zrnlimvzfxp0.png


:confused::ninja:
 
I just love when people can't provide the source code...

This works for me, it's up to you to understand now.

<div style="width:100%;background:grey;height:100%;">
<div style="height:100%;border-left:1px solid black;float:right; width:200px;">
@Sherlok <br/>
@Admin <br/>
+moderator <br/>
user <br/>
</div>
</div>
 
I'll show you my website on MSN, so maybe you can help me?

I try this code on empty index.html - it works, but when I try it on my chat site - doesn't work :s
 
I'll show you my website on MSN, so maybe you can help me?

I try this code on empty index.html - it works, but when I try it on my chat site - doesn't work :s

I do not want to give out my msn. Either you PM me or you wait for someone else.
 
Back
Top