Thread: [Solved] [L4D2] MOTD Scrolling, How?
View Single Post
valinaghi
New Member
Join Date: Nov 2020
Old 11-15-2020 , 10:00   Re: [L4D2] MOTD Scrolling, How?
Reply With Quote #9

Quote:
Originally Posted by GsiX View Post
mine work correctly.. ok look.. i cant help you without looking at your html, css, js or whatever to see what wrong...
i v passed my free time.. however i v write a simple example for you.. hope this help.

PHP Code:
<html>
    <
head>
        <
title>L4D2 MOTD Test</title>
    </
head>
    <
body style="margin:0px;padding:1px;background:#000 000;">
        <
article style="width:100%;height:100%">
            <
img src="https://steamcdn-a.akamaihd.net/steam/apps/550/capsule_616x353.jpg?t=1601578341" style="width:50%;height:50%" />
            <
img src="https://wallpaperaccess.com/full/425811.jpg" style="width:100%;height:100%" />
            <
img src="https://s2.best-wallpaper.net/wallpaper/1920x1080/1611/Left-4-Dead-2-PC-games_1920x1080.jpg" style="width:100%;height:100%" />
            <
div style="width:100%;height:100%;overflow:scroll">
                <
img src="https://images3.alphacoders.com/142/142549.jpg" style="width:150%;height:100%" />
            </
div>
            <
img src="https://s2.best-wallpaper.net/wallpaper/1920x1080/1611/Left-4-Dead-2-PC-games_1920x1080.jpg" style="width:100%;height:100%" />
        </
article>
    </
body>
</
html
Edit: Ok since i don't see/not allowowed to see what wrong in your html, i just give you my hunch.
Wrap the object into a div, target the particular div for overflow.


Hope this help

Edit2: this gone has gone outside sp.
Dear moderator, o/t pls delete but don't ban me.
thank you a lot. I had these problem too. and I fix it
valinaghi is offline