(OT) CSS a:link a:hover a:visited a:active

Hola Foreros.
Tengo la siguiente inquietud.
Tengo un CSS definido. En propiedades de la pagina deje color
del vinculo,
vínculos visitados, vínculos de sustitución y
vínculos activos como neutro.
Cree un CSS y definí colores y tipo de letra. Hasta hay
no problema
.rojo_mayuscula_12 {
color: #FF0000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: uppercase;
text-decoration: none;
Luego cuando creaba un vinculo con ese color me tomaba un
azuloso mas que
insistía. Debido a eso le agregue al CSS
.rojo_mayuscula_12 a:link {
Perfecto, hasta hay nop problem. Pero cuando lo veo en OPERA,
me muestra que
al vinculo que le di otro color. En firefox, Netscape, Frog
no me muestra
ese error de cambio de color.
Probem con
.rojo_mayuscula_12 a:link a:hover a:visited a:active{
Pero no funciona.
Bueno. Como puedo obligar a un tipo de letra que tome el
color activo,
enzima, visitado sigan sin cambiar el color para todos los
Explorer?
Que parte me quedo mal en .rojo_mayuscula_12 a:link a:hover
a:visited
a:active{ para que me tome el color?
Gracias y espero respuesta.

Hola Annuack. Sólo un truco:
¡No utilices ese tipo de nombres en los estilos! 8-)
¿Te imaginas que dentro de un mes tengas que cambiar el
diseño y los enlaces
pasen a ser verdes y en minuscula?
Es mejor definirlos por su función en el documento
(enlacesNavegacion,
linksContenido...) que por su apariencia.
Saludos!
Andres Cayon
http://www.dwug.es
"Anuack Luna" <[email protected]> escribió en el
mensaje
news:epk2pe$j96$[email protected]..
> Hola Foreros.
>
> Tengo la siguiente inquietud.
>
> Tengo un CSS definido. En propiedades de la pagina deje
color del vinculo,
> vínculos visitados, vínculos de
sustitución y vínculos activos como
> neutro.
>
> Cree un CSS y definí colores y tipo de letra. Hasta
hay no problema
>
> .rojo_mayuscula_12 {
> color: #FF0000;
> font-family: Verdana, Arial, Helvetica, sans-serif;
> font-size: 10px;
> font-style: normal;
> line-height: normal;
> font-weight: bold;
> font-variant: normal;
> text-transform: uppercase;
> text-decoration: none;
>
> Luego cuando creaba un vinculo con ese color me tomaba
un azuloso mas que
> insistía. Debido a eso le agregue al CSS
>
> .rojo_mayuscula_12 a:link {
>
> Perfecto, hasta hay nop problem. Pero cuando lo veo en
OPERA, me muestra
> que
> al vinculo que le di otro color. En firefox, Netscape,
Frog no me muestra
> ese error de cambio de color.
>
> Probem con
> .rojo_mayuscula_12 a:link a:hover a:visited a:active{
> Pero no funciona.
>
> Bueno. Como puedo obligar a un tipo de letra que tome el
color activo,
> enzima, visitado sigan sin cambiar el color para todos
los Explorer?
>
> Que parte me quedo mal en .rojo_mayuscula_12 a:link
a:hover a:visited
> a:active{ para que me tome el color?
>
> Gracias y espero respuesta.
>
>

Similar Messages

  • 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

  • Email campaign - inline css - a:link, a:hover

    What do people do about setting the color of the a:link and a:hover when setting up a page for email distribution using inline css?
    From what I've read you can't declare inline styles for the above mentioned styles?
    Is it ok to put those in css <style></style> tags in the head section of the page and just let those email clients that can deal with it do so and forget those that can't, or is there a better alternative?
    Cheers
    Os

    pziecina wrote:
    Hi Os
    Don't know if this is related to your post regarding xara, but if the other person was using xara for emails then yes it is easier doing emails in xara than dreamweaver, (for the none html/css literate).
    Sort of, I'm just doing some experimenting before I commit myself. Don't won't to look like a dumb *** if I say I can and then I can't, lol.
    As to your question most emails use the default but I can see no problem in placing the alternative in a css style sheet.
    This article may be helpful, (check the external links at the end also) - http://groundwire.org/support/articles/css-and-email-newsletters.
    Ok, that's what I thought. I'll use inline css styling for pretty much everything I can to be on the safe side and just put css that can't be inserted inline in an embedded style sheet. I guess its no big deal if a few email client don't like it.
    I'll have  a read of the link you provided. Thanks for your respnse

  • CS6 #nav links change hover background color based on its position in series

    First post from a complete DW CS 6 novice on Win7.  Not knowing JavaScript or JQuery, I thought I would add simplest animation to a website navigation based on the two col fixed header footer design. The navigation links on the left <sidebar1> have been increased to 24, with a common link background in the default state.  When the cursor is passed over the links they would change background color to one of five given in the image placed in the jpeg image loaded as the 1st list item.  The image itself only acts as a color key to the five catagories of links directly below it, and is not hyperlinked.  The idea is that someone looking for new tools would need to hover down the nav links and only be concerned with the Yellow background ones, even if they appear in any random position down the list.  To give each link a color to start with would make <sidebar1> appear too colorful.
    I have David Powers' two dvd titles and was thinking of using a nth-of-type() .  It does not work.  Perhaps there are two sets of colons required (  a:hover:nth-of-type(4), a:active:nth-of-type(4) {background-color:#f00;}   ).  There is surely a way that would work but I do not know enough of DW and CSS at present to figure this out.
    Many thanks.

    I don't what menu system you're using, but you might be able to create some CSS classes to use in your menu like so:
    <ul>
    <li>a href="some-link.html" class="about">about link</a></li>
    <li>a href="some-link.html" class="new">new link</a></li>
    <li>a href="some-link.html" class="new_proc">new procedures link</a></li>
    <ul>
    CSS:
    li a.about:hover {background-color:gray}
    li a:new:hover {background-color:forestgreen}
    li a:new_proc:hover {background-color:lawngreen}
    and so on...
    Nancy O.

  • CSS different link styles

    how can I create different links styles within the same
    element?
    Can I do something like this?
    a {
    color: #999;
    text-decoration: none;
    a:hover {
    color: #333;
    a:active {
    color: #999;
    a.style2 {
    color: #363;
    text-decoration: underline;
    font-weight: bold;
    a.style2:hover {
    color: #333;
    a.style2:active {
    color: #363;
    And then do something like this?
    <a class="style2" href="#">Request
    Information</a>
    Is this legit to do???
    Thanks for any help!
    Brian

    Point well taken, Murray. I like that better.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > That's not the most efficient way, although it will
    work..
    >
    > The best way would be to use descendent selectors, and
    more generic styles
    > to avoid repetition, e.g.,
    >
    > a { styles; } /* this will also hit named anchors if you
    have any */
    > a:visited { styles; }
    > a:hover { styles; }
    >
    > #secondlinks a { styles; }
    > #secondlinks a:visited { styles; }
    > #secondlinks a:hover { styles; }
    >
    > (I have omitted the a:active pseudo-class for
    convenience. This method
    > will not require the explicit styling of each link the
    way Shane's method
    > would.
    >
    > --
    > 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
    > ==================
    >
    >
    > "Shane H" <[email protected]> wrote
    in message
    > news:[email protected]...
    >> Yes but do it in this order -
    >>
    >> a:link
    >> a:visited
    >> a:hover
    >> a:active
    >>
    >> a.style2:link
    >> a.style2:visited
    >> a.style2:hover
    >> a.style2:active
    >>
    >> etc.
    >>
    >> --
    >> Shane H
    >> [email protected]
    >>
    http://www.avenuedesigners.com
    >>
    >>
    >> "Brian" <[email protected]> wrote in
    message
    >> news:[email protected]...
    >>> how can I create different links styles within
    the same element?
    >>> Can I do something like this?
    >>>
    >>> a {
    >>> color: #999;
    >>> text-decoration: none;
    >>> }
    >>> a:hover {
    >>> color: #333;
    >>> }
    >>> a:active {
    >>> color: #999;
    >>> }
    >>>
    >>>
    >>> a.style2 {
    >>> color: #363;
    >>> text-decoration: underline;
    >>> font-weight: bold;
    >>> }
    >>> a.style2:hover {
    >>> color: #333;
    >>> }
    >>> a.style2:active {
    >>> color: #363;
    >>> }
    >>>
    >>>
    >>> And then do something like this?
    >>> <a class="style2" href="#">Request
    Information</a>
    >>>
    >>>
    >>> Is this legit to do???
    >>>
    >>> Thanks for any help!
    >>> Brian
    >>
    >>
    >
    >

  • CSS Button Links in HTML email not working in TB

    Greetings,
    Our company is creating an html email for customers and we are noticing the CSS button links don't work when viewing in Thunderbird 31 and 32 beta.
    Does TB require unique coding to get these to work?
    Any assistance would be appreciated...
    -- Paul

    From the point of view of a user who views received email messages in Thunderbird, it doesn't support scripting. Straight links should work and and you can attach a link to an image.
    Note that Thunderbird does NOT offer active links in the Compose window. So however you create it, you won't see it as the recipient does unless you save it and view it as a draft.

  • My Flash .swf nestled under my CSS, .swf links not working

    I added some links in actionscript in my swf file and they work great but once inserted into my Dreamweaver file under my CSS the links are not responding. I know that I had to set up the CSS so that the .swf would fit into a desired shape but is there a way to have the links work above the CSS while still looking the way it does?
    http://grizzlyutah.com/Grizzly_Graphics_Test

    Hello Scott,
    I'll try it once more, 'cause I want to understand AND learn. I used your swf file in my new testside:
    http://dala-laegret1963.de/FlaSwfGrizz.php
    and linked it, as you can see if you move with your cursor over the swf file. You will see the description:
    "Grizzly_Graphics.swf with link to http://www.grizzlyutah.com/Grizzly_Graphics_Test/products_trade_show_graphics.html".
    When you now click into your swf file "Grizzly_Graphics.swf" you will be conducted to your
    http://www.grizzlyutah.com/Grizzly_Graphics_Test/products_trade_show_graphics.html.
    My other two buttons - which can be integrated into a website - I've left in their function as an example, if you/one needs more links.
    Hans-Günter

  • From time to time when I click a searched link the colr of visited links does not change. It works fine after I delete history and cookies. Can I fix that. I am using windows XP. Thankste

    From time to time when I click a searched link the color of visited links does not change. It works fine after I delete history and cookies. Can I fix that. I am using windows XP. Thanks

    Here's the error message I get.
    Note the TC is connected to my Airport Extreme via ethernet and my iMac is also connected to the AX via ethernet so it's not a wifi issue.
    I can see the TC in the finder so it's not 'gone' from the network either.
    Also note that just then the TM system pref pane was claiming a backup error, citing my 'network password' and still refusing to backup.  I waited 5 minutes and did some tidying of my office while I pondered this and then tried again and voila it worked ok.

  • How can i disable a link/button after clicked while content active

    hello all
    i am building a website all on one page and am using the
    spry framework so that it displays when clicked fades in
    the issue is i dont want the link to work again after its been
    clicked ie when the link is active then
    when another link is clicked it is re activated and
    can be used again!?
    i am using the behaviours panel in dreamweaver?
    cant seem to find an option to
    toggle this function
    i am not great at js or html
    but any help would be appreciated!
    many thanks
    ]p

    Because we are not privy to your code I shall answer this in general.
    You can use the Spry Element Selector to target your link and to disable that link. When clicking another link you could cycle through your links and enable them before disabling the newly clicked link.
    More info on the Spry Element Selector can be found here http://labs.adobe.com/technologies/spry/articles/element_selector/index.html and here http://labs.adobe.com/technologies/spry/articles/element_selector/selector_examples.html

  • When I select my iPod touch in iTunes the buttons are inactive when I try to sort by name, artist etc.  Also about half of the links under 'file' etc are not active.

    When I select my iPod touch in iTunes the buttons are inactive when I try to sort by name, artist etc.  Also about half of the links under 'file' etc are not active.

    Further to my question, when I plug in and select my iPad 2 I don't have the same problem.  I have restored the settings on my iPod Touch and updated both iTunes and iPod Touch software and restarted my iPod touch.  Nothing has made any difference.

  • Link the cost centre with the activity

    Hi all,
    I want to link the cost centre with the activity. when i try it in KP26 and then try in cat2 it gives me as cost centre should be in conjunction with the activity.
    Please help me how to link the cost centre with the activity
    Regards & thanks,
    Srividhya

    hi,
    1st check G/L account which you are trying to clear or Post .Use t.code:FS00, enter G/L accounts and check "Open item" is maintained or not. If not select the check box "Open Item Management" in account management in Company code segment in Control data TAB and save.
    and cehck wether you have maintained the cost element in fs00 for your g/l account on header there is a button edit cost element

  • CSS for links display differently in Safari and Firefox

    Hello all,
    I am having some link display problems. The CSS code for my link display is as follows:
    #sidebar_1 a{
    text-decoration: none;
    font-weight: bold;
    #sidebar_1 a:link{
    color: #CCC;
    #sidebar_1 a:visited{
    color: #000;
    #sidebar_1 a:hover, #sidebar_1 a:active, #sidebar_1 a:focus{
    color: #000;
    Unfortunately, the website is not live yet so I can't direct you to it.
    What happens: in Firefox, mousing over a link causes it to go black; but when the link is clicked and the new page has loaded, the link goes back to being gray even though the linked page is active. However, in Safari the links for visited pages stay black. Any ideas on why this is happening?
    Thanks in advance for all your help.

    #sidebar_1 a:vistied {
    color:#000;
    is stating that all visited links in the #sidebar_1 div to be black. Are you saying that all visited links are black, outside the sidebar_1 div?
    Jim

  • CSS a:link not working in browser

    Hello all,
    Every time I have tied to add the a:link pseudo class to a
    page, it affects the links in design view correctly (according to
    the style I've applied to the a:link) but it never shows up when I
    preview in Firefox or IE. This happens regardless of whether the
    a:link is in a document specific CSS file or external. My a:hover
    styles work fine. Seems like I'm missing something basic.
    Any help would be much appreciated. Thank you, Scott

    Without seeing the page in question, what's the a:visited
    style like? And
    make sure you declare them in the order: link, visited,
    hover, active. You
    might be seeing the visited style color when you're looking
    at the page in
    the browser.
    Mad Dog
    worldly1 wrote:
    > Hello all,
    >
    > Every time I have tied to add the a:link pseudo class to
    a page, it
    > affects the links in design view correctly (according to
    the style
    > I've applied to the a:link) but it never shows up when I
    preview in
    > Firefox or IE. This happens regardless of whether the
    a:link is in a
    > document specific CSS file or external. My a:hover
    styles work fine.
    > Seems like I'm missing something basic.
    >
    > Any help would be much appreciated. Thank you, Scott

  • Changing text to link with hover capability

    I have some text I have succesfully changed to become a link and would like to introduce the hover command to change colour; I would like to do this in the html page and have it alter the css sheet simultaneously. I would also like it to update every page in my site with this command.
    Many thanks for any help you can give me

    Add this code to your external CSS (stylesheet). Change colors, etc.. in the CSS properties panel.
    /**REGULAR LINKS**/
    a:link{/*unvisited*/
    color: #990000;
    text-decoration:none}
    a:visited{/*visited*/
    color: #9999FF;
    text-decoration:none}
    a:hover, a:focus {/*mouseover*/
    color: #990000;
    text-decoration:underline}
    a:active{/*selected*/
    color: #FFCC00;
    text-decoration: none}
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Help with CSS; styling links

    I have a
    #wrapper
    #content
    #content a:link (coding that works fine)
    ..and inside content I want to create some 'buttons' so tried this
    #buttons
    #buttons a:link (different code)
    In Dreamweaver it looks fine and dandy,(left side DW, rightside is a preview)
    but when I test in a browser, fail.
    Uploaded it to the server, fail.
    #content a:link, #content a:visited, #content_full a:link, #content_full a:visited {
        color:#030;
        text-decoration: none;
        line-height: 120%;
    #content a:hover, #content_full a:hover {
        color:#063;
        text-decoration: underline;
        line-height: 120%;
    Basically just turns the links green, with an underline when you hover. There are two types of content divs, one stretches the width of the wrapper... the other allows for a side bar.
    Then:
    #buttons {
        background-color: #FFF;
        margin-top: 8px;
        clear: both;
    #buttons a:link {
        color: #FFF;
        font-size: 18px;
        line-height: 120%;
        background-color: #069;
            margin: 5px;
        text-decoration: none;
    And that fails.
    Thoughts?

    Well, it failed again BUT once again, I think i have the solution. I added code for all states of a:link for the new 'button' (i.e. a:hover, etc..) THAT seemed to fix it.

Maybe you are looking for

  • Safari won't load and trying to open it locks my computer

    Okay, so I'm at a loss. A few weeks ago, Safari crashed. When I tried to open it again, it would bounce on the dock, the pinwheel would come up and then nothing else would happen....when I tried to quit Safari, I noticed the computer was locked-up an

  • Linking to external video in Captivate 7

    I develop video-based training. Each slide includes mostly video. I've been successfully embedding f4v videos into Captivate projects for some time but video quality and file size issues make it necessary to begin linking to videos on external server

  • Cost Center error

    Hi I am getting following error when creating PO ofr cost center. No direct postings can be made to G/L acct. 50000000 in CoCode PIL Message no. ME038 Diagnosis The G/L account you entered is a control account. Transactions cannot be posted direct to

  • Hide the document folder in GW7

    Since I don't use the document management option in GroupWise, can I hide the document folder in GW 7 client? I asked that question with GW 6.5 and was told NO. Thanks Gina

  • Bulk-loading performance

    I'm loading Twitter stream data into JE. There's about 2 million data pieces daily, each about 1K. I have a user class and a twit (status) class, and for each twit, I update the user; I also have secondaries on twits for replies, and use DPL. In fact