SimplePortal

Support => International Support => German => Topic started by: Tom on August 13, 2010, 02:41:02 PM

Title: Hintergrundbild
Post by: Tom on August 13, 2010, 02:41:02 PM
Auch wenn der Support hier scheinbar nicht mehr wirklich existiert ...

Wie bekomme ich ein Hintergrundbild in ein HTML-Block ?

Danke und Gruß,

Tom
Title: Re: Hintergrundbild
Post by: smosmo on August 13, 2010, 06:49:34 PM
Du kannst in dein Block ein <div> machen mit eines css class. :D

Sorry, my German sucks but either way; try something like this within your HTML Block:
Code: [Select]
<div class="bgimage">
Type your stuff here or whatever you want to place in your block.
</div>

Then in your CSS file you add
Code: [Select]
.bgimage{
display: block;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background:#000 url('images/background-picture.jpg') no-repeat;
}

Hope this helps >.< Viel gluck :D
Title: Re: Hintergrundbild
Post by: Tom on August 14, 2010, 12:23:37 PM
 ;D

Thanks
SimplePortal 2.3.8 © 2008-2024, SimplePortal