Danae Aphreal
01-12-2003, 12:58 AM
<!--
body {
background-image:url(http://www.voiceacting.co.uk/~beryl/gackt.gif);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:topright;
}
-->
Because it isn't working o.< : http://www.blurty.com/users/gakuto/
;.; please help?
Dude128
01-12-2003, 01:25 AM
you should only have one style sheet, and only one body { ... } section. you will need to combine all the ones you have.
Danae Aphreal
01-12-2003, 01:29 AM
err, huh? ^^;; sorry, I dont understand that...everything else works fine, it's just it won't position on the top right corner like I tell it to. The rest works fine ^^
Dude128
01-12-2003, 01:37 AM
your background doesn't show up at all for me, and that's because you have 2 and a half different style sheets with 4 different body sections.
you should have this general format:
<style type="text/css">
<!--
ALL of your CSS goes here
-->
</style>
you have three <script> tags and too many <!-- and --> tags
you can only have one body section, with ALL of the attributes for the body of the page. you should also have only one for other tags as well... you have three each for table and td also. you will have to combine all the multiples for it to work correctly.
Danae Aphreal
01-12-2003, 01:43 AM
okay, changed all that...and it still doesn't work..
Danae Aphreal
01-12-2003, 01:50 AM
alright, I found out there's supposed to be a ; between 'top' and 'right' and I changed that and the image moved a little bit over...but not all the way.
?? ><