Using colored scrollbars on an iframe.

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Using colored scrollbars on an iframe.

    I think the topic says it all...
    This is my style code.

    <style type="text/css">
    <!--
    body {
    background-color: #000000;
    }
    html, body
    { scrollbar-face-color : #FFFFFF;
    scrollbar-highlight-color : #FFFFFF;
    scrollbar-3dlight-color : #FFFFFF;
    scrollbar-shadow-color : #FFFFFF;
    scrollbar-darkshadow-color : #FFFFFF;
    scrollbar-track-color : #FFFFFF;
    scrollbar-arrow-color : ##46A1D8; }
    body,td,th {
    color: #FFFFFF;
    }
    -->
    </style></head>

    This is my frame code...

    <td width="762" height="474" rowspan="2" bgcolor="#000000"><iframe
    src="main_section.asp?pg=home" name="main" scrolling="yes" object="ans"
    id="main" allowtransparency="true" vAlign="middle" align="center"
    frameborder="0" height="464" width="762"></iframe></td>



    llx_Raziel_xll Guest

  2. Similar Questions and Discussions

    1. ANSI-colored text in menu possible?
      Hi, is it possible to use text colored by ANSI-escape-sequences in a menu generated by perlmenu.pm or Cmenu.pm? If not, is there a perlmodule...
    2. XML tagged objects lost the colored border
      I have tagged text frames in a catalog layout which until yesterday were color coded to match the tag associated with it - not the tags are still...
    3. colored list/Menu pulldown bar
      Hi there, I was looking for colored list/menus like the link below. http://www.sitepoint.com/graphics/rimg2.jpg I have tried something like this,...
    4. How to put a colored wash over a layer
      Go into layer properties and do a color overlay. You can make your adjustments there.
    5. [PHP-DEV] Colored + readable error messages
      --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! I thought it would be nice to have error...
  3. #2

    Default Re: Using colored scrollbars on an iframe.

    Still can't find a solution on my own...
    Checked google... other boards... etc...
    Help please..
    llx_Raziel_xll Guest

  4. #3

    Default Re: Using colored scrollbars on an iframe.

    Still nothing.
    Bump..
    llx_Raziel_xll Guest

  5. #4

    Default Re: Using colored scrollbars on an iframe.

    TTT
    llx_Raziel_xll Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139