Back ground
-
I am haveing problem with two things maybe some one knows how to fix that:
1- I have added a background and works fine but can not make it like background here , I want to use orgeinal background then on top something with a border;
( I acutally want to use two backgrounds) one that cover all the background behind the one that is on top and has border with 680px width.
The other thin is my style scrollbar does not show , I have added that to style sheet but does not show and only is the normal one, then I added to header .php shows but then my rss wont function
it is something like this:
echo ” <STYLE type=\”text/css\”>\n”;
echo “<!–\n”;
echo “BODY {\n”;
echo “scrollbar-face-color:#000000;\n”;
echo “scrollbar-highlight-color:#408080;\n”;
echo “scrollbar-3dlight-color:#004242;\n”;
echo “scrollbar-darkshadow-color:#000000;\n”;
echo “scrollbar-shadow-color:#408080;\n”;
echo “scrollbar-arrow-color:#808080;\n”;
echo “scrollbar-track-color:#3E3E3E;\n”;
echo “}\n”;
echo “–>\n”;
echo “</STYLE>\n”;
echo “\n”;
The topic ‘Back ground’ is closed to new replies.