View Full Version : Need Heeeelp!


teenchaozie
01-05-2005, 04:14 PM
I'm testing this layout. That's why I haven't put in ne textareas. Everything works execpt the pic. Why?

<STYLE type="text/css">
A:link{color:blue; text-decoration: none; font-size: 8pt;}
A:visited{color:gray; font-size: 8pt; cursor:crosshair; text-decoration: none;}
A:hover{color:blue; text-decoration: none; cursor:crosshair; font-size: 8pt;}
TD, FONT, P, BR, BODY, H1, H2 {font-family: verdana; font-size:7.5pt;font-weight:none;}
body
{scrollbar-arrow-color: #000000;
scrollbar-base-color: #003366;
scrollbar-dark-shadow-color: #000000;
scrollbar-track-color: #003366;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #003333;
scrollbar-highlight-color: #0033CC;
scrollbar-3d-light-color: #FFFFFF;
}
{background-image: url(C:Documents and SettingsAdministratorMy DocumentsMy Pictureschobits_7_1024.jpg);
background-attachment:fixed; background-repeat:no-repeat;}
input,textarea{border:1px dotted #FFFFFF;background-color:white;color:#FFFFFF}
p table{border:1px white dotted;background:transparent; filter:Alpha(opacity=53);}
</style>

lvbunny
01-05-2005, 05:41 PM
I'm testing this layout. That's why I haven't put in ne textareas. Everything works execpt the pic. Why?

<STYLE type="text/css">
A:link{color:blue; text-decoration: none; font-size: 8pt;}
A:visited{color:gray; font-size: 8pt; cursor:crosshair; text-decoration: none;}
A:hover{color:blue; text-decoration: none; cursor:crosshair; font-size: 8pt;}
TD, FONT, P, BR, BODY, H1, H2 {font-family: verdana; font-size:7.5pt;font-weight:none;}
body
{scrollbar-arrow-color: #000000;
scrollbar-base-color: #003366;
scrollbar-dark-shadow-color: #000000;
scrollbar-track-color: #003366;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #003333;
scrollbar-highlight-color: #0033CC;
scrollbar-3d-light-color: #FFFFFF;
}
{background-image: url(C:Documents and SettingsAdministratorMy DocumentsMy Pictureschobits_7_1024.jpg);
background-attachment:fixed; background-repeat:no-repeat;}
input,textarea{border:1px dotted #FFFFFF;background-color:white;color:#FFFFFF}
p table{border:1px white dotted;background:transparent; filter:Alpha(opacity=53);}
</style>

First make sure that your path is correct. that you have all the / in it. and then make sure that where you have your pic you have your test file. they need to be together ex. both on the desktop or both in the same folder on the desktop.

hope this helps