![]() |
|
#1
|
|||
|
|||
|
on vampirefreaks.com i I have an image set as the background for my profile, using this code in the "profile" area
Code:
<style type="text/css">
html, body {
background: #000000 url('http://i155.photobucket.com/albums/s298/xslave1/ms/bloodwallLQ.jpg');
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
Code:
<div style="width: 180px; height: 135px; overflow: auto; border: none; padding: 15px; background: black;"> content goes here </div> so that it is easy to read the text but so that the page image still shows through without a big solid black box covering it up?
|
|
#2
|
|||
|
|||
|
I used to have a vf and i did this , damn i cant remember for the life of me , ill do a little googling and get back to you.
|