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

  1. #21

    Default Re: I need help

    I tryed that nothing its still the same
    can you give me an example to see if i'm doing the right thing ?
    Thank you in Advance
    In God I Trust

    "Els" <els.aNOSPAM@tiscali.nl> wrote in message
    news:Xns9514924306BEEls@130.133.1.4...
    > In God I Trust wrote:
    >
    > > Sorry wrong address
    > > [url]http://www.ffirst.net/god/bible/old.html[/url]
    >
    > Please don't toppost, answer below the stuff you're responding
    > to.
    >
    > In left.htm you have two style blocks in the head of the
    > document. I think it's better to combine them into one.
    > Still, you have the scrollbars set for the body of left.htm,
    > while I think the scrollbars are either on the table, or on the
    > div, or on the td the div is in. You check which one it is, and
    > then apply a class to it, and apply the styles to that class
    > instead of to body.
    >
    > --
    > Els
    > [url]http://locusmeus.com/[/url]
    > Sonhos vem. Sonhos vão. O resto é imperfeito.
    > - Renato Russo -

    In God I Trust Guest

  2. #22

    Default Re: I need help

    In God I Trust wrote:
    > I tryed that nothing its still the same
    > can you give me an example to see if i'm doing the right
    > thing ? Thank you in Advance
    > In God I Trust
    If you stop topposting, deal?

    btw, I don't see anything changed.
    Change what I said, upload it, and I'll have a look at what you
    did wrong, cause the styles themselves are working, I tried that
    on one of my pages. (Gave me nice green scrollbars, almost
    matching my own pages ;-) )
    The only thing wrong will be the element you apply them to.

    --
    Els
    [url]http://locusmeus.com/[/url]
    Sonhos vem. Sonhos vão. O resto é imperfeito.
    - Renato Russo -
    Els Guest

  3. #23

    Default Re: I need help

    Done
    In God I trust


    In God I Trust Guest

  4. #24

    Default Re: I need help

    In God I Trust wrote:
    > Done
    > In God I trust
    In the html change this:

    <div align="justify">

    to:

    <div align="justify" class="scroll">

    And in the styles in the head, change this:

    BODY
    {
    scrollbar-face-color: #104A31;

    to:

    div.scroll
    {
    scrollbar-face-color: #104A31;

    And take out the <!-- and the --> from the style block, they
    serve no purpose.

    I think all should work now, as I think the scrollbar is the
    div's.

    --
    Els
    [url]http://locusmeus.com/[/url]
    Sonhos vem. Sonhos vão. O resto é imperfeito.
    - Renato Russo -
    Els Guest

  5. #25

    Default Re: I need help

    na it just change the one on the right and it also changed the color........
    I'll upload it ,
    In God I trust


    In God I Trust Guest

  6. #26

    Default Re: I need help

    In God I Trust wrote:
    > na it just change the one on the right and it also changed
    > the color........ I'll upload it ,
    > In God I trust
    You didn't do it correctly, you left
    BODY
    {
    above the rest of the styles.

    It might not be the div either, so I'll whip up a working
    example, just hang on, I'll give you a url in a few minutes.

    --
    Els
    [url]http://locusmeus.com/[/url]
    Sonhos vem. Sonhos vão. O resto é imperfeito.
    - Renato Russo -
    Els Guest

  7. #27

    Default Re: I need help

    if i take out the BODY
    { the background of the table wont show


    In God I Trust Guest

  8. #28

    Default Re: I need help

    In God I Trust wrote:
    > if i take out the BODY
    > { the background of the table wont show
    Huh?

    Hang on. I just took it out, and here's the example.

    [url]http://locusmeus.com/temp/left.htm[/url]

    The reason that taking out the "body {" made the table
    background disappear, is that applying a background-color to
    the div, (which you were doing because the scrollbar styles
    have a background-color set too) makes the transparency of
    that div disappear, thus covering part of the table.

    Unfortunately I found out, that it's probably impossible to
    change the scrollbar on that menu, cause it's not a scrolling
    div which needs the styles, but an option list.
    I don't think those scrollbars are at all changeable.
    If anyone can prove me wrong, good, but I'm afraid I'm right
    here.

    As you can see, the background colour did change on the
    options, just the scrollbar won't give in.

    --
    Els
    [url]http://locusmeus.com/[/url]
    Sonhos vem. Sonhos vão. O resto é imperfeito.
    - Renato Russo -
    Els Guest

  9. #29

    Default Re: I need help

    ok Thank you for the effort
    In God I Trust










































    "Els" <els.aNOSPAM@tiscali.nl> wrote in message
    news:Xns95149FC7E48D2Els@130.133.1.4...
    > In God I Trust wrote:
    >
    > > if i take out the BODY
    > > { the background of the table wont show
    >
    > Huh?
    >
    > Hang on. I just took it out, and here's the example.
    >
    > [url]http://locusmeus.com/temp/left.htm[/url]
    >
    > The reason that taking out the "body {" made the table
    > background disappear, is that applying a background-color to
    > the div, (which you were doing because the scrollbar styles
    > have a background-color set too) makes the transparency of
    > that div disappear, thus covering part of the table.
    >
    > Unfortunately I found out, that it's probably impossible to
    > change the scrollbar on that menu, cause it's not a scrolling
    > div which needs the styles, but an option list.
    > I don't think those scrollbars are at all changeable.
    > If anyone can prove me wrong, good, but I'm afraid I'm right
    > here.
    >
    > As you can see, the background colour did change on the
    > options, just the scrollbar won't give in.
    >
    > --
    > Els
    > [url]http://locusmeus.com/[/url]
    > Sonhos vem. Sonhos vão. O resto é imperfeito.
    > - Renato Russo -

    In God I Trust Guest

  10. #30

    Default Re: I need help

    Your problem is not solved by a higher authority, but by a little HTML
    knowledge! 8)

    Change this -

    <STYLE type="text/css">
    BODY

    to this -

    <STYLE type="text/css">
    html

    and you will see your scrollbars change color on IE/PC only.

    The problem is that with DMX2004, your pages are properly rendered in
    Standards mode (since DMX2004 is using a valid doctype). In standards mode,
    the scrollbar belongs to the HTML tag, not the body tag.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "In God I Trust" <InGod@I.Trust> wrote in message
    news:rvdDc.757$AN5.123@bignews2.bellsouth.net...
    > Sorry wrong address
    > [url]http://www.ffirst.net/god/bible/old.html[/url]
    >
    > I used Macromedia Dreamweaver MX 2004 menubuilder
    > for the menu on the left.
    > what I'm having a problem with is the I cant get the scroll bars the
    colors
    > I have in the main frame.
    > I used
    >
    > <STYLE type="text/css">
    > BODY
    > {
    > scrollbar-face-color: #104A31;
    > scrollbar-shadow-color: #000000;
    > scrollbar-highlight-color: #0D661E;
    > scrollbar-3dlight-color: #000000;
    > scrollbar-darkshadow-color: #000000;
    > scrollbar-track-color: #7E7D23;
    > scrollbar-arrow-color: #ffffff;
    > background-color: #F1F3E6;
    >
    > }
    > </STYLE>
    > but nothing seems to change the color
    > Please help
    >
    > In God I Trust
    >
    >

    Murray *TMM* Guest

  11. #31

    Default I need help

    I'm remoddling my site. It's a new site in all but name.

    I worked on all the pages and saved them to my memory pen. But now
    that I have every thing ready I don't know what to do - help please!!

    Am I correct in assuming that I have to remove all the old files from
    my origional site (get files?) and then when they are off the remote
    serve I can safely delete them or save them a floppy or whatever?

    If I'm right in the above how do I transfer files from my memory pen
    to dreamweaver? I've tried 'copy' and then 'paste,' but the 'paste'
    option is unavailable. How is this transfer achieved?

    I've never had to work with my password before and while the computer
    remembers it, I don't

    Any help regarding the replacing of an exsistant site will be
    appreciated.

    Kevin
    kah22 Guest

  12. #32

    Default I need help

    :(I 'm trying to take an class online for TABC learn to serve The program is
    telling me I need to download Flash 8 to view a video. I'm sorry to say I don't
    know how to make it work Please can someone help me???????? I've alredy paid
    for the course twice it wont let me re-registar with another class.

    jules2006 Guest

  13. #33

    Default Re: I need help

    Sounds like you just need a more recent version of the flashplayer.

    Go here:

    [url]http://www.macromedia.com/go/getflashplayer[/url]
    JayCharles Guest

  14. #34

    Default i need help

    I need help i can't download the 10.1 shockwave i tried updating it but didn't
    work. i download the ActiveX as required but still didn't work!!!!!!!!what
    should i do???????9 i use internet not netscape):D

    MOVE IT! Guest

  15. #35

    Default I need HELP

    I am using Flash player 6 and have made the image i am using into a button, I
    have to problems though, 1st problem is that when i had made the image a role
    over with the flash player it worked but it would only role over if i go to the
    far right side, and I want to make it so that when I would go on to the image
    it self it would allow the role over to work perfectly fine. The other problem
    that I am having is when I loud the flash image onto the internet (while its
    under the dream weaver program) a message pops up asking me to click, press the
    space bar or hit enter in order for the image to start. But I don't want to
    have to hit or press or click any buttons in order for the button (because the
    button is the part that does not want to activate unless I click press or hit
    anything) to work. Please give me some advise as to how I may fix these
    problems.:confused;:clock;:confused;

    nina_zak Guest

  16. #36

    Default I need help

    :sad;
    I created a dynamic form with developer toolbox, that include "date, location,
    (category menu, subcategry menu, as depend dropend drop down menu) price,
    description, terms, image, contact informaton, qualifications. and a couple
    more"), I need to show diferent form fields like "qualifications" if a
    selection from the category menu is selected and show others if a difrent
    selection is selected.

    my form is in a php document, I'm not good with code, that is why I use
    developer toolbox, i used show if conditional before but I can not figure this
    to work with a menu selection.
    any help will be apresiated.


    justtony19 Guest

  17. #37

    Default Re: I need help

    There are dedicated forums for the ADDT Developer Toolbox at forum.adobe.com/adobe.dreamweaver.developer.php for the PHP one.
    I'm sure you would get a better answer there.


    --
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development

    "justtony19" <webforumsuser@macromedia.com> wrote in message news:gncq8t$6nv$1@forums.macromedia.com...
    > :sad;
    > I created a dynamic form with developer toolbox, that include "date, location,
    > (category menu, subcategry menu, as depend dropend drop down menu) price,
    > description, terms, image, contact informaton, qualifications. and a couple
    > more"), I need to show diferent form fields like "qualifications" if a
    > selection from the category menu is selected and show others if a difrent
    > selection is selected.
    >
    > my form is in a php document, I'm not good with code, that is why I use
    > developer toolbox, i used show if conditional before but I can not figure this
    > to work with a menu selection.
    > any help will be apresiated.
    >
    >
    Nancy 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