falling objects problem |
falling objects problem |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 ![]() |
For some reason when I try to put falling objects on my page they fall from where my about me is instead of from the top of the page...i think it has to do with something in my coding because i tried a few diff. sites. here's my codes
<style type="text/css"> body { background-color:000000; background-image:url('http://img249.imageshack.us/img249/2422/corleonezzmh5.png'); background-attachment: fixed; background-position:bottom center; background-repeat:no-repeat; } table, tr, td {background-color:transparent; border:none; border-width:0;} input {background-color:white !important;} input, table td div div font, body div table tbody tr td font {color:ffffff!important;} body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color: bbbbbb; font-size: 12px; font-family: Tahoma; } .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext { color: aaaaaa; font-size: 12px; font-family: Tahoma; font-weight: bold; } a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:link, a.redlink:visited { color: 888888; font-size: 12px; font-family: tahoma; font-weight: bold; } a.navbar, a.navbar:link, a.navbar:visited { color: 888888; font-size: 12px; font-family: Tahoma; font-weight: normal; } a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color: aaaaaa; font-size: 12px; font-family: Tahoma; font-weight: bold; } a.navbar:hover, a.navbar:active { color: aaaaaa; font-size: 12px; font-family: Tahoma; font-weight: normal; } </style><A HREF="www.profiletweaks.com">This profile was created using: ProfileTweaks Editor Ver.3<BR><BR></A> <style type="text/css">td td td td.text a img {visibility:hidden;} td td td td.text a {display:block; width:170px; height:218px; background-image:url(http://img265.imageshack.us/img265/4805/tommynbrittanyol4gyh1ph8.png);} .contactTable a {background-image:none !important; display:inline; width:auto !important; height:auto !important;} .contactTable a img {visibility:visible;}</style> <style> table tr td div font {visibility:hidden;} </style> <style> {! ditch google logo !} body div table div form img.googleLogo { background-image:none !important; filter:none !important; width:0px !important; height:0px !important; border:0px !important; padding:0px !important} </style> <style>td div div select {display:none !important; visibility:none !important; width:0px !important; position:absolute !important; top:-1000px !important;}</style> <style>td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;} td.text td.text td a {visibility:hidden;}</style> <style> td.text td.text table, td.text td.text td {padding:0px; height:0px; font-size:0px;} .redlink, td.text td.text td.text td.text br, td.text td.text td b, td.text td.text td td, td.text td.text td .btext, td.text td.text td .orangetext15 {display:none;} td.text td.text table {border:0px !important;} </style> <Style>td.text table {position:relative; left:128px;} td.text object, td.text embed, td.text table table {position:static;}</style> thanks for any help |
|
|
![]() |
![]()
Post
#2
|
|
![]() DDR \\ I'm Dee :) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Mentor Posts: 8,662 Joined: Mar 2006 Member No: 384,020 ![]() |
The top of your generated falling objects code should have something like this:
QUOTE <marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:142px; top:210px; width:25px; height:530;"> you need to change the bolded part to a smaller number. |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 ![]() |
|
|
|
![]() ![]() |