QUICK NEWS

{NEW} - A new css video is up.

{OLD} - New video courtesy of Skhilled, Thanks for posting it up.

Video of the moment:


Internal Links

SMF Sites

Quick Info

Background image

Started by Ronald, Feb 11, 2021, 11:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ronald

I installed a mario background on my arcade forum, it's size is 1920 X 1344 PX. How do I get it to show on the entire page, only covering half the page.

https://arcadeholics.net/index.php see it.

Ronald


lesmond

Try this Ron
background: url(../images/id/mario_01.jpeg) #FEFEFE;
    background-attachment: fixed;
    background-size: 100% 100%;

Instead of this
background: #FEFEFE url(../images/id/mario_01.jpeg) repeat-x top right fixed;

The only person who got all his work done by Friday was Robinson Crusoe

Ronald

Thanks Les, I made
Quote from: lesmond on Feb 11, 2021, 05:08 PMTry this Ron
background: url(../images/id/mario_01.jpeg) #FEFEFE;
    background-attachment: fixed;
    background-size: 100% 100%;

Instead of this
background: #FEFEFE url(../images/id/mario_01.jpeg) repeat-x top right fixed;

Thanks Les, I did make the changes.