Paco
11-30-2005, 06:42 PM
This is really weird, I got the background working and then I chaged it and now it does not show.
<html>
<head>
<title>All Things Random</title>
</head>
<style type="text/css">
A:link
{ text-decoration: none; color:#000000; }
A:visited
{ text-decoration: none; color:#000000; }
A:active
{ text-decoration: none; color:#000000; }
A:hover
{ text-decoration: none; color:#000000;
background-image: url('http://i2.photobucket.com/albums/y22/kier1989/AJoltofLuck-1024x768.jpg');
background-color: #000000;
(Warning: the following cursor attribute is for those who use IE only!)
cursor: default;
cursor: url('yourdomain.com/cursor.ani')}
h1 {font-family: Palatino Linotype
color: #000000; }
p {font-family: Palatino Linotype;
color: #000000}
body
{ margin:0; padding:0; background:background-attachment url('http://i2.photobucket.com/albums/y22/kier1989/AJoltofLuck-1024x768.jpg') no-repeat(; font-family:Palatino Linotype; color:#000000; letter-spacing:0pt; font-weight:normal; font-size:medium; direction:rtl; warning:the following scrollbar attribute is for those who use IE only! scrollbar-face-color #000000; scrollbar-highlight-color:#000000; scrollbar-3dlight-color:#000000; scrollbar-shadow-color:#000000; scrollbar-darkshadow-color:#000000; scrollbar-track-color:#000000; scrollbar-arrow-color:#000000; background-image:url('http://i2.photobucket.com/albums/y22/kier1989/AJoltofLuck-1024x768.jpg'); background-repeat:repeat
}
td
{ font-family: Palatino Linotype;
color: #000000;
padding-left: 2cm;
padding-right: 2cm;
padding-top: 2cm;
padding-bottom: 2cm;
padding: 2cm;
padding: 2cm, 4cm; }
input, textarea
{ border:5px dashed #000000; background:#000000 url('http://i2.photobucket.com/albums/y22/kier1989/AJoltofLuck-1024x768.jpg'); font-family: Palatino Linotype;
color: #000000;
}
</style>
<body>
<div style="position:absolute; left:496; top:354; width:158; height:164; background-color:#ffffff; overflow:auto">
Your text and images would go here
</div>
<div style="position:absolute; left:102; top:19; width:335; height:33; background-color:#ffffff; overflow:auto">
All Things Random</div>
<div style="position:absolute; left:508; top:26; width:158; height:164; background-color:#ffffff; overflow:auto">
<p align="center">Navigation</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </div>
<div style="position:absolute; left:102; top:54; width:335; height:245; background-color:#ffffff; overflow:auto">
Your text and images would go here
</div>
</body>
</html>
Does anyone know what is wrong?
<html>
<head>
<title>All Things Random</title>
</head>
<style type="text/css">
A:link
{ text-decoration: none; color:#000000; }
A:visited
{ text-decoration: none; color:#000000; }
A:active
{ text-decoration: none; color:#000000; }
A:hover
{ text-decoration: none; color:#000000;
background-image: url('http://i2.photobucket.com/albums/y22/kier1989/AJoltofLuck-1024x768.jpg');
background-color: #000000;
(Warning: the following cursor attribute is for those who use IE only!)
cursor: default;
cursor: url('yourdomain.com/cursor.ani')}
h1 {font-family: Palatino Linotype
color: #000000; }
p {font-family: Palatino Linotype;
color: #000000}
body
{ margin:0; padding:0; background:background-attachment url('http://i2.photobucket.com/albums/y22/kier1989/AJoltofLuck-1024x768.jpg') no-repeat(; font-family:Palatino Linotype; color:#000000; letter-spacing:0pt; font-weight:normal; font-size:medium; direction:rtl; warning:the following scrollbar attribute is for those who use IE only! scrollbar-face-color #000000; scrollbar-highlight-color:#000000; scrollbar-3dlight-color:#000000; scrollbar-shadow-color:#000000; scrollbar-darkshadow-color:#000000; scrollbar-track-color:#000000; scrollbar-arrow-color:#000000; background-image:url('http://i2.photobucket.com/albums/y22/kier1989/AJoltofLuck-1024x768.jpg'); background-repeat:repeat
}
td
{ font-family: Palatino Linotype;
color: #000000;
padding-left: 2cm;
padding-right: 2cm;
padding-top: 2cm;
padding-bottom: 2cm;
padding: 2cm;
padding: 2cm, 4cm; }
input, textarea
{ border:5px dashed #000000; background:#000000 url('http://i2.photobucket.com/albums/y22/kier1989/AJoltofLuck-1024x768.jpg'); font-family: Palatino Linotype;
color: #000000;
}
</style>
<body>
<div style="position:absolute; left:496; top:354; width:158; height:164; background-color:#ffffff; overflow:auto">
Your text and images would go here
</div>
<div style="position:absolute; left:102; top:19; width:335; height:33; background-color:#ffffff; overflow:auto">
All Things Random</div>
<div style="position:absolute; left:508; top:26; width:158; height:164; background-color:#ffffff; overflow:auto">
<p align="center">Navigation</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </div>
<div style="position:absolute; left:102; top:54; width:335; height:245; background-color:#ffffff; overflow:auto">
Your text and images would go here
</div>
</body>
</html>
Does anyone know what is wrong?