View Single Post
Old 2006-09-28, 07:43 PM   #21
oast
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
oast's Avatar
 
Join Date: May 2004
Location: UK
Posts: 316
Quote:
Originally Posted by rachelo View Post
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
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.
oast is offline   Reply With Quote