Quote:
Originally Posted by rachelo
walrus,
I looked at XXX Blog Maniac, (and I like it)  but I have two questions:
1. How do you get your toon on the bottom corner and make it stay there?
2. What do you use to play the video in your blog? 
|
I'll answer the questions... after all, I've answered one already.
Answer to question 1)
It's a CSS thing. In the body declaration you tell the browser to display a graphic file whereever you want it to appear... and do not move, even if the page is scolled. You do that like this:
Code:
<style type="text/css">
body{
background-image:url(http://url-to-image.com/graphic.jpg);
background-attachment:fixed;
background-position:bottom right;
background-repeat:no-repeat;
}
</style>
Answer to question 2)
Quote:
Originally Posted by oast
vPIP - For putting video into your posts
|
Walrus who told me about it in
another post