Results 1 to 2 of 2

Thread: HTML code For Overlapping
      
   

  1. #1
    BlitzKriez is offline Private
    Join Date
    Jan 2008
    Posts
    2

    Default 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. #2
    BlitzKriez is offline Private
    Join Date
    Jan 2008
    Posts
    2

    Default Re: HTML code For Overlapping

    Anyone?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49