Why isnt link changing colors over hover in IE?

here is the style.css code. this works in firefox but not in
IE. i just want the font color to change from white to crimson upon
hover. plz help.
.MenuLink {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #FFFFFF;
text-decoration: none;
margin-left: 0px;
.MenuLink a:link {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #FFFFFF;
text-decoration: none;
margin-left: 0px;
.MenuLink a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #AD0C28;
text-decoration: none;
margin-left: 0px;
.MenuLink a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #FFFFFF;
text-decoration: none;
}

Or even this -
.MenuLink a:link, .MenuLink a:visited {
color: #FFFFFF;
text-decoration: none;
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Gary White" <[email protected]> wrote in message
news:[email protected]..
> On Thu, 13 Nov 2008 15:11:26 +1030, "John Waller"
> <[email protected]> wrote:
>
>>The order of the rules is crucial.
>>
>>Link
>>Visited
>>Hover
>>Active
>>
>>Try:
>
> Or try this to get rid of some of the unnecessary
redundancy:
>
> .MenuLink {
> font-family: Georgia, "Times New Roman", Times, serif;
> font-size: 18px;
> color: #FFFFFF;
> text-decoration: none;
> margin-left: 0px;
> }
>
> .MenuLink a:link {
> color: #FFFFFF;
> text-decoration: none;
> }
>
> .MenuLink a:visited {
> color: #FFFFFF;
> text-decoration: none;
> }
>
> Gary

Similar Messages

  • Visited links change color.

    Visited links change color (to something pretty similar to
    the page background :(
    Even though in the page properties all the states of links
    (Color, Rollover, Visited, and Active) are set to the same color -
    yellow.
    It is an upper part of a frame-set, but when I open it in a
    browser or in DW by it self (without a frame-set), it still does
    the same changing to that uncolled color. I really don't know what
    to do with it.
    Please help.
    Anna

    The decision to use frames should be based on a) your site's
    needs, and b)
    your willingness to accept the potential problems that frames
    can create for
    you as developer and maintainer of the site and for your
    visitors as casual
    users of the site.
    I am down on frames because I believe that they create many
    more problems
    than they solve.
    Judging from the posts here, and the kinds of problems that
    are described,
    the kind of person most likely to elect to use frames is also
    the kind of
    person most likely ill-prepared fo solve the ensuing problems
    when they
    arise. If you feel a) that you understand the problems and b)
    that you are
    prepared to handle them when they occur, and c) that you have
    a need to use
    frames, then by all means use them.
    As far as I know, the most comprehensive discussions of
    frames and their
    potential problems can be found on these two links -
    http://apptools.com/rants/framesevil.php
    http://www.tjkdesign.com/articles/frames/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Anna2257" <[email protected]> wrote in
    message
    news:fmdm37$6mj$[email protected]..
    > Visited links change color (to something pretty similar
    to the page
    > background
    > :(
    > Even though in the page properties all the states of
    links (Color,
    > Rollover,
    > Visited, and Active) are set to the same color - yellow.
    > It is an upper part of a frame-set, but when I open it
    in a browser or in
    > DW
    > by it self (without a frame-set), it still does the same
    changing to that
    > uncolled color. I really don't know what to do with it.
    > Please help.
    > Anna
    >

  • Why the lookandfeel change color randomly?

    why the lookandfeel change color randomly?
    after my API moves JDK1.4 to 1.5, the problem appeared.
    the Max/Min/Close button of JFrame also change to other style.

    yes, I have reset the Theme of MetalLookAndFeel.setCurrentTheme() to myself, but sometime it looks useless. It will use oceanTheme or myTheme randomly.
    Then I add a loop to check the current theme till it use mytheme.
    The new problem the min/max/close button changed randomly, though that is much less frequent.

  • All links change color when click 1

    HI, I've tried searching for this as many ways as I can think
    of - so forgive me if this has been covered before.
    I've made a template file and have a series of links to
    various pages (I'm in the VERY beginning stages here). On my pages
    that have this template applied, the links go to where they are
    supposed to go BUT when I click on 1, all the links change to the
    "visited" color.
    Also, the "hover over" color appears only after at least 1 of
    the links has been clicked, not before, and no color changes occur
    on the home page.
    I know this is very elementary but we all have to start
    somewhere!
    My newbie site is at
    http://pages.suddenlink.net/dancingleaf/
    p.s. If you look at the site and you notice "Web Design", I
    don't really do web designing (duh). I'm making all this up just to
    learn!

    The link to the stylesheet on the page is broken -
    <link href="file:///C|/Documents and Settings/Pam/My
    Documents/My
    Webs/css/dancingleaf.css" rel="stylesheet" type="text/css"
    />
    That usually happens when you link to a file that is OUTSIDE
    the root folder
    for the site. Is this one?
    The reason you get the visited color is here -
    <!--
    a:visited {
    color: #000099;
    -->
    </style><!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    a:link {
    color: #000099;
    -->
    </style></head>
    That's what you told it to do - in fact, the link color and
    the visited
    color are the same.
    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
    ==================
    "wooconley" <[email protected]> wrote in
    message
    news:eprg0g$huq$[email protected]..
    > Me again -- I deleted my site and am going to start over
    from scratch -
    > maybe this time whatever I did won't happen again.
    Anyone know what MIGHT
    > have happened?

  • Internet link changes color ?

    After hitting a link on the internet it it changes color, How do you get the link to go back to the original color?

    You don't want to do that.  It's the initial color before you click the link and another color to tell you you visited that link.
    You can change them with the browser's preferences.
    Update:
    Sorry, in most browsers you have preferences to change the colors (Firefox preferences, content, colors) .  Apparently in safari you don't unless you make a custom stylesheet.
    Related thread on coloring safari link: Link colors in Safari

  • Why litmus indicator changes color?

    Problem exists, the top button is not working (power supply), took it to the service center there after a day of sight said that the phone was in the water (drowned) as an indicator in a little headphone connector pink.a indicator connector cable white tsveta.Ya not drop your phone , telephone fiction in the water I UNUSED it in the rain or near water! Why is the light changed color and I refuse warranty service?
    Translated by Google translator.

    I do not Apple made ​​this decision, I am from Russia, bought the phone in the store, and a decision is rendered service shop!
    To the best of my knowledge, there are two sensors in the iPhone, and each have to be triggered to constitute water damage and void your warranty???????????
    Message was edited by: Foxxxs

  • Links change color when Email is Received

    Hi, I have created an html email in Dreamweaver with "pink" links. The problem is after I email it I look at it in my sent email and ithe links are "blue" when they should be pink. So in other words the recipients get the HTML email with blue linkd instead of "pink" links.
    I have checked in my mac "mail" in the settings to see if it is using a blue color for the links but I can't find anything relating to link colors.
    Any ideas what I can do? Also is there somewhere  in DW that gives me the option to change the link color?
    Thanks

    Thanks for the help Murray. I'm not sure why but....
    This code doesn't seem to work in "Design" view
    When I am using an email link and do as you suggest and move the </font> tag behind the word and look at the page in "Design" view in Dreamweaver the link is all black and is barely readable on a dark background.
    <a href="mailto:myEmail?subject=To: Name" title="Home" target="blank"><font color="pink">myLink</font></a>
    These codes both seem to work in "Design" view
    But when I place the closing "font" tag after the </a> (see below) and preview the page in "Design" view in Dreamweaver the link is the Pink color as it should.
    <a href="mailto:myEmail?subject=To: Name" title="Home" target="blank"><font color="pink">myLink</a></font>
    This also works when previewing the page in "Design" view in Dreamweaver the link is the Pink color as it should.
    <a href="mailto:myEmail?subject=To: Name" title="Home" target="blank"><font color="pink"></font>myLink</a>

  • Table row change color on hover

    Hi,
    I don't know if it's possible to change table row color on mouse hover, I've been looking at skin-selectors (http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/skin-selectors.html#Global%20Selectors) and I haven't found any row style class for af:table Component... if anyone knows how to achieve this I would be thankful.

    Hi,
    I replied to the other question of yours. I don't think this is possible because the row is not a component that can have a style applied to it. You may be more successful in applying the CSS to the components (outputText or inputText) on the table cells.
    Frank

  • Why are calendars changing colors?

    I'm using Calendar 6.0 and one of my Calendars (iCloud) will not stay the color I want it to be. I change it and it keeps going back to the unwanted color. Any thoughts?

    Any Barbie software?
    http://www.computerworld.com/s/article/9243117/_Barbie_Dreamhouse_bug_changes_Ma c_iPhone_calendars_to_gaudy_colors?utm_campaign=Feed:%20computerworld/s/feed/top ic/123%20(Computerworld%20Mac%20OS%20News)&utm_medium=feed&utm_source=feedburner &source=rss_operatingsystems

  • How can I make multi-colored links change their rollover or hover color?

    I have made links with seperate colors using css, but the links with new colors have no hover property. I want these links to change color when the cursor hovers over them the same way the other links on my page do. I have tried making a new css rule for <hover> and tried writing the property into the css code but to no effect. I have searched the web and this forum for an answer and found notheing that works. Does anyone know how to give links with multiple colors a hover property that will make them change color? All of my other links change color as defined in the page properties, but the links with new color rules don't change color anymore. This is probably pretty basic. I'm new to DW, using CS6. If anyone can provide a step by step and show where the code should be inserted, this would be very helpful. Thank you in advance!

    Basic HTML5 Layout with Multi-colored menu.
    Copy & paste the code below into a new, blank document.  SaveAs test.html.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Document</title>
    <!--[if IE]>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <![endif]-->
    <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    <style>
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    body {
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        font-size: 62.50%;
        width: 900px;
        /**with width, this is centered**/
        margin: 20px auto;
        padding: 0;
        background: #CCC099;
        box-shadow: 3px 3px 12px #333;
        border-radius: 12px;
    /**TEXT LINKS**/
    a {
        text-decoration: none;
        font-weight: bold;
        color: #F63
    a:visited { color: #F93 }
    a:hover, a:active, a:focus { text-decoration: underline }
    header {
        margin: 0;
        padding: 0;
        min-height: 100px;
        border-radius: 12px 12px 0 0;
        color: #FFF;
        background: url(http://lorempixel.com/output/abstract-q-c-1056-100-7.jpg) no-repeat;
    /* Multi-colored Horizontal Drop-Menu */
    nav {
        float: right;
        padding: 4px;
        text-align: center;
        background: rgba(0,0,0,0.3)
    nav ul {
        margin: 0;
        padding: 0
    nav li {
        list-style: none;
        font-size: 12px;
        float: left;
        text-align: center;
    /**top level menu**/
    nav li a {
        display: block;
        text-decoration: none;
        margin-right: 0; /* space between links */
        width: 10em; /* adjust as needed or use auto */
        padding: 8px;
        font-weight: bold;
        line-height: 1.50em;
        border-top: none;
        color: #000;
    /**alternating background colors**/
    nav li:nth-child(odd) > a { background: #CAD3D3 }
    nav li:nth-child(even) > a { background: #FFCCCC }
    /**top menu style on mouse over**/
    nav li:hover > a {
        color: #FFF;
        background: #033D53;
    /**sub-menu**/
    nav li ul {
        display: none;
        text-align: center;
        margin: 0;
        padding: 0 1em;
        background: none;
    /**sub-menu, help for older IE**/
    nav li:hover ul, nav li.hover ul {
        display: block;
        position: absolute;
        padding: 0;
    nav li:hover li, nav li.hover li { float: none; }
    /**drop-menu style**/
    nav li:hover li a, nav li.hover li a {
        width: 10em; /* adjust width as needed or use auto */
        margin-top: 0;
    /**drop-menu style on mouse over**/
    nav li li a:hover {
        background: #D3E1B7;
        color: #004A43;
    /* Clear floated elements at the end*/
    nav:after {
        display: table;
        content: '';
        clear: both;
    /**END DROP-MENUS STYLES**/
    article {
        background: #FFC;
        padding: 3%;
        font-size: 125%;
    /**3-COLUMNS**/
    section {
        float: left;
        width: 33.33%;
        padding: 1%;
        background: #EAEAEA;
        min-height: 250px;
    /**alternating background-colors**/
    section:nth-child(even) { background: #DADADA; }
    footer {
        clear: left;
        color: #FFF;
        background: #033D53;
        font-size: small;
        font-weight: bold;
        text-align: center;
        padding: 1%;
        border-radius: 0 0 12px 12px;
    /**text styles**/
    p {
        margin: 0 0 1.5em 0;
        padding: 0;
        font-size: 1em;
    /**header text**/
    h1 {
        margin: 0;
        padding: 0.5em 1% 0;
    h2 {
        margin: 0;
        padding: 0 1%;
        font-style: oblique
    h3 {
        margin: 0;
        padding: 0;
        font-size: 1.5em;
        color: #09F;
    </style>
    </head>
    <body>
    <header> <h1>Site Name</h1> <h2>Some Pithy Slogan</h2>
    <!--begin top menu-->
    <nav>
    <ul>
    <li><a href="#">ABOUT US &#9660;</a>
    <ul>
    <li><a href="#">Videos</a></li>
    <li><a href="#">Newsletter</a></li>
    </ul>
    </li>
    <li><a href="#">PRODUCTS &#9660;</a>
    <ul>
    <li><a href="#">Broken Glass</a></li>
    <li><a href="#">Mosaic Tiles</a></li>
    <li><a href="#">Adhesives</a></li>
    <li><a href="#">Grout</a></li>
    </ul>
    </li>
    <li><a href="#">ACCESSORIES &#9660;</a>
    <ul>
    <li><a href="#">Gloves</a></li>
    <li><a href="#">Rubber Mallets</a></li>
    <li><a href="#">Sponges</a></li>
    <li><a href="#">Safety Glasses</a></li>
    </ul>
    </li>
    <li><a href="#">CONTACT</a></li>
    </ul>
    </nav>
    <!--end top menu-->
    </header>
    <article>
    <h3>Main Content goes here...</h3>
    <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi! Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.</p>
    </article>
    <!--3-columns-->
    <section> <h3>Heading 3</h3>
    <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi! Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.</p>
    <ul>
    <li><a href="#">some link</a></li>
    <li><a href="#">some link</a></li>
    <li><a href="#">some link</a></li>
    </ul>
    </section>
    <section>
    <h3>Heading 3</h3>
    <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.
    Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.
    Aenean tristique enim ut ante dignissim. </p>
    </section>
    <section>
    <h3>Heading 3</h3>
    <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis.  Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius.  Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    </section>
    <!--end 3-columns-->
    <footer>
    <address>
    Company address . Phone . Fax
    </address>
    <small>&copy; 2014 SiteName. All rights reserved</small>
    <p> </p>
    <p> <a href="http://jigsaw.w3.org/css-validator/check/referer"> <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
    alt="Valid CSS!"> </a> <img src="http://www.w3.org/html/logo/badge/html5-badge-h-css3-semantics.png" height="31" alt="Valid HTML5"></p>
    </footer>
    </body>
    </html>
    Nancy O.

  • Hi, My places.sqlite file size is 30,720 KB have I reached the maximum size, is there even a maximum size for this. Visited links are no longer changing color.

    Hi,
    My places.sqlite file size is 30,720 KB have I reached the maximum size, is there even a maximum size for this.
    Suddenly the visited links are no longer changing font color, as I am preparing for an exam I need visited questions to change color, to keep track of questions that I have finished. But if I delete a few days of history then again,a few more visited links change color then again it stops, so it seems something is getting full and not able to accommodate any more? Why are my visited links no longer changing color after a certain number of visits? I do have a back up of the places.sqlite file. So I have tried everything from deleting the profile, uninstalling reinstalling, creating a new profile, then copy pasting places.sqlite etc, but as mentioned after a few visits, visited links no longer change color, if I delete a few days of history then again a few visits will again change color and then stop again, so what should I increase so that my visited links quota is increased, I have also tried tweaking about:config and it has had no result. Although I was not really confident that increasing brower.history_max _pages (don't remember exact name, but I am sure you get the idea) is going to help.
    Seems as though my visited links change color, quota is full and only if I delete a few days of history will I get a few more visited links to change color. Can somebody shed some light? As mentioned my places.sqlite file size is 30,720 KB so I think perhaps this has something to do with this? Would really appreciate if someone could help. Thank you.

    There is no maximum for the places.sqlite database and other SQLite database files like I wrote above.<br />
    All SQLite database file have fixed minimum sizes and if they run out of space they are automatically increased in size with a specific chunk size. For places.sqlite this is 10 MB for the minimum and for the chunk.
    *Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE

  • Can anyone tell me why a picture would change color when I try to download/upload it?  It is the exact same picture- chosen the same way and when it goes to any other program it changes the color (I've tried canvas on demand and mpixpro.  I've also tried

    Can anyone tell me why this picture changes color when I try to download/upload it?  It is the exact same picture I have taken from the same location.  The image on the left is via preview and the image on the right is what is shows like when I try to download it.  I have emailed it to myself and it shows fine on the computer and in CS4, but when I look at the download via my phone or on another computer it shows the wonky color on the right.  I have checked the color space shows RGB/8 bit.  Any ideas why or how to fix it?  It isn't with any one specific session.... and I've tried it on both my desktop and my laptop- saved image to an external hard drive and to drop box.  I've tried sending the image to canvas on demand, my email, mpxipro, POST editing- all the same result.  Please HELP!!  What am I doing wrong?

    Most of the time you see something like that. The image in question has a color profile other then sRGB. Some image viewers/displayers are color managed and others are not.  So the image do not look the same in all of the applications you use. So colors seem to change.
    Try converting it to sRGB color and see if then looks the same all around. Also I think PC and Mac displays are set to different gamma something like 1.8 and 2.2
    Though I'm colorblind I even see color variations.

  • Visited links no longer change color?

    my visited links in  search have suddenly stopped changing color? how to get back to color after visiting?

    I had this problem (or similar). Links changed color as I clicked them, but if I reload the page with all the links, they're all back to "unclicked". None of the above fixes helped.
    Things started behaving properly after I disabled all add-ons (and removed ones that were outdated), then re-enabled them one at a time. I can't get the problem to reoccur, so I don't know exactly what add-on was causing it.

  • When I visit a link the color does not change, and if it does, it reverts to the unvistied color in a day.

    When I visit a site the color of the link seldom changes to the color I have selected. also even when it does change, it reverts to the unvisited color in a day or so.

    Hi.
    That is happening (most likely) because Firefox is not storing your browsing history for long, or at all. Go into Tools > Options > Privacy and make sure the configurations are set as you want them to be. If they are, it's likely you have some security software that's erasing your Firefox's history (and possible other browsers' if you have them installed). The most likely suspects are antiviruses, firewalls and security suites, but clean-up utilities like CCleaner are also capable of cleaning Firefox's browsing history and other personal data. Make sure you don't have them configured to do so.
    I should remind you, however, that some sites (they are rare, though) don't have their links change color when visited. That happens only when their authors deliberately make them not change the colors. You can force websites to use a color scheme of your choice by going into Tools > Options > Content > Colors... and unticking "Allow pages to choose their own colors". You can also configure the color scheme in that screen.
    I hope this helps.

  • 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.

Maybe you are looking for

  • I am in Florida with my iPad, find my iPad says I am in Chile. What is the problem?

    Find my iPad says my location is Chile. I am currently using it here in Florida. My friends also say my location is Chile. Any solutions?

  • Encoded emails doesn't work into library objects

    I use extensions like ultimailto or superemail to encode emails in order to avoid spam. However they don't work when you put those links into library object. They work if you put the code alone in the page. I wonder why and how to make those work in

  • "quick Look Helper (32bit)" java se6 runtime

    hi everyone, i have just upgraded to Mountain Lion, everything is working as it was before, EXCEPT when i visit the Apple Store i keep getting this window pop up, i dont understand what it is all about, but so far i have always declined to Install it

  • MacBook Pro Doesn't Even Notice USB Flash Drive

    I want to get this USB Flash Drive I have to work. It's a Memorex Mini TravelDrive 2GB. It works perfectly fine on a PC, but doesn't do anything on a Mac. I tried formatting it a couple different ways, nothing. It doesn't show up in the Disk Utility.

  • UWL - is it possible to hide tasks

    Hi, we have different tasks shown in the UWL in our portal. But there are a view tasks (the EIC generates) which we want to hide. We already have these task-numbers (TSxxx) deleted from the XML-file (system configuration - Universal Worklist Configur