How can I make multicolored links change their color reversal or stationary?

I made links with distinct colors using css, but the links with new colors have no hover property. I want these links change color when the cursor passes over them in the same way other links on my page only. I tried to make a new css for < hover > rule and tried to write to the property in the css code, but without result. I searched the web and this forum for an answer and found notheing that works. Anyone know how to give links with several colors of a hover property that will make them change color? All my other links change color as defined in the properties page, but links with the new rules of color change of color more. It's probably pretty basic. I'm new to DW, using CS6. If anyone can provide a step by step and show where the code needs to be inserted, it would be very useful. Thank you in advance!

For those looking for an answer on how to change the a: hover color for a single hyperlink, after a little greater experimentation, I found that adding to my CSS allows me to change the color of a single binding a: overview!

. Wrapper (div/link here your name) a: hover {}

color: #(votre couleur préférée ici);

}

A simple solution to a simple problem. I hope this is a help to someone out there.

Tags: Dreamweaver

Similar Questions

  • How can I make sure that changes in a primary key (in the parent table) would also appear directly in the FOREIGN KEY in the child table?

    Forgive my question. I am very new to Oracle.

    How can I make sure that changes in the key primary supplier_id (concerning the supplier table) would also appear directly in the FOREIGN KEY (supplier_id) in the products table?

    Is that not all the primary key and FOREIGN KEY on?

    My paintings:

    I created 2 tables and connect to apply in the data base referential integrity, as I learned.

    CREATE TABLE - parent provider

    (the numeric (10) of supplier_id not null,)

    supplier_name varchar2 (50) not null,

    Contact_Name varchar2 (50).

    CONSTRAINT supplier_pk PRIMARY KEY (supplier_id)

    );

    CREATE TABLE - child products

    (the numeric (10) of product_id not null,)

    supplier_id numeric (10) not null,

    CONSTRAINT fk_supplier

    FOREIGN KEY (supplier_id)

    REFERENCES beg (supplier_id)

    );

    I inserted the following text:

    INSERT INTO provider

    (supplier_id, supplier_name, contact_name)

    VALUES

    (5000, 'Apple', 'first name');

    I expect that the supplier_id (5000) to the provider of the table also appears in the products table under key supplier_id having the same value which is 5000. But this does not happen.

    How to get there?

    Thanks in advance!

    Hello

    What is a foreign key in Oracle?

    A foreign key is a way to ensure referential integrity in your Oracle database. A foreign key means that the values of a table must appear also in another table.

    Ok!??

    What is now the right way to implement referential integrity in your Oracle database that the values of a table must also be included in another table?

    A foreign key referential integrity indeed enfore in ensuring that the value in the child table must have a corresponding parent key (otherwise you will encounter an error, as evidenced by "SomeoneElse"). However, it will never automatically insert a row in the other table.

    If you are looking for a solution that automatically inserts a record in the other table, maybe you should go for triggers:

    See:

  • How can I make my link 'See the product detail' of .swf in Dreamweaver

    Hi all:

    New to Dreamweaver.  This should be a simple click, but I can't.

    I made a button to 'See the product detail'.swf into Flash and I imported into

    product my Web page in Dreamweaver.

    How can I make a link to another page where the larger picture of the product is in Dreamweaver? /

    Thank you

    Ms. frustrated

    I made a button to 'See the product detail'.swf into Flash and I imported into

    product my Web page in Dreamweaver.

    I'm sorry to say, but I think it is a very bad idea.  Flash navigation elements are not good practices on the web, because you cannot be 100% sure that your visitor has the Flash Player on your computer.  In addition, the search engines don't analyze reliable these links for SERP purposes on the page.  Finally, any person using an assistive device to the screen will not be able to use these items.  Using a graph prepared in FW or PS, however, will not have these disadvantages and will be 100% reliable/useable for all categories (assuming that you have correctly provided a descriptive alt attribute for the image).

    How can I make a link to another page where the larger picture of the product is in Dreamweaver? /

    You can't do that in HTML - it needs to be done in the Actionscript of Flash at the moment you make the button. It is yet another reason why use Flash navigation items is a bad idea...

  • How can I make a permanent change in the zoom level?

    I want to know how I can make a permanent change is the zoom level? I don't want to constantly have to change the default value of 100% whenever I go to another page. Thank you.

    Hello

    You can also use the NoSquint add-on to change the zoom level by default for all websites at the same time. After setting your zoom level, you can adjust the zoom on different sites and set the options for NoSquint remembers the settings for each site.

    After installation of NoSquint, go to the Add-ons page to define the settings for each site:

    • Tools (or

      ) > Addons > Extensions

    • Click on the button 'Options' of NoSquint
  • How can I make in bulk changes to the properties of the Page?

    I have a small site, only 26 pages and realized that I had forgotten to insert code of ligation and to change the legacy of character settings in the properties of the page for each of them.

    I would like to be able to change the properties of the page for all pages in a single action. I can open each page in a short time because my site is not that big. But what happens if I had 50 pages?

    Is it possible to apply changes to the page properties of multiple pages with a single action? Can there be?

    Thank you

    Hello Bull_Garlington,

    To change the settings for legacy of character on all pages you can make the necessary change in the attached master page, and then this parameter will also apply to other pages in the Appendix.

    Let me know if this helps.

    Kind regards

    Ankush

  • How can I make easy links? Problems with CSS

    Sorry, me again. I found how to facilitate the transition of the color of my text navigation links, and it seems easy enough. However, when I add to my code, it seems to work.

    I know that it will be a mistake on my part, I just don't know what I did wrong. Any ideas?

    <! - section nav HTML - >

    < nav id = "nav" role = "navigation" >

    < ul >

    < li > < a href = "Home.html" title = 'Go Home' rel 'next' = > FRONT PAGE < /a > < /li > "

    < li > < a href = "About.html" title = "On BGDR" rel = "next" > ON < /a > < /li > "

    < li > < a href = "CV.html' title ="CV"rel = 'next' > CV < /a > < /li >"

    < li > < a href = "Blog.html" title = "A blog of my work and thoughts" > BLOG < /a > < /li > "

    < li > < a href = "Contact.html" title = "contact me" rel = 'next' > CONTACT < /a > < /li > "

    < /ul >

    < / nav >

    <! - section nav CSS - >

    a: link{
    color: hsla(0,0%,0%,1.00);
    -webkit-transition: color background-2s ease-out;
    -moz-transition: color background-2s ease-out;
    -o - transition: color background-2s ease-out;
    transition: background-2s ease-out color;
    text-decoration: none;
    }

    a: visited{
    color: hsla(0,0%,0%,1.00);
    }

    a: hover{
    color: hsla(0,0%,72%,1.00);
    text-decoration: none;
    Police-family: quicksand;
    make-style: normal;
    Police-weight: 400;
    cursor: pointer;
    }

    / * Note that 4 the code snippets down I have a li {} expressions.* section 3.

    Li{
    float: right;
    display: block;
    Width: 10em;
    }

    Here is what you wrote in the original post

    a: link {}

    color: hsla(0,0%,0%,1.00);

    -webkit-transition: background color 2s ease-out;

    -moz-transition: background color 2s ease-out;

    -o - transition: background color 2s ease-out;

    transition: background color 2 s ease-out;

    text-decoration: none;

    }

    With this, you target the background color should be the foreground color. The above should be

    a: link {}

    color: hsla(0,0%,0%,1.00);

    -webkit-transition: ease of color 2 s - out;

    -moz-transition: ease of color 2 s - out;

    -o - transition: ease ofcolor 2 s - out;

    transition: ease of color 2 s - out;

    text-decoration: none;

    }

  • How can I make several links PDF opened in the second tab, instead of a 3rd, 4th etc.

    I'm working on a project for my birthday 125 universities.  Essentially, I've created a long 125 digital book of the year, with a link to the actual digital Yearbook of the University for every year.  I wonder if there is a way I can make all links open in the same second page directory.

    IE: Main project is opened in a window, when I click on the hyperlink pdf 1939 Yearbook, the 1939pdf opens in the second window.  Then I want to find a way to make after this, on the home page, I can click on the link of the pdf 1940 Yearbook and directory 1940 load on the second window, replacing the 1939pdf, instead of simply open the 1940pdf on a third new tab/window?

    Note: I have all the PDF Online and downloaded directory, so I can make the hyperlink you send to the site, or do a thing of style download.

    Thanks for any help and if anyone needs more info just ask me!

    Hello

    Please take a look at this thread Re: can I refresh the browser instead of opening a new tab?

  • How can I make a link on my Web site social media open an application rather than a browser?

    I'm building a website and I want to link my social media to it: Facebook, twitter, vimeo, youtube and instagram. The only problem is, when I link with these, they are open upward with my browser phones instead of the actual application. How can I do a social media on my Web site LINK open an application rather than a browser?

    Help, please!

    Thank you

    Short answer: a website is a website.  A Mobile application is a mobile application.  Who do you want?

    Sites Web restore inside of web browsers.  A mobile application is a downloadable application that is distinct, built for specific mobile devices (iPhone, iPad, Android, Blackberry, etc...).  To get examples of mobile applications, go to Google or Apple App store game store.

    Android applications on Google game

    Apple - iPhone 5 s - App Store

    Nancy O.

  • How can I make a link to open it in a new window?

    Hi guys,.

    In the area of "column Text." in the field "Link text", I have this link:
     <img src="#WORKSPACE_IMAGES#apt.png" alt=""> 
    the target page must open in a new window. Where should I add
    target="_blank" 
    or how can I do?

    Best regards
    Fateh

    The target = "_blank" in the attributes of link field.

    See you soon
    Bottom

  • How can I make software links answer?

    I installed a new Belkin N600DB router to my computer (Windows XP), and it works very well.  But I can't access the advanced tools section.  The link buttons are unresponsive. It is only on my XP desktop.  I tried the software on my laptop (Vista) and it works fine.  Technical support Belkin said that's not their problem, since the worsks of the software on another computer.  They suggested that I have to contact my system administrator (I guess than me?) and check the settings on the first computer so that it allows the software to run.  Any ideas?

    Hi PML - I followed the steps to get my Belkin software to install correctly, but nothing helped.  I have never had any problems with the installation of the software up to date.  Guess I'll just use the ip address of Belkin in the future.  Thanks anyway.
    Richard

  • How can I make my links in my pdf stand out more?

    Hi, I currently use the links tool in my pdf to navigate quickly through the pages of the PDF (book) a table of contents, floor plans, etc. However, I need to make links stand out more, as some users who access books are on iPads and are unaware that the links. Help or advice would be greatly appreciated.

    There is not much you can do with links, but if you use a button instead, then you could set its fill color, as well as the border line color.

  • On the design of my phone, how can I make a link to access the my desktop version?

    I'm doing my site to phone for the first time.  My site is very informative, but I don't want that for the phone, of course.  How to make a 'click here' if someone wants to see the full version of office?

    Hello

    Please check this thread

    Re: The link to main office site mobile site?

  • How can I make several quiz with their own slides of results within a project of 7 Captivate?

    7 to Captivate a project I want to create multiple quizzes with their own results slide.

    Currently I have 5 Quiz that all are related to 1 result slide.

    Is there a way to give each set of questions their own slide of results?

    (I saw an answer to a similar question for Captivate 5 of 2012, but I could very much use out and I thought there was an easier way in Captivate 7).

    Any help would be appreciated!

    Thank you!

    You can use an interactive object (button, click box, form) and the command 'Open URL of file' and point to the cptx file. It is important that you keep all the files in the same folder and the path to the parent of the file. Publication, same scenario: keep everything in the same folder when downloading. CP stands to be linked SWF.

    Lilybiri

  • How can I make a link in an email to open a new tab instead one opened a window behind my Home Page?

    When I click on a link in an email, it opens in a window behind my Home Page. I find it annoying to have to click view, and then click the window for the desired link. In Firefox preferences that I ticked "open new windows in a new tab instead", but the problem persists.

    Hello

    Sorry to hear what happens if you run firefox in safe mode?

    "If Firefox is open, you can restart Firefox Safe mode in the Help menu:

    • Click the menu button

      click Help

      then select restart with disabled modules.

    If Firefox does not work, you can start Firefox in Mode safe as follows:

    • On Windows: Hold down the SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac: Hold the option key during the startup of Firefox.
    • On Linux: Exit Firefox, go to your Terminal and run firefox-safe-mode
      (you may need to specify the installation path of Firefox for example/usr/lib/firefox)

    When the Firefox Safe Mode window appears, select "start mode safe."

    If the problem is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme or hardware acceleration. Please follow the steps described in the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

  • How can I group objects without changing their stacking order?

    Hello world!

    I have large complex illustration with many objects and when I the Group down and higher objects the object background goes back and the appearance of the artwork changes. I think it is very stupid!

    Thank you very much!

    Very bad! I have worked with Maya... I looked at Corel Draw, the same as in Illustrator! Ha-ha-ha!

    Fine,

    "Ha ha ha" indeed. You are comparing apples and oranges.

    Of course of consolidation in a modelling program 3D does not work as it does in the 2D drawing programs. There is no order "stacking z"; each object has its own XYZ position in the global coordinate system. Since their debut in the middle of the 1980s, a group the general public focused on printing 2D vector drawing programs is by definition a set of contiguous objects in the stack of objects. It's for a good reason, having to do with, among other things, the order of rendering of live effects.

    Noncontiguous reunification is possible in some 2D programs. For practical reasons, the same thing exists as selections of saved from Illustrator.

    See the online help.

    JET

Maybe you are looking for