How to colorize DIV tag scrolbar

Dears,
Someone help me how to color a DIV tag scrolbar in different coloring.
You can send your opinion via e-mail to: [email protected]

I don't know the answer, or even if it's possible to do what you want - but the convention in these forums is for people to answer 'in public' so that others may benefit from any advice. It's also a really bad idea to put your email address on here, you'll get buried in spam.

Similar Messages

  • Easiest way to center Div Tags

    I'm trying to figure out how to center div tags, i know there
    are some threads about it in the past but i was wondering what's
    the simplest way to do it.
    Mike

    Most simple way is to read the threads and find the one you
    think is the
    easiest.
    You'll get the same replies that have been archived,
    the
    methods haven't changed.
    If you haven't already, you would be well served searching
    through the
    archives for the answer to your question. The archives can be
    found here:
    http://groups.google.com/group/macromedia.dreamweaver
    http://groups.google.com/group/macromedia.dreamweaver.appdev
    You can center a div by having the content in the containing
    div center
    (text-align: center
    , you can center a div with an auto margin (margin:
    auto
    . You can center a div with html and centerign your
    child div <div
    align="center"><div
    id="CenteredDiv"></div></div>
    "mikesilverman22" <[email protected]> wrote
    in message
    news:e675p2$4eh$[email protected]..
    > I'm trying to figure out how to center div tags, i know
    there are some
    > threads about it in the past but i was wondering what's
    the simplest way
    > to do it.
    >
    > Mike

  • How to Include More Than One Font and Font Color Within a Fluid Grid Div Tag?

    Using CSS code, I can make all the words within a fluid grid div tag the same font, font size, and font color, but how do I make a few of the words different?

    You can style the basic text and heading selectors with CSS:
    p { }
    h1 { }
    h2 { }
    h3 { }
    h4 { }
    etc...
    And you can make classes:
    .red {color:red}
    .highlight {background-color:yellow}
    Then apply classes to your text or sections of it using the HTML properties panel.
    <div>
         <p>This is a default paragraph style.</p>
         <p class="red">This is red.</p>
         <p class="highlight">This is highlighted.</p>
         <p>Default style with <span class="red highlight">red, highlighted text</span> and normal text.</p>
    </div>
    Incidentally, this will work in any layout.
    How to Develop with CSS?
    http://phrogz.net/css/HowToDevelopWithCSS.html
    Nancy O.

  • How do I overlap text in a Div Tag over an Image

    Hi,
    I have a large image which I would like to set as as border around the page.
    Please see www.touchw1.com, it is the grey border with the 3 archways on it that I would like as a border.  At present, everything on this screen apart from the contact details at the bottom are saved as one JPEG.  I saved it like this as I don't know how to set that border as a border and then insert other div tags over, or in it?  Can anyone help??
    Thanks

    Create a 'wrapper" and 'footer1' <div>
    <div id="wrapper">
    </div><!-- end wrapper -->
    <div id="footer1">
    </div><!-- end footer1 -->
    Create some css:
    #wrapper {
    border: 1px solid #333;
    border-bottom: none;
    width: XXXpx /* width you require */
    margin: 0 auto; /* centers wrapper horizontally in browser window */
    #footer1 {
    background-image: url(archway.gif); /*archway image plus borders */
    background-repeat: no-repeat;
    height: XXpx /* height of background archway image */
    width: XXXpx /* width you require */
    margin: 0 auto; /* centers footer1 horizontally in browser window */
    Then start adding content to the 'wrapper' <div>. Insert your logo into a <h1> header.
    <div id="wrapper">
    <h1><img src="images/logo.jpg" width="XXX" height="XXX" alt="TouchW1 Sales and Press Agency - Central London" /></h1>
    <p>TouchW1 is a newly created niche agency that specialises in all aspects of sales management, press and licensing, based in the heart of Central London</p>
    </div><!-- end wrapper -->
    <div id="footer1"></div><!-- end footer1 -->
    Move h1 header into position in the 'wrapper" <div> with css:
    h1 {
    margin: XXpx XXpx XXpx XXpx; /* top, right, bottom, left */
    padding: XXpx XXpx XXpx XXpx;
    Do the same with the paragraph tag
    #wrapper p {
    margin: XXpx XXpx XXpx XXpx; /* top, right, bottom, left */
    padding: XXpx XXpx XXpx XXpx;
    Add rose as background to 'wrapper' <div>
    #wrapper {
    border: 1px solid #333;
    border-bottom: none;
    width: XXXpx /* width you require */
    margin: 0 auto; /* centers wrapper horizontally in browser window */
    background-image: url(rose.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    Hummm that its really....add a 'footer2' <div> for the address line

  • How do I insert a photoshop photo gallery into a div tag/container?

    How do I insert a photoshop photo gallery into a div
    tag/container?

    What pray tell is a "div tag/container"?
    Walt
    "mediastream13" <[email protected]> wrote in
    message
    news:ftmhgn$gdm$[email protected]..
    > How do I insert a photoshop photo gallery into a div
    tag/container?

  • How do I center an image inside a CSS div tag using dreamweaver?

    I know this may seem like a very silly queston to ask because it should seem so simple but how do I do that? I am having trouble being able to center an image inside of a div tag. Here is the code I have come up with so far. Thanks in advance for your help.
    </style>
    </head>
    <body>
    <div id="PageContainer">
      <div id="PageHeader"> img.centered{display:block; margin-left:auto; margin-right:auto; }<img src="Untitled-5.jpg" alt="rowland" class="centered" /></div>
    <div id="PageMenu">Content for  id "PageHeader" Goes Here</div>
    <div id="PageBody">Content for  id "PageHeader" Goes Here</div>
    <div id="PageFooter">Content for  id "PageHeader" Goes Here</div>
    </body>
    </html>
    Also you can ignore the other div tags after the first div id. The first div id that has my image link is the one I am trying to get to center my image. The image is in there just not centering.

    Centering Pages, Images and other elements with CSS:
    http://cookbooks.adobe.com/post_Centering_web_pages_and_other_elements_with_CSS-16640.html
    Nancy O.

  • How do I position AP Div Tags relative to a Table?

    Hi!
    I know that it is possible to position an AP Div Tag relative to the header using a template in Dreamweaver. However, I am not able to position to relative when using a table so if you know how then help would be appreciated! Thank you! (I am using CS5 by the way)

    webdesigner3383 wrote:
    Hi!
    I know that it is possible to position an AP Div Tag relative to the header using a template in Dreamweaver. However, I am not able to position to relative when using a table so if you know how then help would be appreciated! Thank you! (I am using CS5 by the way)
    Not sure why you want to do this as it can be hit and miss.
    I would insert a <div> in a table cell and set its position to relative and then insert an absolutely positioned <div> inside of the relatively positioned one:
    <td>
    <div style="position: relative;">
    <div style="position: absolute; top: 50px; left: 40px;">Content goes here</div>
    </div>
    </td>
    I think that should work although I havent tried inserting <divs> inside a <td> cell for many moons.

  • How do I, or can I, do a rollover with, or between, three div tags?

    Dear Dreamweaver forum:
    I am currently using Dreamweaver CS3 on my MacBook Pro.
    I am new to Dreamweaver and have been studying tutorials on Lynda.com at the "essential" level.
    The series of Dreamweaver CS3 videos I have been following on Lynda.com are done by Garrick Chow.
    However, what I still do not know how to do is link a shape to both an image and to text.
    The shape, the image, and the text are all contained within their own div tags.
    Why did I go so "div tag crazy"? It's because I went with what I can understand so far.
    The concept of movable div tags, for me, was both one of the easiest concepts to understand and one of
    the easiest things to create so far in my studies of Dreamweaver CS3.
    Anyway, I think the image below pretty much spells out what I'm looking for
    Any help would be appreciated. Thanks!
    Scott

    You can learn to code, pay the $99 to join the developers program, purchase a Mac if you don't have one (it's required to develop for iOS) and install the correct tools. There are a number of books available on the subject, some in the iBookstore, I'm sure.

  • How do you make a "div" tag stretch to the top, left and right?

    Hi, i'm making a professional website on dreamweaver with both codes and WYSIWYG data however i've noticed top, left and right in the CSS script for my div tags. do you know how i can "stretch" the left, right and top to make it look like one of the top div tags on one of these sites:
    http://www.neopets.com/ products div tag above the site that mentions other nick products

    Go into  http://images.neopets.com/css/default.css?v=3
    And change the width of the header from 996px to 100%.
    Gary

  • How to auto adjust the height of my div tag?

    This is my website www.whistleandlisten.com
    The white background is a div tag and whenever I add new content within the div tag I want it to auto adjust to extend the white div tag down as the page gets longer. I have tried css and set my height to auto but that makes it disappear. Right now I have to set it to a certain amount of pixels which gets annoying and sometimes I forget to after adding lots of content. PLEASE HELP.

    To have an extensible height element, you should not apply the height property as you have done starting at line 9 of songcss.css
    #whitediv
      position: absolute;
      left: 50%;
      margin-left: -490px;
      top: 0px;
      width: 950px;
      height: 2900px;
      z-index: 1;
      background-color: #ffffff;
      background-image: none;
      background-repeat: repeat;
      background-attachment: scroll;
      background-position: 0% 0%;
      background-clip: border-box;
      background-origin: padding-box;
      background-size: auto auto;
      color: #ffffff;
      box-shadow: #ffffff;
      overflow-x: visible;
      overflow-y: visible;

  • How to avoid extra div tags, when we add components using cq:include

    I tried using the below code in my component jsp from forums to remove those extra div tags when we try to add components using <cq:include tags.
    <%
       if (WCMMode.fromRequest(request) != WCMMode.EDIT && WCMMode.fromRequest(request) != WCMMode.DESIGN) {
           IncludeOptions.getOptions(request, true).forceSameContext(Boolean.TRUE);
    %>
    But this code helped to remove most of the extra div tags , but still adds this extra div tag to the first component I add using  <cq:include tag.
    its a basic and very critical necessity to maintain our markup design,But due to this  dynamically added extra div tag will hinder the html and css behaviour of the page.
    Appreciate your help to resolve this issue.
    Thanks

    Hi,
    Can you try below if you really dont want to include anything during include.
    <%
    IncludeOptions opts=null;
       if (WCMMode.fromRequest(request) != WCMMode.EDIT && WCMMode.fromRequest(request) != WCMMode.DESIGN) {
    opts= IncludeOptions.getOptions(request, true);     
    opts.forceSameContext(Boolean.TRUE);
    opts.setDecorationTagName("");
    %>
    Thanks,
    Pawan

  • How do I center an image inside a div tag using fluid grid layout?

    where do I find and what do i use the image properties position when using the fluid grid layout. I'd like to center the image in the mobile page versus th left position in the desktop.

    This is what my css codes looks like where the image is in the div tag:
    #logo_links {
        clear: both;
        float: left;
        margin-left: 0;
        width: 32.2033%;
        display: block;
    This is the html code where the image is:
      </div>
        <div id="logo_links">
          <div align="center">
            <p><img src="../fluidgrid/images/3_7x2logo.jpg" alt="" width="236" height="110" align="left"></p>
          </div>
        </div>
    I'm going to need more detail where to insert the suggested code as I am a newby!
    Thanks

  • How do you make div tags line up in Dreamweaver CS6?

    Is there any way to make the div tags indent so that the opening & closing tags line up vertically?  When use Apply Source Formatting, sometimes the ending tag is at the end of a line of code instead of wrapped to the next line and linked up with its beginning tag.  Are there any settings to make this happen or extensions for this?

    Thank you!  That works if I set the Line Breaks to "Before, Inside, and After."
    However, to help me visually divide each <div> container from the following code, is there anyway to either have Apply Source Formatting:
    Leave the line breaks I've inserted after each </div> tag, i.e., stop removing the link breaks I wanted
    Add another line break after the end </div> tag in my code?

  • How do I make a div tag trace a non-square image?

    Please look at the following screen shot:
    On the right, you are looking at the "Home" button of a navigation bar, and I want to see just the gray button without the triangular white parts to the left of the vertical line in the middle that are included with the div tag. I thought I would be able to make the background of the nav bar transparent and thus have the button overlap the glow / shadow surrounding the container without seeing the white parts by adding "background-color:transparent;" to the nav bar style sheet, but that didn't work.
    What is the easiest way to accomplish what I am trying to do? If I am on the right track with making the background transparent, what could have gone wrong? Any help would be much appreciated.

    In Photoshop...
    1. Make sure any background is turned off in the layers palette so you can see the checkerboard background
    2. Choose File > Save For Web
    3. Select .gif from the dropdown menu
    4. Make sure Transparency is checked.
    5. Save

  • Video keeps playing in hidden div tag - how to stop it?

    Hi,
    I have a problem with a vimeo video in a hidden div tag. The div tag named #movie starts out to be hidden till a menu is clicked and it becomes visible, and the vimeo video can be started. The problem is when the #movie becomes hiddan again and the movie keeps playing and you can hear the noise from the movie.
    Is there any way to tell the vimeo movie / content of #movie to stop or reload when it becomes hidden?
    Thanks in advance!
    Anna

    See similar thread here
    Flash video still plays when div is hidden
    http://forums.adobe.com/message/3847276

Maybe you are looking for

  • Iphone calendar issues in list view

    Hi can anyone help. I have two iphones both 3G on a 8gb one a 16gb. Both are synced via mobileme to ICAL which contains 4 different calendars. ONe the 16gb everything works fine. On the 8gb the list view has become corrupted so that it splits events

  • Broadband does not auto reconnect after power loss

    I have a D-Link DSL-302G ADSL modem and Netgear AC1900 on an  Eaton Powerware 5110 UPS. When there is power loss or brown out in our neighbourhood , our internet goes off and  does not reconnect automatically. I then have to physically turn off the N

  • After Archive and Install 10Gb of disk space has disappeared!

    I was having various minor problems which I have mentioned elsewhere and out of shear frustration I decided to stop wasting any more time and do an Archive and Install - preserving accounts etc. After the subsequent Software Updates I was horrified t

  • Do we have ON-LOGON trigger in reports?

    Hi Guys, we use ON-LOGON trigger to connect our form to the required database in forms. If we wanna run our report as a stand alone, how can we avoid that logon in screen, and how can in automatically logon to the required database. Is there any way

  • Returning the control out of the procedure

    Gurus, Please see my code BEGIN      BEGIN                                    -- To check whether the user(Record) exists in the table             SELECT a.code, a.code_desc                                                INTO L_code, L_code_desc