Irregular shaped nav buttons

Is it possible to create irregular shaped navigation buttons, such as a cloud, in Muse. I don't want to be limited to a box shape, if possible. If possible, how is it done?

There are a couple of options with Photoshop files that will enable you to restrict the hit area of the button to a horseshoe/irregular shape.
1) If the shape is an actual Photoshop Shape layer with the horseshoe defined via a vector mask: when you import that layer of the file into Catalyst, choose to preserve rather than flatten it. By default in the basic Photoshop import dialog, Shape Layers are set to be flattened. Instead, click the Advanced button in that dialog, highlight the horseshoe layer and choose the "Editable paths and layer styles" option. Then click import.
What happens is: Catalyst imports the bitmap and generates a mask in place of the original PS Vector Mask (you can see this if you look for <s:mask> in Code view). Only the masked area becomes clickable if you convert this layer into a button.
2) If the horseshoe is simply an image layer in Photoshop – add a Vector mask to that layer which will in turn define the shape of the button in Catalyst. Again import the layer and choose to preserve "Editable paths and layer styles."
On a related note, in Beta 1 we automatically flatten Photoshop Shape layers for performance reasons. In the future we should be able to clip the layer's content to the boundaries of the mask while still including the mask for purposes such as this one.
-Eric
Catalyst QE

