Announcement

Collapse
No announcement yet.

HTML code For Overlapping

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HTML code For Overlapping

    Hello people here, I playing with my own template on my blog and i encounter many problem. So any help will be appreciated.

    Currently i am Using this as my Backgroud:
    <head>
    <style type="text/css">


    Body{
    background-image:url(http://www.mahgolwebv3.persiangig.co...runge_bg.jpg);
    background-attachment:fixed;
    background-position:left-top;
    background-repeat:no-repeat;
    background-color:#000000;
    margin-top:0px;


    Now i wanna add some emben object onto the bottom of the Background:
    <object width="277" height="80" ><param name="movie" value="http://media.imeem.com/m/Ot0eIFQxaG"></param><param name="wmode" value="transparent"></param><embed src="http://media.imeem.com/m/Ot0eIFQxaG" type="application/x-shockwave-flash" width="277" height="80" wmode="transparent" ></embed></object>

    The problem is When my content is too long i scroll down my page, the embed object will be placed AT THE BOTTOM of the page. Instead "Lock onto the Background"

    Anyone mind teach me?

  • #2
    Re: HTML code For Overlapping

    Anyone?

    Comment

    Working...
    X