• 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”;

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter shahram

    (@shahram)

    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”;

    Why not use CSS ?
    It’s much easier!

    Thread Starter shahram

    (@shahram)

    I did it does not show

    Do you have a link to your weblog ? Clicking your name takes me to a phpnuke site.

    Thread Starter shahram

    (@shahram)

    I get a blank page ?

    Thread Starter shahram

    (@shahram)

    Ummm I dont know I get it right form here, try the index
    http://modernwriters.org/net/index.php

    Thread Starter shahram

    (@shahram)

    This is another problem with this forum is almost impossibel to track a subject and if one day passes then you have to spend half an hour to find your posting , I am still haveing the same probelm any one knows how to set this thing?

    If you click the ‘member’ link under your name, you will see a list of the last topics you posted, and the last answers. Navigating is then easy.
    And I still see a blank page.
    Did it work at some time ? If so, you may have to undo changes.

    i use like this at header.php

    <style type=”text/css” media=”screen”>

    /* BEGIN IMAGE CSS */
    /* To accomodate differing install paths of WordPress, images are referred only here,
    and not in the wp-layout.css file. If you prefer to use only CSS for colors and what
    not, then go right ahead and delete the following lines, and the image files. */
    html {
    scrollbar-base-color: default;
    scrollbar-face-color: #F0F3F5;
    scrollbar-track-color: white;
    scrollbar-arrow-color: #1BB2EA;
    scrollbar-3dlight-color: #F0F3F5;
    scrollbar-darkshadow-color: White;
    scrollbar-highlight-color: #F0F3F5;
    scrollbar-shadow-color: #1BB2EA;}

    and work

    Scrollbar colors are IE only.
    I use Firefox so .. I see the regular ones .. as will anyone else not using IE.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Back ground’ is closed to new replies.