Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Html side bar help !!?

I need help to make an html sidebar. I don't know CSS, or any other language. Also, i tried using frames, but it doesn't work, coz i need to add a link like: http://khushman1.googlepages.com/gmaps.html#hm

the first frames's name is 1.html (can be renamed).

Plzzz help !!

Update:

I mean a sidebar with links, which when clicked, affect the content of the page without altering themselves.

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    Are you talking about the colored scroll bars? If so place this code in the <HEAD> and change the colors accordingly:

    Code: <STYLE type="text/css">

    <!--

    BODY {

    scrollbar-face-color: #0066ff;

    scrollbar-highlight-color: #99ccff;

    scrollbar-3dlight-color: #cc00ff;

    scrollbar-darkshadow-color: #dddddd;

    scrollbar-shadow-color:# #000000;

    scrollbar-arrow-color: ffffff;

    scrollbar-track-color: #99ccff;

    }

    -->

    </STYLE>

Still have questions? Get your answers by asking now.