B
bluerobot2007
Hi all,
I am relatively new to HTML & (especially) CSS. A friend of mine is
editing her myspace profile & I volunteered to take a look at it
because she can't get the background image to stay fixed. You'd think
it would be simple....but I am having so much trouble with it! I feel
like I've tried everything I can think of & it won't work. There's
something I'm missing & it's driving me crazy! I also feel like some
things are unnecessary in there and it's put together weird. The
background image does show up, it's just not fixed. Please keep in mind
I am new at this....
((Also the background image appears 4 separate times throughout the
code & I changed the link (to "background image") just to keep her
stuff private. ))
Can someone please help me out? Here is the code:
Me: I'm blah blah blah <a href="http:/a linkeeee.html">mah place</a>.
<br>
some more text
<br>
<img src="http://the background image" /img>
<body background="the background image again"></body>
<style type="text/css">
body { text-align:center;
background-color:<the background image yet again">; }
table, td {background:transparent; border:0px;}
table table table {background-color:transparent;}
table table table {
border-width:2px;
border-color:9966FF;
border-style:dotted;
padding:1px; }
table table table table { border:0px; }
td, span, div, input, a, table td div div font,
body div table tbody tr td font {font-family:Century Gothic, Tempus
Sans ITC, sans-serif, Arial, Geneva !important;}
td, span, div, input, table td div div font,
body div table tbody tr td font {color:CCCCFF!important;}
..nametext, .whitetext14, .lightpurpletext10, .orangetext17,
..blacktext14,
..redtext, .redbtext, .blacktext12 {color:CCCCFF!important;}
a {color:CCCCFF!important; text-decoration:none !important;
text-transform:none !important; font-weight:normal !important;
font-style:normal !important;}
a:hover {color:000000 !important; text-decoration:none !important;
text-transform:none !important; font-weight:normal !important;
font-style:normal !important;}
img {border:0px;}
..text {align:left}
input {background-color:transparent !important;}
</style><br><br>
<body {background-image:url(http://same background image);
background-repeat: no-repeat;
background-attachment: fixed;}></body>
I am relatively new to HTML & (especially) CSS. A friend of mine is
editing her myspace profile & I volunteered to take a look at it
because she can't get the background image to stay fixed. You'd think
it would be simple....but I am having so much trouble with it! I feel
like I've tried everything I can think of & it won't work. There's
something I'm missing & it's driving me crazy! I also feel like some
things are unnecessary in there and it's put together weird. The
background image does show up, it's just not fixed. Please keep in mind
I am new at this....
((Also the background image appears 4 separate times throughout the
code & I changed the link (to "background image") just to keep her
stuff private. ))
Can someone please help me out? Here is the code:
Me: I'm blah blah blah <a href="http:/a linkeeee.html">mah place</a>.
<br>
some more text
<br>
<img src="http://the background image" /img>
<body background="the background image again"></body>
<style type="text/css">
body { text-align:center;
background-color:<the background image yet again">; }
table, td {background:transparent; border:0px;}
table table table {background-color:transparent;}
table table table {
border-width:2px;
border-color:9966FF;
border-style:dotted;
padding:1px; }
table table table table { border:0px; }
td, span, div, input, a, table td div div font,
body div table tbody tr td font {font-family:Century Gothic, Tempus
Sans ITC, sans-serif, Arial, Geneva !important;}
td, span, div, input, table td div div font,
body div table tbody tr td font {color:CCCCFF!important;}
..nametext, .whitetext14, .lightpurpletext10, .orangetext17,
..blacktext14,
..redtext, .redbtext, .blacktext12 {color:CCCCFF!important;}
a {color:CCCCFF!important; text-decoration:none !important;
text-transform:none !important; font-weight:normal !important;
font-style:normal !important;}
a:hover {color:000000 !important; text-decoration:none !important;
text-transform:none !important; font-weight:normal !important;
font-style:normal !important;}
img {border:0px;}
..text {align:left}
input {background-color:transparent !important;}
</style><br><br>
<body {background-image:url(http://same background image);
background-repeat: no-repeat;
background-attachment: fixed;}></body>