How to do CSS Rollover Text Links in Muse?

In Dreamweaver, we have to the ability to apply CSS styles to text links in order to make it behave like a rollover (the color changes on mouseover, etc.). How do we do this in Muse? Kind regards-
(EDIT): Have a look at the menus on Adobe's main website for an idea of what I want to do.

Google "Adobe Muse Hyperlink Styles" or see threads such as How can I change Hyperlink text styles?

Similar Messages

  • How to remove underlining on text links in Muse...

    Hi,
    Anyone know how to remove the annoying underlining of text links in Muse. I have of course, styled my link to have no underline - which in Muse works, but doesn't once online.
    Even better - does anyone know how to create a hover style via Muse? I used to do it via Dreamweaver no problem - but haven't had any luck with Muse so far.
    And is it possible to style 2 text links within a sentence? It only seems to be able to style the whole sentence rather than the just the links
    If anyone out there can help?
    Laura

    Not to worry - worked it out!
    For anyone who doesn't know, go to File/Site Properties and click on the Text tab. Its all there!

  • How can I cancel the text-link in pdf

    Hello:
    I want to knwon how can I cancel the text-link in pdf forever.
    In a pdf , If there is a text like "http://www.adobe.com" ,even it's not a hyperlink,and there is not any action on the text,but it can be clicked.
    I have read the "Document management — Portable document format — Part 1:PDF 1.7", I find nothing about this text-link, Is this  a function of adobe reader ,or  is it required by the PDF format.
    I konw adobe reader could turn off the function of text url Identification, then it can not to be clicked ,but what I want to do is cancel the text-link in pdf  ,so that  whatever is the "text url identification " turned off or turned on , the text can never be clicked.
    so,is anybody knwon ,if there is any way to cancel the text-link, to forbiden the text url to be cliecked forever ?
    and I also want to knwon if is it required by the PDF format that the text url without any action (not a hyperlink )can be clicked?
    grateful for any help
    Best regards & Good luck

    and I also want to knwon if is it required by the PDF format that the text url without any action (not a hyperlink )can be clicked? 
    No. It is a feature of Adobe Reader and Adobe Acrobat.

  • How to open a selected text link from the keyboard

    I'd like to be able to search for some text on a screen, and then open the link that it connects to. The catch is that I want to do so via the keyboard, i.e. without moving the mouse. It seems there should be a way to do this. I've tried every combination of <meta-key> + Return, and every combination of <meta-key> + Down Arrow I can think of, since that seems like a natural place to hide such a shortcut, but to no avail. Anyone know how to do this?

    select link =shift+arrow then=>the key next to start and besides cnrtl!

  • How do you create a text link to jump to a row in numbers

    Short: How do I create some simple link from Row 1 Cell 1 showing December, to jump my screen down to row 300 for example?
    I want to do this because I use numbers for a 365 days per row long spreadsheet, and collumn A B C D E are staff names, it's alike a daily booking calendar for employees for me to see availability.
    I have made the top header row of staff names frozen, so when I stroll down I see the staff names above each collumn, useful. I have also added a row under this and want to write each month, e.g. Jan, Feb, Mar and turn those to links, taking me directly to the row in the spreasheet. How on earth does one do this?
    I have searched: internal link, simple link to a row, internal shortcut, internal link and others, can not find it in this forum, google or the help.
    Thanks
    Andy

    This script isn't based on a Numbers 09 script so I don't know if it works the same way, but it seems to work ok in Numbers 3.5.
    The dates (Jan 1, Jan 2... Dec 31) must be formatted as text, NOT as date and time.
    For ease of reference the table is called Holiday Planner. The script must be updated if this is changed.
    The top of the table looks like this:
    This is the script:
    set esc_key to 53
    tell application "Numbers"
      activate
      set the_month to (choose from list {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"} ¬
      with prompt "Which month do you want to jump to?")
      if the result is false then return
      set the_month to the_month as string
      tell document 1
      tell active sheet
      tell table "Holiday Planner"
      set the_row to item 1 of (every row where ((value of cell 1) begins with the_month))
      set selection range to the_row
      tell application "System Events"
      key code esc_key
      end tell
      set selection range to the_row
      end tell
      end tell
      end tell
    end tell
    One cosmetic problem is that when you jump "onwards" in the calendar as opposed to "backwards", the first row of the month appears at the bottom of the window rather than at the top. I'm not sure there's any way of fixing that.
    Save the script in your ~/Library/Scripts/Numbers/ folder and then you can run it from the Numbers script menu:
    Hope it's useful.
    H

  • How can I get rollover text to show pictures?

    The original flash has a publish setting to Flash Player 5, and I have to have the publish setting set to Flash Player 8 (actionscript 2). The original flash works with the Flash Player 5 setting however when I change it the rollover text to picture stops working.
    This is the first time I had to work with this and need some help. This is the Coding for the Content
    Content
    Coding
    Actions: Frame 1
    _quality="best";
        for (g=1; g<9; g++) {
        this[g]._visible=0;
    function menutest () {
        for (i=1; i<9; i++) {
            // Reset Lesson colors
            // myColorObject = new Color(this["l"+i]+[".myitem"]);
            // myColorObject.setRGB(0x020053);
            this["l" + i].gotoAndStop(1);
        this[i]._visible=0;
        // Set Lesson Colors
        // myColorObject = new Color(this["l"+i]+[".myitem"]);
        // myColorObject.setRGB(0xD7A550);
        this[testName].gotoAndStop(2);
         //trace ("testName"+ testName);
        swap = testName.substr(1);
        this[swap]._visible=1;
    Actions: Frame 280
    stop();
    checkanswers-, <info22>
    onClipEvent (load) {
        this._alpha = 0;
    onClipEvent (enterFrame) {
        if (ii <= 100) {
            ii += 2;
            _root.info22._alpha = ii;
        } else {       
            _root.info22._alpha = 100;
    //trace("ii" + ii);
    track 2, <l1>
    track 2, <l2>
    track 2, <l3>
    track 2, <l4>
    track 2, <l5>
    track 2, <l6>
    track 2, <l7>
    track 2, <l8>

    This is the coding for the Symbol Definition(s)
    Track 2
    Coding
    layer 3: frame 1
    stop();
    layer 3: frame 2
    stop();
    Symbol 159, <myitem>
    onClipEvent (load) {
        this._alpha=0;
    Symbol 159, <myitem>
    onClipEvent (load) {
        this._alpha=100;
    oh the text is on one side and the picture appears on the other side. the text stays on the background

  • How do I have a text link open a lightbox?

    I don't want the lightbox to be on the page but only to open if a link is clicked?  How do I do this in Muse?

    The only way I know around this is to create the "text" in PhotoShop as a jpg or psd -
    - and then from the Widgets Library: Compostions: choose Lightbox Display and drag onto page 
    - Select one of the tiny gray tabs (just one tiny tab, nothing else)
    - and File/Place your jpg or psd INTO the tiny tab 
    - it will resize itself you'll see.
    - Select and delete the other 2 tiny gray tabs.
    - Then select only the inside, center, large box of the lightbox
    - and then File/Place the jpg or psd Image you want to appear if the text is clicked there.
    - Hit the preview button to test (as it will look different in preveiw, than it will in design). Hopefully you only see your jpg/psd "text" - and then when you click that text the light box appears with the image.
    Also - remember to double check the menu settings of the tiny blue circle with the white arrow that appear when everything is selected on your lighbox display - those options effect how things appear too.
    hope this helps.

  • How to Remove CSS from One Link?

    My links are all the same color. I do not want a color on one link. Is there a SIMPLE way to REMOVE that CSS style from the one link?

    It is a yellow button with blue writing on it. But on the website it appears with a purple stroke around it. The other links on the page are just purple words. I want to get rid of the purple stroke around the yellow button.

  • Text link styles not transferring in IE 5.2 for Mac

    Hi,
    My page www.bethhockley.com/ptihome2.htm uses two styles of
    text link, both of which are defined in my external CSS
    www.bethhockley.com/bethhockleychanged.css the text links look as
    they should in all browsers barr IE 5.2 for Mac. My os is osx
    10.3.9.
    In IE10.3.9 the link [email protected] (on the blue bar
    at the bottom of the page) shows up in the link style "commercial"
    rather than in the link style "email"
    Does anyone know why this is?
    Thanks,
    Beth H

    Sorry, I forgot to say, to see how the email link at the
    bottom of the page should look please see www.bethhockley.com
    Thanks,
    Beth

  • Text Links changing style in IE

    Hi,
    My page www.bethhockley.com/ptihome2.htm uses two styles of
    text link, both of which are defined in my external CSS
    www.bethhockley.com/bethhockleychanged.css the text links look as
    they should in all browsers barr IE where the link
    [email protected] (on the blue bar at the bottom of the page)
    shows up in the link style "commercial" rather than in the link
    style "email"
    Does anyone know why this is?
    Thanks,
    Beth H

    Hi,
    The style is the same in Firefox 2.0 and IE 7. Which version
    of Internet
    Explorer are you referencing? Which OS, etc.?
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Web dev articles, photography, and more:
    http://sourtea.com
    =============================================
    Proud GAWDS member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "befh" <[email protected]> wrote in message
    news:eo2o90$hmq$[email protected]..
    > Hi,
    >
    > My page www.bethhockley.com/ptihome2.htm uses two styles
    of text link,
    > both of
    > which are defined in my external CSS
    > www.bethhockley.com/bethhockleychanged.css
    > the text links look as they should in all browsers barr
    IE where the link
    > [email protected] (on the blue bar at the bottom of
    the page) shows up
    > in
    > the link style "commercial" rather than in the link
    style "email"
    >
    > Does anyone know why this is?
    >
    > Thanks,
    >
    > Beth H
    >
    >

  • How to make text CSS text link with HOVER

    How do I nake text links using CSS and the hover function?
    I am new to this
    Thanks

    This should help
    http://www.projectseven.com/tutorials/css/pseudoclasses/index.htm
    Jo
    "electro-dud" <[email protected]> wrote in
    message
    news:fcnnis$cv7$[email protected]..
    > How do I nake text links using CSS and the hover
    function?
    >
    > I am new to this
    >
    > Thanks

  • How do I  create more than one CSS style for text links?

    Hello,
    Just like the title says, I need help with creating more than one CSS text link style in Dreamweaver CS4. For instance, I want the navigation on the website I'm building to have a different text link style than a link in some part of the body copy. I've been playing with Dreamweaver for a while and can't find any way to do this. If it's even possible to do this, I would really appreciate any help.

    Yes it is possible but as you have failed to provide a valid link to your site, I will tell you in general Terms:
    1) First create a class or an ID to to your Nav bar;
    2) Now style your navbar in such a way that these styles will only apply to your nav bar.  To do this, you start your style by doing something like this:
    ul#vavigation {.........}
    ul#navigation a {.........}
    ul#navigation a:hover {.........}
    ul#navigation li {.........}
    your html code might look like this:
    <ul id="navigation">
         <li><a href="#">Home</a></li>
         etc etc .........................
    </ul>
    hth

  • How do I remove lines from linked text?

    I am using Dreamweaver CS 4 and linked images and text are automatically underlined. How do I remove the underlines from linked text?
    https://www.adobe.com/support/dreamweaver/layout/link_underline/#72192
    According to the Adobe page above, I can add this code to the “head’ area of my html page and then all my links will not have visible lines, but I did that and the lines are still there. Any ideas why?
    <style type="text/css">
    <!--
    a:link {text-decoration: none}
    a:visited {text-decoration: none}
    a:active {text-decoration: none}
    a:hover {text-decoration: underline}
    -->
    </style>

    Hello,
    in my DW I can define this in the (translated from my german DW) page properties, see screenshot
    Have a look at Hyperlinks (CSS) >>> Unterstreichungsstil (underlining style) >>> use dropdown menu output >>> never underline (nie unterstreichen)
    Hans-Günter

  • How to change text + links in footer of existing template

    Hello,
    I need to change the text and links on the template footer that goes to all TABs. (Home, Articles, About Bluemont, BCA, Contact Us).The file is named NavigationBlank.dwt."
    This footerwas created to link visitors to our "join or contribute" page on another site. Now I want to stop using that external site and build the capacity to take memberships within the BluemontVA.org site itself. However the template footer can't be changed so easily as text on a page.
    I am webmaster for a local nonprofit (web address =  www.BluemontVA.org), but work on a website I inherited. It is a wonderful design, but I don't fully understand it. I have not worked with templates before.
    I have read O'Reilly on "Adding a basic editable region"  in a template, but need further help.
    A couple questions worry me:
    How much damage may I have done already by trying? For example, I do seem to have removed the old text/links and added a new text message on the NavigationBlank.dwt page -- but these changes do not show up on the other TAB pages.
    Also, when I place the cursor n the design side  it no longer tracks to the corresponding spot on the code view. (the cursor shows up in code view way above where it is supposed to be by the text). This is true for the home page and also for several pages I took a look at.
    Can I follow instructions to change the template from any of the pages on which it appears? Or do I have to be at NavigationBlank.dwt?
    Thanks for any help or advice you can provide.

    I'm confused.
    Working With Dreamweaver Templates (.dwt files).
    PART 1
        1. Create a page with all the sitewide elements (common header, footer, sidebar,  CSS styles, etc..) that you will need for your project.   This requires some careful pre-planning even for small web sites.
       2. Validate your code & test this prototype page in all major browsers. 
       3. When you're completely satisfied with the page layout, SaveAs Template.   DW will save this as a .dwt file in a site folder called Templates.
       4. DW will ask you to add Editable Regions for stuff that will change from page to page.   Do this and SAVE.
       5. Close your Template.dwt file.
    PART 2
       1. File > New Page > from Template.  Select the template you wish to use.  Hit OK.
       2. This is a child page.  An exact duplicate of your Template however you can only edit content within editable regions.  Everything else is locked.
       3. SaveAs index.html (your home page) or some-other-filename.html.
    PART 3
       Repeat PART 2 for each additional site page required.
    PART 4
        1. Open your main TEMPLATE file and add a navigation menu with links to your site pages.  Do not put this into an Editable Region!  If you do it won't show up on child pages.
       2. SAVE.
       3. DW will ask if you want to populate changes to child pages.  Hit yes.
       4. Publish all site pages to your server.
    PART 5
       If you should ever need to edit your TEMPLATE .dwt file, Repeat PART 4.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How do I change mouseover or rollover text in iweb08

    I've gone through the web and iWeb as best I can. I can't seem to get a simple answer to this one, so I'm hoping somebody here shares this question.
    I use iWeb08. It's great. I've built a complicated website from scratch and it's great.
    I simply cannot change the rollover text on images. I've created a bunch of pictures and used them as links to other pages on my site. But now it simply says, "link to xxx" and I cannot figure out how to change that text to what I need it to say.
    Any help would be greatl appreciated!

    In an earlier post you said "I simply cannot change the rollover text on images."
    Note that the text IS the image. So to change the text you have to create an image with the changed text.
    In the end you have TWO images. One with this text and one with the other text.
    iWeb cannot do that.
    So you have to find a solution for that.
    Here's a page with rollover images. You can use it in the HTML Snippet. Study the code. Instead of animals use text :
    http://www.wyodor.net/_Demo/duckmenu/HoverImages.html

Maybe you are looking for

  • 1 computer 2 iPhones - How do I manage this?

    Both my wife and I each have an iPhone. We have a large music collection in iTunes. We want to share a single music folder (on a Windows based PC) for all our iPods and iPhones. iPods are easy - we can use single user account (& iTunes) and select wh

  • I transfer iTunes to another hard drive but ipad can't syn with the software

    I bought a new computer with Windows 8 installed. I used "Home sharing" to transfer my itunes folder from my older computer to my new computer and that seem to work. Please note on my new system I had to installed the lastest itunes software for my c

  • Unable to switch to Design Mode in Bex Analyzer

    Hello, I am trying to switch to Design mode in Bex Analyzer and am unable to do it. I opened a query. I see the Design mode toolbar but it is inactive, meaning greyed out. How do I make it active.  I am using 3.5 version. Vidya

  • [845 Series] MS-6507 - How to enable and configure On Board LAN

    I have a very old Medion PC bought from PC World ages ago, which has MS 6507 Mother Board (256MB RAM, 1.7GHz...).   It is still surviving and serving its purpose of net surfing chatting along with others. Till now it functioned as a standalone PC. I

  • Paascode required immediately

    Just got my iPhone 5S yesterday. I set up a passcode. My phone requires me to enter my passcode immediately after I press the lock screen button. This is very annoying. Is there anyway I can make my iPhone wait 5 minutes before requiring my pass code