Similar Messages

  • Top Nav buttons not working after publish, but works in app. WHY?

    I have tried to find out why these buttons will not work after publishing. They work fine while in the iWeb app, but not when publishing. I do not have any objects near the top nav buttons. The first site went off without a hitch
    <www.serenitycustompools.net> the second site began the problem with the last page, the nav buttons would not work. Now this 3rd site, none of the nav buttons at top will work after publish, but will work in app. Anyone else having the same probs? None of my pages have the same names or any punctuation marks, and they are simple one word named pages.
    mini intel   Mac OS X (10.4.9)  

    They all work for me, try clearing your browser cache or using another browser.

  • Help with nav buttons please

    Hey there, i've recently been following a tutorial and I have come across a problem with the AS for the nav buttons,  http://www.flash-game-design.com/flash-tutorials/basic-flash-website-tutorial-6.html, the tutorial says to write:
    btnabout.onRelease = function(){
        content.gotoAndStop("about")
    btnport.onRelease = function(){
        content.gotoAndPlay("port")
    btncont.onRelease = function(){
        content.gotoAndStop("contact")
    I have done this and it came with an error saying needs to be in handler, so i re-entered this:
    btnabout.on(release) = function(){
        content.gotoAndStop("about")
    btnport.on(release) = function(){
        content.gotoAndPlay("port")
    btncont.on(release) = function(){
        content.gotoAndStop("contact")
    This code then came back with a Expected a field name after '.' operator.  btnabout.on(release) = function(){ can anyone please help me i'm starting to pull hairs out?!
    Thanks
    P.S it must be AS 2.0 as that is what my portfolio page uses.

    The problem with the first attempt was not the code, but where you placed it.  That code needs to be placed on the timelinein the same frame as where the buttons are  (preferably in a separate 'actions' layer).  This approach is the better approach than trying to place the code on the objects because it keeps all code in a single easy to find location... the timeline.
    For the second attempt, assuming you were still trying to attach the code to the buttons, you should change the code to....
    on(release) {
        content.gotoAndStop("about")
    on(release){
        content.gotoAndPlay("port")
    on(release){
        content.gotoAndStop("contact")
    but.... each of those needs to be attached to the button associated with it and not grouped together.  This is an older style of coding that is best avoided due to ending up with code hiding on objects.

  • Irregularly shaped text boxes; How?

    I want to insert text on an image, using a text box is the ideal way to ensure the text wraps nicely, etc. However I do not want the text to be in a standard rectangular or square text box but one of my own irregular shape.
    Anybody know how to do this, and where I could get some pointers?
    Thanks in advance for your help, very much appreciated.

    Depends on which version of Photoshop you're using.
    Text inside a Photoshop vector path was introduced with PS CS2, IIRC.
    I haven't done this much, so I did some experimenting, and I dove into the Help Files for PS CS2.
    First of all, if the Help Files have a section on this, I couldn't find it. That's not good, especially for new users who might not know where else to look for advanced instruction online.
    But, my experimentation showed me that you can make an irregularly shaped paragraph text box with the Custom Shape tools. You may then manually edit the anchor points to alter the shape's path to whatever you desire. Then, with your Type Tool selected, hover on the inside of the shape you created and you'll see the "I-Bar" Text cursor change, so that it looks like it's flanked by dotted parentheses characters (We'll call that the "Text-In-A-Shape" ["TIAS"]cursor). This cursor tells you that you can click to initiate text inside of the shape, and it will be bounded to stay inside of that shape, just as it would be if you simply dragged out a rectangular paragraph text box.
    Further, something I found lacking was that you can NOT simply use the Pen Tool to create your irregular shape. If you do that, you won't be able to make the "TIAS" cursor appear. You
    must
    ucreate the shape starting with the Custom Shapes tools.
    If this limitation has been lifted in PS CS 3, I wouldn't know. If that's the version you have, you'll have to discover that on your own.
    Once you've entered your text in this shape, you may adjust the Character and Paragraph parameters just like you would with any other text.

  • Simple nav buttons not displaying correctly

    When I add content to the page that expands the table, the
    nav buttons on the left "spread out". This isn't happening in
    Safari. Any help would be much appreciated. Here is the page I'm
    working on:
    http://www.csayersdesign.com/achieveIT/pages/company.htm

    Curtis Sayers wrote:
    > When I add content to the page that expands the table,
    the nav buttons on the
    > left "spread out". This isn't happening in Safari. Any
    help would be much
    > appreciated. Here is the page I'm working on:
    >
    http://www.csayersdesign.com/achieveIT/pages/company.htm
    >
    >
    Problem is you're doing what a lot of beginners do, trying to
    create a
    page by using one single table and splitting the cells into
    numerous
    cells......that aint going to work as you have found out.
    It doesn't help either that you are allowing Fireworks to
    generate this
    code. When you do that it normally produces fragile code that
    the
    browser tries its best to interpret and a lot of times fails
    The design you're trying to produce is a fairly basic 2
    column table
    which you should ideally set up directly in Dreamweaver.
    A sticking plaster option would be to remove all the elements
    in your
    navigation side bar and merge that column back into one
    single cell. You
    can do that by click-dragging in Dreamweaver then in the
    properties
    inspector where it says 'cell' in the bottom left corner
    click the white
    square icon which will merge all the cells into one.
    The downside to this is that it may upset the fragile code
    created by
    Fireworks and throw your page into even more turmoil.
    If it does work you then need to insert another table (a
    nested table)
    into the cell which you merged back into one. Then put your
    navigation
    buttons into it.
    Tables that are independent of one another cannot interact
    and so you
    create a more stable environment for your design.

  • Nav buttons pixelated in IE-6/7/8?

    Frustration... I got my simple little site where I want it - publish a test to Business Catalyst - it all looks great ... ON A MAC.
    Then a client calls and asks why all the javascript states below top level are pixelated (he means aliased) - and he's looking on IE8.
    Tried to get support to call me back - it's about 40 minutes...still waiting
    I just want to Know if this is a qwerk of the Biz catalyst - or when my client posts it for real.
    In which case I'll have to go somewhere else for Nav buttons!
    Please help with wisdom if you can.

    It would be helpful to have the URL of the page in question, or a screenshot of what's being seen in IE8.
    Muse does not support IE6.  (By most measures IE6 usage is below 1% of site visitors for most sites and IE7 usage is below 2%.)
    Muse does support IE7 and IE8, but both have bugs that are very difficult to workaround that relate to transparent (PNG) images and applied transparency, transparency effects or animated transparency (fade in/out). (Note that for some effects applied in Muse, such as rounded corners, bevel, shadow or glow, Muse 1.x may generate a transparent PNG at output time in order to achieve that effect, so while you haven't explicitly imported a transparent PNG one may still be necessary to achieve your design on the web.)
    Without seeing the problem web page, I'm stabbing in the dark a bit, but the first things I'd look for would be minor changes that might be made to the design to reduce the use of transparency and/or transparent images (esp. overlapping semi-transparent objects or non-100% opacity on anything with a fade in/out effect).
    Another thing I'd try is publishing to a new trial site using Muse 2.0 Beta 2. We've made significant changes to how shadow and glow effects are exported that primarily improve page load performance on newer browsers, but in the process there were changes which may have improved the overlapping transparent PNGs and transparency effects bug workarounds for IE7 and IE8. (If you want to give Muse 2.0 Beta 2 a try, you can update by joining the Muse Beta program via the "Help Improve Adobe Muse" menu item in the "Help" menu. You can then revert back to Muse 1.1 by unchecking the checkbox in the same dialog. Note that you'll want to be sure to save your .muse file from Muse 2.0 Beta 2 to a new file name and not overwrite your Muse 1.x file, so you have your original 1.1 .muse file should you need to revert to Muse 1.1. The release notes for Muse 2.0 are here.)

  • Having nav buttons outside print area in adobe reader

    I am building a parts manual and want my nav buttons off to the side of the 8.5"x11" document in sidebars. Easy to accomplish in Indesign but when exported to pdf , the print feature in Adobe reader prints the total width of the document. I want the customer when select print to just print the center frame (no nav buttons)and not have to set up crops etc for printing. Ive seen parts manuals like this and am having a hard time accomplishing this myself. Any help would be appreciated.
    Here is link to an example of this pdf
    http://www.mediafire.com/?h62z5y341wyky66
    Thank you in advance

    Just set their visibility to "Visible, but doesn't print".

  • Irregular shaped Canvas/UIComponent

    How can I create irregular shaped canvas/UIComponent? By irregular shaped, I mean teris like shapes. Is there a proper way of doing it?
    This will be a draggable component. Once the dragged component is overlapped on another component, user should be able to what is in the background.
    Thanks in advance.

    Can this be made dynamic? The backend is returning a bunch of images that are different in shape. Actually this is what happening: Backend is generating a flat image out of bunch of small images. We know the contour and the points that creates the contour.
    And we are using Flex 3.

  • IE 7 Not Adding Padding at Bottom of LIs as Nav Buttons

    At
    the test
    page, I want a 1 pixel border on the bottom and right of nav
    buttons (made from li elements). Works in some browsers, but not
    IE7. I added bottom padding to the <a> elements, but IE 7
    neither applies the padding nor the border.

    Make the <a> display:block and it should - you may also
    need to give that
    <a> tag layout (I use zoom:100% to do this).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "pcthiker" <[email protected]> wrote in
    message
    news:fcetjk$mro$[email protected]..
    > At
    http://persuasiongraphics.com/vertical_home.html,
    I want a 1 pixel
    > border on
    > the bottom and right of nav buttons (made from li
    elements). Works in some
    > browsers, but not IE7. I added bottom padding to the
    <a> elements, but IE
    > 7
    > neither applies the padding nor the border.
    >

  • Weird iWeb problem with nav buttons....

    Hi all. New to this and a complete idiot. The club which I am the Prez of needed a web site, and as no one else volunteered, I ended up doing it. Everything seemed to go fine for a while until I started modifying the original site....then I started getting weird things happening. Many of them I have figured out but the last one is beyond me. The problem is with the text in the nav buttons at the top of the pages. On the first page all the navigational buttons are fine, but on all the other pages the button that takes you back to the home page has text I never put in, and it does not appear in it's entirety. Can anyone provide any help as to how I can fix this. The URL is:
    www.nocasa-ft.com

    Indeed, the problem is with the cache. I cleared the cache and all now comes up as it is supposed to. Thanks so much for your suggestion. I was rather disappointed because it seemed the problem was with Safari, and I kind of like that browser. I didn't want to have to use something else.
    Thanks again.

  • Adjusting position of nav buttons

    I'm working on an intranet site in DW CS4. Some of the pages have nav buttons on the right-hand side of the page. I would like these buttons to always line up with the edge on the right, i.e., adjust position if the user is using a larger monitor to view the site. Any suggestions as to the best way to accomplish this?
    Thanks.

    With CSS:
    #divName {
    width: value in %;
    text-align: right;
    float: right;
    For better answers to layout questions, we need to see your HTML and CSS code.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Page nav buttons

    <p>Is it possible to simulate the page nav buttons that are on the viewer toolbar?</p><p>I need to turn the toolbar off, but still want the page nav buttons available on the report.</p><p>Thanks</p>

    Never mind I got it. Thanks

  • Making nav buttons "STOP" ...

    Hi. I have a question about a couple of things with AS3. And,
    I am really excited about my energy towards wrapping up my first
    Flash CS3 site.
    First off, is it possible to make nav buttons stop a Flash
    video from playing (without pressing stop directly from the
    component). I've made numerous attempts, but I have decided to just
    start from scratch. If so, how is it done?
    All the AS3 I have done has most been on the top layers of
    the main timelines. I get a little confused about public and
    private and sprite, but I do know how to paste that content into a
    .AS class file and test it.
    What is a Sprite? Is it difficult to learn and use
    comfortably? Can I use it with the actionscript on the top layer of
    the timeline. I just made a scrolling thumbnail panel. But, now I
    am thinking about turning it into a photo gallery, so I can display
    larger images.
    Jntspecialty

    I see the flvplayback class in the help files, with all the
    methods and properties listed in one spot. I even tested the
    example code and got it to work.
    So, for me, 1st develop the .swf file with the nav buttons
    and be sure to include
    " import fl.video.FLVPlayback;
    trace(FLVPlayback.VERSION);"
    on that page. Right?
    2nd- Then, make a page called "PressToPlayVideoPage.swf" and
    "ThePageWithTheFlvComponent.swf", and on this page drag the flv
    component, set the parameters to a flv named "anything.flv" and
    give it an instance name of "MyVideoWhichWillBeStopped".
    *Basically, the page that is accessed from the nav bar will
    have a button to load the page with the flv component
    /"MyVideoWhichWillBeStopped". Okay?
    3rd - Do what ??? To make the two "nav buttons" (which are in
    a different file) stop the the video from playing, even once
    unloaded or on the bottom stack, from that point on.

  • Irregularly Shaped Windows

    Many applications use windows that are not perfect rectangles. For example, Windows Media Player has several "skins" that can make it circular, square, or whatever, some popups look like oval speech bubbles, etc. How can I create an irregularly shaped window in Java? Also, how can I create any window with a semi-transparent portion (like the shadows on menus and tooltips)?

    Oh God, the transparent window question again!
    There's no real neat way of doing it in Java. However, you can knock something up that comes close as follows:
    1) grab a picture of the desktop background (using java.awt.Robot)
    2) paint the portion corresponding to the location of your window into the background of your window
    3) update this when the window moves.
    Problems emerge when the desktop changes - you need to refresh your "desktop image".
    Various solutions have been discussed on this thread and I believe that Noah came up with a solution that'll work in most cases.
    http://forum.java.sun.com/thread.jsp?forum=5&thread=252397
    Hope this helps.

  • Lightbox script missing nav buttons

    Hi folks, I have installed the Lighbox script here: http://tatlerprime.co.nz/venues_tabs.html?tab=4
    You'll note that, if you click on an image, it will cycle through the set, but there are no nav buttons.
    The developer, Fourlevel, doesn't have a help forum and only provides an email address for support requests. I've had no reply to my request.
    I'm hoping that one of the many experts here may be able to help me with this problem.
    Thanks in advance,
    Jo

    If you have a look at http://tatlerprime.co.nz/css/lightbox.css you will see
    #prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
    #nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
    This means that the images should be located at http://tatlerprime.co.nz/images/prevlabel.gif and http://tatlerprime.co.nz/images/nextlabel.gif; but they are not.
    Did you forget to upload?
    Gramps

Maybe you are looking for

  • How Do I repair an iMac Monitor after Skype 5.3 crashed it on Mac 10.7 Lion?

    I use Skype a lot (3-4 hours a day).  Yesterday was the first time I've used skype for an extended period of time since I upgraded to Mac oz 10.7 Lion on the weekend.  I'm also using the latest Skype (5.3) on a 24" iMac (early 2008 model). After a 20

  • Camera RAW / Bridge CC problem with Exposure in Mac OS X 10.9 Maverics

    Recently I purchased MacBook Pro with OS X 10.9 Maverics and I have a problem as described below while working in Bridge CC: If I open Canon RAW files (.CR2) in Photoshop by double-clicking the file (or File > Open With > Adobe Photoshop CC), Photosh

  • Can't view photos in iPhoto, but they are in my last imported photos

    Hello, I have been able to upload photos from my camera onto my iphoto and view them as normal and create events. I've uploaded some more but now they are just coming up in my last imports and i cannot view them as there is a caution symbol with an e

  • Java Install error 1603 on Java 8u45

    I am having issues getting Java to Install on a Windows 7 Pro PC in a stand alone environment.  Error Code 1603.  Java is needed on this PC to be able to print shipping labels from FEDEX.com. I am trying to install using the administrator account. I

  • EHP4 - Business Function - FIN_REP_SIMPL_2

    Hi, I´m in Petrobras and I have a doubt about the reports generated after the activations of the business function FIN_REP_SIMPL_2 - Reporting Financials 2. I Would like to now where I can or I will look the reports? What ne next steps that I heve to