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

  1. #1

    Default Z-index problem

    I am a UI designer for a product which is based on .NET. I am facing the
    following problem: I have a calender pop-up on my page which is visible at a
    certain specific position , it is triggered onclick of a button (img). In the
    DIV section below I have a textarea, this textarea appears to be on top of the
    calender pop-up, hampering its visibility. Actually the calender pop-up should
    appear on the top of the text area. Please advice

    bhaktik Guest

  2. Similar Questions and Discussions

    1. Problem with locked index.htm
      I designed a site in DW and have one user making content changes to the site using Contribute 4. They can modify all pages except index.htm....
    2. 3D model z-index problem
      Hi, I have imported a 3D model in .w3d format, which I developed in 3d Max. This model overlaps every other sprite in the stage, even though it is...
    3. large index problem
      I have encountered an odd problem in generating a large InDesign index, and I'd like to know whether anyone else has experienced this. The...
    4. index problem
      Hello, I have a table with a primary key on two fields. When I run sp_helpindex 'tablename', I get a record with the index with the two...
    5. Index problem with Update
      I have two tables (Product and Category). Product has 2 columns: Product_temp_category_id and Product_final_category_id Category has 2 columns:...
  3. #2

    Default Re: Z-index problem

    All Active content on a page will always rise to the top, so to speak,
    including Flash, certain form elements, Java applets, and Active X controls.
    This means that each of these will poke through layers. There is not a good
    cross-browser/platform reliable way to solve this issue.

    I would recommend a redesign to move the form element, or some scheme to
    hide it when the other div is displayed.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [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
    ==================

    "bhaktik" <webforumsuser@macromedia.com> wrote in message
    news:d356uq$hra$1@forums.macromedia.com...
    >I am a UI designer for a product which is based on .NET. I am facing the
    > following problem: I have a calender pop-up on my page which is visible at
    > a
    > certain specific position , it is triggered onclick of a button (img). In
    > the
    > DIV section below I have a textarea, this textarea appears to be on top of
    > the
    > calender pop-up, hampering its visibility. Actually the calender pop-up
    > should
    > appear on the top of the text area. Please advice
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Z-index problem

    More ideas...

    If you are not using liquid design you can work-around using an image in the
    background ordered and positioned to blot out controls underneath. Then
    order and position the calendar on top of the image. You may have to use a
    wrapper div but that's the way it goes sometimes. I've done this myself to
    blot out content and controls that 'bleed through.' If you are using liquid
    design you'll have to redesign the layout so you can implement a
    work-around, another of which toggles the display property on and off of the
    controls you want to avoid bleeding through other positioned UI elements.

    <%= Clinton Gallagher



    "bhaktik" <webforumsuser@macromedia.com> wrote in message
    news:d356uq$hra$1@forums.macromedia.com...
    >I am a UI designer for a product which is based on .NET. I am facing the
    > following problem: I have a calender pop-up on my page which is visible at
    > a
    > certain specific position , it is triggered onclick of a button (img). In
    > the
    > DIV section below I have a textarea, this textarea appears to be on top of
    > the
    > calender pop-up, hampering its visibility. Actually the calender pop-up
    > should
    > appear on the top of the text area. Please advice
    >

    clintonG 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