Show/hide behavior is gray

I have a series of VERY simply constructed pages to which I
would like to add hidden layers that appear on selection of text.
Two things seem out of the ordinary to me. First, my behaviors menu
doesn't allow me to select "show/hide layer." I haven't run into
this problem on other pages I've built recently (for example,
http://www.allnumbedup.com/numb/cart.shtml).
Secondly, none of my layers show up in the "Layers" panel, so that
I cannot toggle the eye icon.
Any ideas why this is happening? An example can be found at
http://www.karisteeves.net/lying/hurricane.shtml
The layer in question appears at the top of the page with a
painting by Titian in it. I'd like to position it absolutely at
some point.
Many thanks for any light you can shed.
Kari

And by the way, you'd be well advised to give layers a
complete 'bye' until
you have a better grasp of all the reasons why you WOULDN'T
want to use
them! Here's one of the more important ones -
http://www.great-web-sights.com/g_layer-overlap.asp
Give this page a read for alternatives -
http://apptools.com/examples/pagelayout101.php
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Murray *ACE*" <[email protected]> wrote
in message
news:[email protected]...
> There are no layers on that page. That would explain why
you see none of
> them in the Layers panel.
>
> Just so you'll know, a 'layer' is an absolutely
positioned page element.
> You have none on your page. Probably that's why you
can't select the
> show/hide as well.
>
> --
> Murray --- ICQ 71997575
> Adobe Community Expert
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
> ==================
>
>
> "skleeves" <[email protected]> wrote in
message
> news:[email protected]...
>>I have a series of VERY simply constructed pages to
which I would like to
>>add
>> hidden layers that appear on selection of text. Two
things seem out of
>> the
>> ordinary to me. First, my behaviors menu doesn't
allow me to select
>> "show/hide
>> layer." I haven't run into this problem on other
pages I've built
>> recently (for
>> example,
http://www.allnumbedup.com/numb/cart.shtml).
Secondly, none of
>> my
>> layers show up in the "Layers" panel, so that I
cannot toggle the eye
>> icon.
>> Any ideas why this is happening? An example can be
found at
>>
http://www.karisteeves.net/lying/hurricane.shtml
>> The layer in question appears at the top of the page
with a painting by
>> Titian
>> in it. I'd like to position it absolutely at some
point.
>> Many thanks for any light you can shed.
>> Kari
>>
>>
>

Similar Messages

  • Arrow cursor for Show/Hide behavior?

    Is there a way to make the cursor become an arrow when rolled over on a show/hide behavior? I'm afraid people won't know the behavior is functioning if the cursor doesn't become an arrow or finger pointer. I'm referring to the "Next in Series" on the portfolio page at this site:
    http://www.bryant-creative.com/portfolio.htm
    Thanks in advance,
    Keith

    Goodness.  There are ~3000 lines of code on that page, and most of it is CSS for absolutely positioned elements?  Wow - there has to be a better way,
    Anyhow, here's an example of what you have -
    <div id="apthumb1"><img src="images/thumbnail_1.gif" alt="Auction2Auction" name="auctionthumb" width="73" height="64" id="auctionthumb" onclick="MM_showHideLayers('apPortfolioGraphic','','hide','apA2A2','','hide','apA2A_3','','hide',' apA2A4','','hide','apA2A5','','hide','apCMC1','','hide','apCMC2','','hide','apFed1','','hi de','apFed2','','hide','apFed3','','hide','apFed4','','hide','apFICS_1','','hide','apFICS_ 2','','hide','apFirethorn','','hide','apFirethorn2','','hide','apFirethorn3','','hide','ap GEC_1','','hide','apGEC2','','hide','apKanawha1','','hide','apKanawha2','','hide','apPineI sland1','','hide','apPineIsland2','','hide','apPCC1','','hide','apSybase1','','hide','apPC C2','','hide','apSybase2','','hide','apStonecroft1','','hide','apStonecroft2','','hide','a pStonecroft3','','hide','apStonecroft4','','hide','apA2A_1','','show')" onmouseover="MM_swapImage('auctionthumb','','images/thumbnail_rollover_1.gif',1)" onmouseout="MM_swapImgRestore()" /></div>
    Change it as follows -
    <div id="apthumb1"><a href="#" onclick="MM_showHideLayers('apPortfolioGraphic','','hide','apA2A2','','hide','apA2A_3','','hide',' apA2A4','','hide','apA2A5','','hide','apCMC1','','hide','apCMC2','','hide','apFed1','','hi de','apFed2','','hide','apFed3','','hide','apFed4','','hide','apFICS_1','','hide','apFICS_ 2','','hide','apFirethorn','','hide','apFirethorn2','','hide','apFirethorn3','','hide','ap GEC_1','','hide','apGEC2','','hide','apKanawha1','','hide','apKanawha2','','hide','apPineI sland1','','hide','apPineIsland2','','hide','apPCC1','','hide','apSybase1','','hide','apPC C2','','hide','apSybase2','','hide','apStonecroft1','','hide','apStonecroft2','','hide','a pStonecroft3','','hide','apStonecroft4','','hide','apA2A_1','','show');return false" onmouseover="MM_swapImage('auctionthumb','','images/thumbnail_rollover_1.gif',1)" onmouseout="MM_swapImgRestore()"><img src="images/thumbnail_1.gif" alt="Auction2Auction" name="auctionthumb" width="73" height="64" id="auctionthumb" /></a></div>
    You will now get the proper cursor.  Anytime you are applying behaviors to images, you should always either first surround the image with an anchor tag, and apply the behavior to the anchor instead, or just always select the desired "<A> onmouse/onclick" event after applying the behavior.  The 'return false' prevents the browser from thinking you want to jump to the top of the page.

  • Show - hide behavior

    Hey, I m trying to use show - hide behavior , but it's not
    working in IE7 ?? Anybody help please !
    In details - I use it for onmousover <li> supposed to
    show img in <ApDiv> , works in Firefox just a perfect, but in
    IE7 - nothing !

    I'm sorry to tell you that the location of the script would
    make no
    difference whatsoever. If you are finding it does, then you
    have arrived at
    the wrong conclusion, and implicates some other associated
    problem with your
    page. Did you fix the code (the missing tags)?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "niksveler" <[email protected]> wrote in
    message
    news:gaphcm$62$[email protected]..
    > Thank you, I did find the problem, if javascript located
    above the apDiv
    > style
    > sheet the behavior dosn't working, if after style it's
    working just fine !
    > In my case the dreamwever put the script above the apDiv
    css location !
    >
    > Not working
    >>>>>>>>>>>>>>>>>>>>>>>>>>
    >
    > <script type="text/javascript">
    > function MM_showHideLayers()
    > </script>
    >
    > <style type="text/css">
    >
    >
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    >
    > Working
    !!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    >
    > <style type="text/css">
    >
    > <script type="text/javascript">
    > function MM_showHideLayers()
    > </script>
    >
    >
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    >
    >
    >

  • Show-hide behavior question

    We have used the show hide layer behavior on this image map
    and it works on most browsers except IE7. Can anyone tell me if we
    can make it work on IE7. If you click on the little yellow marker
    on the bottom of the page a graph will open. The students will be
    making better visual marker later. I just would like this to work
    in IE7 if possible.
    <
    http://www.msad54.org/sahs/socialstudies/feeney/climate/websiteworldmap2.htm
    >
    Thanks,
    Nancy

    See this demo.  View source to see the code.
    http://alt-web.com/DEMOS/Show-Hide-Layers.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Show/hide bahavior not working in firefox or safari

    Here is my problem. The show hide behavior incorporated in DW
    CS3 is working fine in IE6 and 7 but not working at all in firefox
    and safari (both latest version). I have tried it on different
    event but nothing.
    My web site is configured that if someone click on details, a
    layer will become visible and the details will be showed. I know
    there is a work around and the simplest would be to have a new
    window open but this is not the style I want.
    Any help would be much appreciated.
    Thanks
    ASP

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    #apDiv1 {
    position:absolute;
    visibility:hidden;
    left:16px;
    top:14px;
    width:512px;
    height:394px;
    z-index:1;
    background-color: #FFFF00;
    #apDiv2 {
    position:absolute;
    left:14px;
    top:431px;
    width:513px;
    height:88px;
    z-index:2;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_reloadPage(init) { //reloads the window if Nav4
    resized
    if (init==true) with (navigator) {if
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH) location.reload();
    MM_reloadPage(true);
    function MM_showHideLayers() { //v9.0
    var i,p,v,obj,args=MM_showHideLayers.arguments;
    for (i=0; i<(args.length-2); i+=3)
    with (document) if (getElementById &&
    ((obj=getElementById(args
    ))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style;
    v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
    //-->
    </script>
    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body>
    <div id="apDiv1"></div>
    <div id="apDiv2">
    <p>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','130','height','20','title','test','onfocus','MM_showHideLayers(\'apDiv1\',\'\',\'show \')','src','../Flash/liendurabilte','quality','high','pluginspage','http://www.adobe.com/s hockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../Flash/liendurab ilte'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="130" height="20" title="test"
    onfocus="MM_showHideLayers('apDiv1','','show')">
    <param name="movie" value="../Flash/liendurabilte.swf"
    />
    <param name="quality" value="high" />
    <embed src="../Flash/liendurabilte.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="130"
    height="20"></embed>
    </object>
    </noscript>
    Click here to show layer</p>
    <p>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','130','height','20','onfocus','MM_showHideLayers(\'apDiv1\',\'\',\'hide\')','src','../ Flash/lienGarantie','quality','high','pluginspage','http://www.adobe.com/shockwave/downloa d/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../Flash/lienGarantie'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="130" height="20"
    onfocus="MM_showHideLayers('apDiv1','','hide')">
    <param name="movie" value="../Flash/lienGarantie.swf"
    />
    <param name="quality" value="high" />
    <embed src="../Flash/lienGarantie.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="130"
    height="20"></embed>
    </object></noscript>
    Click here to hide layer
    </p>
    </div>
    </body>
    </html>

  • Show Hide Behaviour

    I am trying to assign a show hide behavior to my portfolio. I already have an image rollover in place on 15 individual images in a grid, basically a brighter version of the thumbnail when on hover.
    What I also want to do is assign a show/hide behaviour to each individual thumbnail as well as the rollover which will show a paragraph about each piece of artwork when hovering over the thumbnail. I can implement the rollover easily enough but when the show hide is added the div I am trying to show just flickers briefly on hover then dissapears...
    Any info would get greatly appreciated?
    Heggie

    I already have an image rollover in place on 15 individual images in a grid, basically a brighter version of the thumbnail when on hover.
    FYI: You could do this with much less code and only one set of images using CSS opacity.
    CSS:
    #thumbnail img {opacity: 0.5 }
    #thumbnail img:hover {opacity: 1.0}
    HTML:
    <div id="thumbnail">
    <img src="image1.jpg">
    <img src="image2.jpg">
    <img src="image3.jpg">
    <img src="image4.jpg">
    </div>
    Anyway, to answer your original question. IMO Show/Hide behaviors work best with onClick event triggers.   onMouseover triggers are squirrely especially for touch screen devices.
    See demo below, view source to see the code.
    http://alt-web.com/DEMOS/Show-Hide-Layers.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Show/Hide Layers or Divs "onclick"

    I'm trying to create a page of thumbnail images in a chess
    board affect. I want to be able to click on a thumbnail and have a
    larger version appear on the top left of the thumbnails covering
    about 4 of them. The larger version needs to have some text and a
    "close" button to hide the large image again. Similar to the image
    gallery example on:
    http://pmob.co.uk/pob/disjointed1.htm#null
    Can anyone advise me?
    Thanks

    Use DW's Show/Hide behavior.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "maffew" <[email protected]> wrote in
    message
    news:fke7td$ep5$[email protected]..
    > I'm trying to create a page of thumbnail images in a
    chess board affect. I
    > want
    > to be able to click on a thumbnail and have a larger
    version appear on the
    > top
    > left of the thumbnails covering about 4 of them. The
    larger version needs
    > to
    > have some text and a "close" button to hide the large
    image again. Similar
    > to
    > the image gallery example on:
    http://pmob.co.uk/pob/disjointed1.htm#null
    > Can anyone advise me?
    > Thanks
    >

  • "Loaded Divs" copy block, photo, UL Show/Hide

    Hello,
    I know that the "Show/Hide" behavior allows one to
    reveal/hide photos in a div. Like the old "Frames" I want to have 5
    links in a left col. When one clicks one, the right larger col.
    loads a .div. But, it has a copy block, bullet copy, photo, logo,
    etc.
    Is this possible?
    Thanks.
    Greg

    Sure. It can. The trick will be to grab the required HTML for
    each of
    those configurations to paste into the dialog for the
    behavior application
    on each button. I usually do this by creating a dummy page
    with the desired
    div/image/ul, etc., already in place, and then just
    copy/paste the HTML.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Greg Pechauer" <[email protected]> wrote in
    message
    news:fv6unh$34o$[email protected]..
    > Thanks Murray,
    >
    > So my right div can contain other divs, or UL, photo and
    when a link is
    > clicked the main div. reveals with all the other stuff
    in place in the
    > right
    > col? Click another button, and a new div. with it's own
    copy block, photo,
    > bullet list reveals.
    >
    > Just want to make sure I can have all of the elements in
    the main div. as
    > listed above, not just text or not just a pic.
    >
    > Thanks for your time and help!
    >
    > Greg
    >

  • Home Page loads slowly because of too many show/hide images.

    I was asked to create a home page that displayed the correct product image in the background as you mouse over the menu item in the product portfolio navigation.  I built the page using quite a few show/hide behaviors displaying the correct image.  Now I have a HUGE home page that loads very slowly. Is there a better way to accomplish the same affect or do I need to scrap this idea and keep the images on the individual pages?
    You can see this page here:  http://www.keystonewalls.com
    (mouseover the PRODUCT PORTFOLIO button and scroll down the menu to see the affect)
    The client loves the fact that you don't have to leave the home page to get a good idea of what each product looks like but they aren't happy with how long it takes to load.
    Help!

    Yup.  You've got some trimming to do. 
    http://www.websiteoptimization.com/services/analyze/
    On a T1 connection (1.41 MB/sec) your home page takes 18.50 seconds to load.  For dial-ups it's a very painful 395 seconds. 
    Page size:  1,943,483 bytes.   Should be closer to 200 KB.
    HTTP server requests: 41.  This should be around 10.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Text rollover with show/hide layer behavior

    How can I set text to change colors when you roll over it AND
    to have it show/hide other layers at the same time, while still
    keeping the new rollover color?
    For instance, when you scroll over a word in a list, it
    highlights that word, reveals more layers (ie, text and images),
    and all that stays there until you rollover something else
    Im using Dreamweaver 2004 and its been quite a while since
    Ive been able to get into it.
    Thanks!

    Let's say you have the given content, some text in my example
    in a layer identified as layer1.
    <div id="layer1">some text</div>
    In order to set a different font-colour at the mouseover
    event you need to add this code to your css file:
    #layer{
    color:#000000;}
    #layer:hover{
    color:#DDDDDD;}
    According to the code above the some text in the layer will
    be displayed with black and at mouseover event it will be changed
    to silver.
    If you want to hide/show certain text you may use opacity
    style attributum or implement something like the mootools slide
    effect (
    http://demos.mootools.net/Fx.Slide).
    Hope this helps:)

  • Show/hide field options are grayed out

    If a drop down value is 1, I want to show field #1. If the drop down value is 2, I want to show fields #1 & 2. If the value is 3, I want to show fields # 1 2 & 3, etc. This appears not to be possible; a show hide rule is already created for value 1 and appears unavailable for a new rule for value 2. Any ideas for a workaround?

    Yes you can do this using the hide show logic. In the case you describe you want to use the if any rule rather than the if all rule. For drop down item one the logic is if any (1, 2 or 3) are selected show item one. For item two the logic is if (2 or 3) are selected show item 2.
    Andrew

  • How to SHOW/HIDE a dreamweaver layer from a flash button?

    I have almost 2 weeks tying to find a solution for this. Please help...
    -How can you SHOW/HIDE an thml-dreamweaver layer from a flash movie button.
    My html layer name is LAYER1, and my FlashMC botton name is FLBOT1
    Now, what is the actionscript that im suppouse to place in the flash button?
    Please respond, Thanks

    Adobe removed Flash Text and Flash Buttons from CS4 for accessibility reasons.  Flash buttons aren't web friendly.  And if you use this approach, you'll need to work in Flash because DW doesn't write Action Script for you.
    That said, you could do something similar without Flash.
    Pure CSS Disjointed Menu Rollovers
    http://alt-web.com/DEMOS/CSS-Disjointed-Menu-Rollover.shtml
    Pure CSS Disjointed Text Rollovers
    http://alt-web.com/DEMOS/CSS-Disjointed-Text-Rollover.shtml
    Show/Hide Layers with DW behaviors:
    http://www.cbtcafe.com/dreamweaver/showhidelayers/index.html
    Walter Zorn's Tooltips
    http://www.walterzorn.com/tooltip/tooltip_e.htm
    FloatBox Demos
    http://randomous.com/floatbox/demo
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

  • Show/hide elements in DW CS3

    I've just posted this question and got a reply from John
    Waller, thanks John, but what I mean is that I don't want to use
    layers, this has to do with the positioning in a table. I want to
    add images to a table which is in a layer so I can put margin-left
    and margin-right for the layer to "auto" so the whole table
    (including images) will always be centered. If I add layers to the
    table and add images to the layers (to get the mouse-over effect)
    the layers will not move with the table to the center of the page,
    I hope you guys know what I mean.
    Anybody knows if it would be possible in DW CS3 to do so, see
    the original question underneath to get the picuture:
    Thanks again.
    Hi
    In DW8 I often used the possibility to put several layers on
    top of eachother with images in them, this way I could show/hide
    layers so the images would be visible when having a mouse-over
    action on a thumbnail for example.
    Now DW-CS3 gives the option show/hide elements, however, I
    can not simply put elements on top of eachother, which is what I
    want.
    Am I stuck on using DW8 and the show/hide layers option, or
    is there a way to put multiple images (elements) on top of
    eachother in DW-CS3?
    Thanks, have a nice day
    Ferrohead

    > table which is in a layer so
    > I can put margin-left and margin-right for the layer to
    "auto" so the
    > whole
    > table (including images) will always be centered.
    You don't need to use a 'layer' for that, and I assume that
    you mean a <div>
    not a layer, since the latter implies absolute positioning.
    > If I add layers to the table
    I sure hope you are referring to just div tags and not
    layers, because you
    would never want to put an absolutely positioned element
    directly into a
    table cell.
    > I hope you guys know what I mean.
    Yes, I'm afraid I do. This whole scheme is just wrong.
    It would be much better to use the SetText behavior to simply
    dynamically
    write the desired image link into a named container on the
    page, much like
    you can see being done here -
    http://dreamweaverresources.com/tutorials/settextoflayer.htm
    and a tutorial
    http://www.dreamweaverresources.com/tutorials/settextoflayer.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Ferrohead" <[email protected]> wrote in
    message
    news:[email protected]...
    > I've just posted this question and got a reply from John
    Waller, thanks
    > John,
    > but what I mean is that I don't want to use layers, this
    has to do with
    > the
    > positioning in a table. I want to add images to a table
    which is in a
    > layer so
    > I can put margin-left and margin-right for the layer to
    "auto" so the
    > whole
    > table (including images) will always be centered. If I
    add layers to the
    > table
    > and add images to the layers (to get the mouse-over
    effect) the layers
    > will not
    > move with the table to the center of the page, I hope
    you guys know what I
    > mean.
    >
    > Anybody knows if it would be possible in DW CS3 to do
    so, see the original
    > question underneath to get the picuture:
    >
    > Thanks again.
    >
    > Hi
    > In DW8 I often used the possibility to put several
    layers on top of
    > eachother
    > with images in them, this way I could show/hide layers
    so the images would
    > be
    > visible when having a mouse-over action on a thumbnail
    for example.
    > Now DW-CS3 gives the option show/hide elements, however,
    I can not simply
    > put
    > elements on top of eachother, which is what I want.
    > Am I stuck on using DW8 and the show/hide layers option,
    or is there a way
    > to
    > put multiple images (elements) on top of eachother in
    DW-CS3?
    >
    > Thanks, have a nice day
    >
    > Ferrohead
    >
    >

  • Show/Hide DVT Admin Menu Based on Entitlements

    Hi,
    We're using the DVT framework provided in Weblogic Portal 10.3.2 to create My Page functionality within our portal project. Part of the requirement is to offer limited functionality to non-admin users.
    For example:
    Portal Level Customization Menu
    - Show/Hide based on entitlements (we tried setting an entitlement of the Main page Book, and that worked, however after that we were unable to see the Customize Menu for any child Books/Pages)
    - Limit entries based on entitlements
    Book Level Customization Menu
    - Limit menu entries based on entitlements
    - Restrict the ability to rename book based on entitlements
    Page Level Customization Menu
    - Limit menu entries based on entitlements
    - Restrict the ability to rename page based on entitlements
    Portlet Level Customization Menu
    - Limit menu entries based on entitlements
    - Restrict the ability to rename portlet based on entitlements
    We've been able to eliminate DVT functionality for entire Books and Pages based on entitlements, however we can't find a way to provide limited functionality as described above.
    Any suggestions on how to accomplish this?
    Thank you.

    Sorry about the confusion. What I meant was, I tested with both setting entitlement and DA roles (separately) and found that the usecase you are describing works. BTW, you are right in that only visitor entitlement roles effect dvt functionality. I just wanted to check if setting DA roles wasn't causing some undesirable behavior.
    Back to the issue you are having, I am assuming you are talking about setting a 'view' entitlement for 'role1' on the primary book and logging in as a user that is not in 'role1' but has 'edit' rights on a child page or book of the primary book. In that case you shouldn't be able to see anything since you don't have view rights to the main book. If that is not the case, can you provide details about your setup?
    Here is what I tested and found working. Set an 'edit' entitlement for 'role1' and a 'view' entitlement for 'role2' on the primary book. When logged in as a user from 'role2' I cannot see the 'Customize' gear icon on the primary book but I can see the gears on child books, pages and portlets. I tested the usecase with non-primary books and that works too.
    Thanks

  • Show/hide layer bug PS 12.01.x64?

    I know that you OPT-Cllick on the eyeball to show or hide multiple layers in PS on the Mac. I could hide all by OPT-clicking on one eyeball. But OPT-Clicking it again did not show all the hidden layers again. It did nothing. Even after several reboots.I had to manually turn on all the layers.
    But then I CONTROL-Clicked on the eyeball to bring up the context menu, which said "Show/Hide all layers" and somehow that woke up the show/hide function when OPT-Clicking on an eyeball. So now everything works normally. The FNCT-Click (or right mouse button) on the eyeball has become a switch to turn on the OPT-Click behavior.
    Anyone else notice this?
    Thanks
    Stan
    MacBookPro6,2 Intel Core i7o OS 10.6.4

    The second Option+Eyeball click is a not a "show hidden layers" command, it goes to the previous state of visible layers... so if you opt+eyeball+click to just see one layer, then for whatever reason make another layer visible, or hide that layer and make another visible, or if you manually hid all but one layer, then that second opt+eyeball+click will appear not to work (if your expectation is to have all the layers become visible)
    Kind of a convoluted answer there!  But try that out and see if that is what you are experiencing.
    I think at one point, quite a few versions ago, the opt+eyeball+click was a "show this layer/show all hidden layers" command. But Adobe changed the behavior because the second opt+click would make every layer visible, including the layers you had intentionally hidden.

Maybe you are looking for