Link to an image of the box logo

I am having some problems trying to connect a logo image to a text box. Basically, several logos of football clubs have got and I want that whenever I have click on the logo (active), the text box appears and when I click on other logo the previous text disappears and appears the new text.

Hope you can help me.

Thank you.

Hello

Can you tell me what problem you are facing?

In addition, if you want to know how this can be done then I suggest that use you the widget of Composition (ToolTip).  You can modify the triggers and place the logo inside each of them and you can type the text in the corresponding target.

Hope this helps

Kind regards

Rohit Nair

Tags: Adobe Muse

Similar Questions

  • Link to an image in the slideshow of the muse

    Hello

    I got several pictures in a slide show and would like to hyperlink them to another page.  Is it possible to muse?

    Thank you.

    Hello saturday1976,

    By creating a link, I think you want image hyperlink where users when click the image should be directed to linked page?

    You can select the hero image in the slide show and then insert link via hyperlink.

    If you are referring to a text showing link with an image, you must use a composition and insert text in a container with an image.

    Thank you

    Ankush

  • the alignment of the image or the box content

    Hey guys, new here Sorry if its in the wrong section, or something

    just design a site with a presentation of the square grid in muse.

    I made the different places that need content inside. is it possible to align the content in these places while they are always centered on the site?

    whenever I have change my content Web site seems to get away from the place I want to keep it...

    Here it is here:

    Homepage

    Basically, I'm trying to get the details' button to stay in the middle of the green box.

    Here's an example of what I'm trying to reach little (less rollovers, I want the content to stay there permanently)

    Web sites, Logos and Marketing for SMEs in the open air: WINGSHOT DESIGN

    If you scroll the 6 images below, you can see that they contained inside on the mouse, which are always centered no matter what size you are viewing

    hope that someone knows something about it, thank you

    See this discussion forum where a similar topic was discussed in detail How to center you objects and or a vertically and horizontally in Muse Web site?

    Thank you

    Preran

  • The links are not underlined and the box is checked so they are?

    My hyperlinks or links lose underlining on them? I went to tools and checked for them to be underlined. I went in inspect changed element there and they came back but will not stay. Is there a way to save the changes I made in the HTML code?

    While Firefox has a setting that allows you to specify a preference for the underlining of the link pages can ignore it. Many Web sites, like this one, try to reduce the appearance of disorder that can be created by the underlining of links.

    For some reason today, I noticed that the Google results have changed for not having pointed out the main title. Google is constantly experimenting the results page, so this could change back tomorrow.

    If you want to apply a rule that all links should be underlined, you probably an add-on (either a specific extension to this feature, that allows you to apply your favorite page styles).

  • Try to move the image but the box with red outside moves rather (in front of the picture)

    Screen Shot 2016-02-19 at 07.09.32.pngThis red box that moves instead of the layer of shoe, I have chosen seems to be on all layers as I click. Anyone know what is happening? Or what's the function of this weird thing, I clicked by mistake somehow. -Seems interesting for later but irritating now.

    Exit quick mask (Q).

    Compliments on the poster a significant screenshot right now!

  • How can I add a clickable link to an image in the slideshow.

    Excuse me is this has already answered, I searched the Forum but have not found specific responses.

    Like many designs, I have a slideshow of 4 images that loop on my front page. Each of them is an advertisement. As they pop up, I would like to allow the user to click on a photo and be directed to the corresponding page.

    How can sounds very reasonable, I achieve this?

    Thanks for any help.

    Hello

    You can select the Image of hero and then in the top control bar apply the hyperlink.

    - http://project02.businesscatalyst.com/Jing/2012-08-28_0047.swf

    Let me know if you need additional information.

    Kind regards

    Abhishek Maurya

  • Reach big-screen images without the box the letters?

    I got a few frames NTSC of 29.97 FPS and 720x304px I want rendered without a box to the letters. There is no mailbox in the original film, it is added when I try to make EI. Anyone got a clue what I have to do to get rid of them?

    What do you do with it? If it is for the DVD or on the fly, he should be brought to the lresolution ful. There is no way around it. If it is for playback on a desktop computer, you must set the parameters of your model accordingly and work with comps square pixel.

    Mylenium

  • Hello. I am creating a quiz slide / move, a simple using flash, actionscript 3. I found the free sample on the Internet and I tried to run the code. It works! BUT. Once I tried to edit in my own simple movieclip, images etc, the boxes couldn't be dragged

    Here, I am attaching my mistake

    error.JPG

    Here is the actual code (credit to the owner)

    package

    {

    import flash.display.Sprite;

    import flash.events.MouseEvent;

    SerializableAttribute public class Main extends Sprite

    {

    var xPos:int;

    var yPos:int;

    public void Main (): void

    {

    addListeners (den, ocean, jungle, River, forest);

    }

    private void getPosition(target:Object):void

    {

    Target.x = PosX;

    yPos = target.y;

    }

    private void dragObject(e:MouseEvent):void

    {

    getPosition (e.target);

    e.target.startDrag (true);

    }

    private void stopDragObject(e:MouseEvent):void

    {

    If (e.target.hitTestObject (getChildByName (e.target.name + "Target")))

    {

    e.Target.x = getChildByName(e.target.name_+_"Target").x;

    e.Target.y = getChildByName(e.target.name_+_"Target").y;

    }

    on the other

    {

    e.Target.x = xPos;

    e.Target.y = yPos;

    }

    e.target.stopDrag ();

    }

    private void addListeners(..._objects):void

    {

    for (var i: int = 0; i < objects.length; i ++)

    {

    objects [i] .addEventListener (MouseEvent.MOUSE_DOWN, dragObject);

    objects [i] .addEventListener (MouseEvent.MOUSE_UP, stopDragObject);

    }

    }

    }

    }

    So here is one that I tried to change

    package

    {

    import flash.display.Sprite;

    import flash.events.MouseEvent;

    SerializableAttribute public class Main extends Sprite

    {

    var xPos:int;

    var yPos:int;

    public void Main (): void

    {

    addListeners (CAT, bear, duck);

    }

    private void getPosition(target:Object):void

    {

    Target.x = PosX;

    yPos = target.y;

    }

    private void dragObject(e:MouseEvent):void

    {

    getPosition (e.target);

    e.target.startDrag (true);

    }

    private void stopDragObject(e:MouseEvent):void

    {

    If (e.target.hitTestObject (getChildByName (e.target.name + "Target")))

    {

    e.Target.x = getChildByName(e.target.name_+_"Target").x;

    e.Target.y = getChildByName(e.target.name_+_"Target").y;

    }

    on the other

    {

    e.Target.x = xPos;

    e.Target.y = yPos;

    }

    e.target.stopDrag ();

    }

    private void addListeners(..._objects):void

    {

    for (var i: int = 0; i < objects.length; i ++)

    {

    objects [i] .addEventListener (MouseEvent.MOUSE_DOWN, dragObject);

    objects [i] .addEventListener (MouseEvent.MOUSE_UP, stopDragObject);

    }

    }

    }

    }

    in frame 1, click the object that you think is the cat.  in the properties panel, is - this "cat"?

  • Need to Exchange new logo for the old logo

    Hello. I don't know if this question belongs in this forum or another, but here goes.

    I have a .pdf file I want to use in a presentation next week. The problem is, we have not used this .pdf, we changed our logo. How to switch it on only one image on another?

    And Yes, I'm fairly new to Photoshop and all of its elements, so that you know.

    Thanks in advance for your help.

    It's something you want to do in Acrobat (the application, not Adobe/Acrobat Reader) or in the application that was used originally of page layout and create the PDF, as InDesign presentation.

    You want to use for Photoshop (or Illustrator) is to create or adjust the image you want to use for the new logo. When you have the logo as you like, then you use Acrobat or whatever layout request to insert (or link to...) the new logo in place of the old. Then generate you a NEW PDF.

  • Images are the scale is no longer with (img {max-width: 100% ;}) css from the 34.0.5 in firefox update, it still works fine in IE and chrome.})

    My site was working fine up until firefox updated 34.0.5. Now the images will not scale to fit the box more. I use flexbox so that the site is changing to adapt to the size of the browser. In css, I set img {max-width: 100% ;} and this would make the jpg file size automatically to fit the area they were in, but no more than Mozilla really screwed up this with updated 34.0.5.} My site still works fine with IE and Chrome, but 70% of my web traffic using firefox so I would really like this to work in firefox.
    Any help is greatly appreciated!

    I work by setting a special parameter in CSS for the images that I needed to scale and then I have it referenced by SPAN for each img in HTML, not quite how I wanted it to work since now images filling the box even with monitors really big format, which means that they could now be blurred on a 4 k monitor but firefox left me no choice. Looks like I have going to aid in future chrome like firefox really shit the bed on this 34.0.5 updated

  • Position of the image in the Bootstrap model "carousel."

    I thought I would take a shot to boot. There is a starter template in Dreamweaver that does more or less what I want. But I have a problem of tiny design that I can not really the solution. Maybe can someone help?

    I use the included slide show 'Carousel', but I don't think that the proportions of the image should be the same regardless of the size of the viewport. With a large window, I don't want the image in full height, I want not cropped. That's why I added a 'max-height' to the box containing the image. It works very well and the height of the image does never exceed my max value.

    But: the position of the image in the box limited height is not centered vertically. The image is cropped just at the bottom of the box, while I love to crop the top and bottom. I tried many ways to center the image but failed. Normally this wouldn't be a problem for me, but since I am changing the design to someone else, there seems to be something that I don't get.

    This is a simple example of site showing my problem: http://www.linnsideout.se/imgtest/

    That's what I want to with large windows:

    header-1a.jpg

    And that's what I get:

    header-1b.jpg

    Everybody out there is able to tell me the css tricks necessary to center the image vertically at the start of the crop box?

    The way you have the sample is the way it should work. It's because you used the fluid container. If you use just the containing class, you would have cut offs for each device. In this case, you can use the image just for this device.

    Take a look at the use of srcset to load the images. Take a look at the sensitive Images: If you are simply changing resolution, use srcset. | CSS-Tricks

  • When I type text, the text is in a box, and I can't figure out how to make the box go away. I never had this problem before.

    When I type the text in the latest Illustrator, the text is in a white box. I never had this problem before. I can't find out how to make the box go away. What I am doing wrong?

    Today I tried to close Illustrator and re-boot the computer. It did not help. I went on a second computer video/graphics/animation and open Illustrator here. I did a few tests, and he managed to create the text without a box. Then, I opened my first computer Illustrator file form. The boxes were there. I tried to type the new text, and the box was there. When I open the file it says something about a missing font and a replacement. I tried to use this area to locate the police but couldn't. It's the default font on Illustrator on the other computer. A variant of Myriad. I tried to type in the text with a different font. No box. The default font selected by the Illustrator has apparently a box. I didn't try to change the font because it was going well, and because I didn't know any font came with a box. At first, I did all of the text, which was on a white background, so I don't see the boxes of cream. When I added the background image of the boxes appeared. If the problem is resolved. It was a font with a box.

  • Wrap text around an image off the beaten path

    Is it possible to wrap text around an image that is not placed inside the text box? When a column of text image overlays only partially?

    Hi Sascha,

    You should be able to achieve the desired effect by placing the image inside the box and giving a compensation of the negative film.

    The picture will overlap with text partially and skin will still work.

    Abhishek (Adobe)

  • Beginner: change link colors, get rid of the stress, get rid of the boxes around linked images

    So, I'm pretty new to all this.

    I'm trying to set up a site of minimalist art and there are a lot of white space. My 'customer' wants that the text of the link to not have this default underscore in this regard. We also want to change the colors of the binding for a three different situations (not yet clicked, the cursor, already clicked)

    In addition, we have a few images that are background white background that blend with the background. We wanted to make linkable, but when I do that the image gets a box massive ugly link around it. We want to keep it white...

    How do I do that?

    You must use CSS.

    delete notes:
    a {}
    text-decoration: none;
    }

    is not-yet-a click on the links:
    a: link {}
    ... formatting...
    }

    already-one click on (visited) links:
    a: visited {}
    ... formatting...
    }

    Links hover:
    a: hover {}
    ... formatting...
    }

    remove the borders around image links:
    an img {}
    border: none;
    }

    You can benefit from free CSS at www.w3schools.com tutorials.

    --
    Alec
    Adobe Community Expert

  • Main image for the website to show on a link...

    Suppose that you post a link to your Facebook page and you want a default image for your site...

    How do you do set a default site for your Web image then it would automatically show on a post to facebook for example?

    Hello

    You must set the image facebook meta tag:

    http://example.com/lamb-full.jpg">

    http://example.com/logo.jpg">

    For more information check the box set a graphical object open

    Please let me know if you have any other question.

Maybe you are looking for