Personas have no hover effect.

I was going through my programs and features list unistalling a lot of programs I don't use. I am now unable to see a preview of personas. What do I need to download in order for them to work again?

Previewing a persona only works on sites that are whitelisted via an allow exception.<br />
Tools > Options > Security : "Warn me when sites try to install add-ons": Exceptions<br />
Make sure that you do not use [[Clear Recent History]] to clear the 'Site Preferences'.<br />
See http://kb.mozillazine.org/Themes#Lightweight_theme

Similar Messages

  • Is it possible to have a hover effect easing out on multiple images when hovering on others?

    Im trying to use four small images to create a large image by using a hover effect. However when i hover over an image for instance 3 of 4, after hovering over 1 and 2, number 1's ease-out effects snaps back to the background image, rather than continuing to ease-out. Which i do not want. Is it possible to have numerous ease-out effects working at the same time? Using CSS.

    Could you show us a bit more of what you've done so far?
    I'm not sure I understand the desired result.
    Can you put your files online somwhere?
    Thanks

  • Hover Effect in Top level navigation in Portal 7.3

    Hi All,
    We have achieved hover effect till 3 levels in Portal 7.3
    We have tried to implement 4th level,but we are facing issue
    Kindly help me to implement 4 level hover effect in portal 7.3 (EHP6).
    Please find the attached CSS and JSP file for 3 level hovering and 4 level hovering in which we are facing the above issue.
    Regards,
    Sarita Agrawal

    Hi Sarita,
    I have pretty much followed your approach. But in the drop down top level navigation works wiredly & doesn't pick up the value as desired. I have similar need where the TLN has to be extended till 4 level, could you point me right direction where is it going wrong?
    For 3-levels:
    <ul>
        <nav:iterateInitialNavNodes>
           <li id='l0'>
                 <nav:navNodeAnchor navigationMethod="byEPCM" />
                        <nav:ifNavNodeHasChildren>
                          <ul>
                            <nav:iterateNavNodeChildren>
                               <nav:ifNavNodeHasChildren>
                                           <li  id='l1'>
                                                   <nav:navNodeAnchor navigationMethod="byEPCM" />
                                                          <ul>
                                                        <nav:iterateNavNodeChildren>
                                                               <li  id='l2'>
                                                                       <nav:navNodeAnchor navigationMethod="byEPCM"/>
                                                               </li>
                                                        </nav:iterateNavNodeChildren>
                                                    </ul>.
                                            </li>
                               </nav:ifNavNodeHasChildren>
                               <nav:ifNotNavNodeHasChildren>
                                            <li id='l3'>
                                                      <nav:navNodeAnchor navigationMethod="byEPCM"/>
                                            </li>
                               </nav:ifNotNavNodeHasChildren>
                      </nav:iterateNavNodeChildren>
             </ul>
           </nav:ifNavNodeHasChildren>
            </li>
       </nav:iterateInitialNavNodes>
    </ul>
    Thanks and Regards,
    Sumanth

  • Do you have to add effects to Logic Pro X loops when mixing a song?

    Hi everyone,
    I have a question that has been puzzling me and I cannot seem to find an answer for! I have searched high and low on the internet and still cannot find the answer and so I would be grateful to everyones help with this issue.
    My question is that you hear so much about the fact that when you are recording and mixing a track that different instruments for example the Bass Drum and the Bass guitar occupy similar frequencies and we are told that this is why you have to add effects to these instruments when mixing but what I want to know is are they talking about just organic instruments like real drums and a real bass guitar that you manually play and record to Logic Pro X`s audio tracks? Or should you treat the Loops exactly the same? And should you also add effects to the Logic Pro X loops when you are mixing those specific tracks?
    For example if I add a Drum Loop or Bass Loop to a project and then start mixing the song should I add any effects for example EQ, Compression to these Loops? And what would be the best effects to add to the Bass and the Drums when mixing to help them stand out in the mix?
    Many thanks.

    Jamiesroom wrote:
    ... when you are recording and mixing a track that different instruments for example the Bass Drum and the Bass guitar occupy similar frequencies and we are told that this is why you have to add effects to these instruments when mixing ...
    Whoever told you that overly generalized rule, please stop listening to that person .
    The way you post your question (and they are good questions) points out a big problem nowadays. There is so much cookie cutter solutions out there like if you have this, then use that, if you want to get this sound, press that button. The problem with that is that you you often have no idea why you are doing that in the first place.
    Let me give you a simple example about gardening (sorry about that). If I grow tomatoes and look up on the internet how often to water them, I can find an answer "water the tomatoes once a week". I might do that and result is that the tomatoes will die. What I didn't take into account is that the advice was given from someone growing tomatoes in Russia, and I live in California where I might need to water them once a day. So, the answer you are looking for is not "how often to water the tomato", instead you have to learn how much water, depending on your climate, the tomato needs"
    Your music is the tomato. So the question is not what button to press (how often to water), but what button needs to be pressed, depending on your specific recordings (your climate).
    If your bass drum and and bass guitar are more further apart frequency wise, then there might be no need to EQ them, it depends
    Nobody should or could tell you what to do, unless he or she sits next to you at the mix and "hears' what is going on and what needs to be done.
    Don't get me wrong, I don't say that there is a lot of great advice and general guidelines out there. The problem is when you apply that blindly without knowing a little bit why that advice is give and how to apply that, or if it applies to your situation at all.
    In addition: The skills and knowledge about the theory is as important as the skills and experience of listening and judging your recording/mix and decide what action to take.You have to learn what to listen to and what you hear. If you don't know how distortion sounds then you miss out on fixing that issue. If you don't know how a pumping compressor sounds, then you miss out on fixing that issue.
    I think you get the idea
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Trying to do this cool hover effect with CSS only...

    I've got 'img' thumbnails that are sometimes positioned
    absolutely,
    sometimes relatively, but aren't individually contained in
    anything, like so
    <a href="#">
    <img src="image1.png" width="100" height="150" border="0"
    class="tn" />
    </a>
    <a href="#">
    <img src="image2.png" width="100" height="150" border="0"
    class="tn" />
    </a>
    Now, I've already brought up the limitations of PNG on IE
    (namely, even if
    you "fix" PNG support on IE, IE will flatten your alpha
    channels and strip
    the individual pixels' transparency levels before overriding
    them with a
    single common attribute). This limitation makes it impossible
    for me to do a
    simple 90%-to-100% hover effect to "highlight" the thumbnail
    on mouseover.
    Micha recommended placing normal a highlighted versions of
    the same
    thumbnail inside and outside the viewport, and swapping them
    on mouseover.
    However, that would double the amount of image data being
    sent to the user.
    So what I thought to do, instead, is superpose a standalone
    PNG of a small
    spotlight, OVER the original thumbnail, on hover. Because it
    would be the
    same PNG being superposed over each thumb being hovered over,
    the amount of
    image data being sent to the user wouldn't be all that
    different.
    Would I need javascript for this, or can it be done with CSS
    only?
    Again, it would be the same spotlight.png file being
    superposed on images on
    mouseover, and it wouldn't be a big deal if the image bled
    over surrounding
    images (it would actually make it look more real).
    Thanks.

    say wha???
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > Nobody can disagree with that analysis, but a LOADING
    page would do
    nothing
    > to help with this, doncha know?
    >
    > --
    > 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
    > ==================
    >
    >
    > "Nancy O" <[email protected]> wrote in
    message
    > news:[email protected]...
    > > Sprite images are a tad smaller in filesize than
    the sum of their
    > > individual
    > > parts. As you say, Murray, it's marginal. But the
    real *efficiency*
    > > comes
    > > from fewer server requests to load multiple images.
    Once the sprite has
    > > loaded, there is no perceivable delay on hover - as
    there often is with
    > > conventional image swapping. Finally, since the
    substitution effect is
    > > pure
    > > CSS, there's no need for JavaScripts which can add
    weight to a page.
    > >
    > >
    > > --Nancy O.
    > > Alt-Web Design & Publishing
    > > www.alt-web.com
    > >
    > >
    > > "Murray *ACE*"
    <[email protected]> wrote in message
    > > news:[email protected]...
    > >> By their nature, sprites are larger
    dimensionally than the individual
    > >> images, so the savings would be marginal, I
    think. What I mean by that
    > >> is
    > > a
    > >> simple rollover sprite would be the same size
    as the combined up and
    over
    > >> images, placed adjacent to each other, no?
    > >>
    > >> --
    > >> 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
    > >> ==================
    > >>
    > >>
    > >> "Nancy O" <[email protected]>
    wrote in message
    > >> news:[email protected]...
    > >> >< Micha recommended placing normal &
    highlighted versions of the same
    > >> > thumbnail inside and outside the viewport,
    and swapping them on
    > > mouseover.
    > >> > However, that would double the amount of
    image data being sent to the
    > >> > user.>
    > >> >
    > >> > Not if you use a sprite. Have a look at
    this CSS Sprite Demo.
    > >> >
    http://alt-web.com/CSS-Sprite-Demo.html
    > >> >
    > >> >
    > >> > --Nancy O.
    > >> > Alt-Web Design & Publishing
    > >> > www.alt-web.com
    > >> >
    > >> >
    > >> >
    > >> > "Mike" <[email protected]> wrote in
    message
    > >> > news:[email protected]...
    > >> >> I've got 'img' thumbnails that are
    sometimes positioned absolutely,
    > >> >> sometimes relatively, but aren't
    individually contained in anything,
    > > like
    > >> > so
    > >> >> :
    > >> >>
    > >> >> <a href="#">
    > >> >> <img src="image1.png" width="100"
    height="150" border="0"
    class="tn"
    > > />
    > >> >> </a>
    > >> >> <a href="#">
    > >> >> <img src="image2.png" width="100"
    height="150" border="0"
    class="tn"
    > > />
    > >> >> </a>
    > >> >>
    > >> >> Now, I've already brought up the
    limitations of PNG on IE (namely,
    > >> >> even
    > >> >> if
    > >> >> you "fix" PNG support on IE, IE will
    flatten your alpha channels and
    > >> >> strip
    > >> >> the individual pixels' transparency
    levels before overriding them
    with
    > > a
    > >> >> single common attribute). This
    limitation makes it impossible for me
    > >> >> to
    > >> >> do
    > >> > a
    > >> >> simple 90%-to-100% hover effect to
    "highlight" the thumbnail on
    > >> >> mouseover.
    > >> >>
    > >> >> Micha recommended placing normal a
    highlighted versions of the same
    > >> >> thumbnail inside and outside the
    viewport, and swapping them on
    > >> >> mouseover.
    > >> >> However, that would double the amount
    of image data being sent to
    the
    > >> > user.
    > >> >>
    > >> >> So what I thought to do, instead, is
    superpose a standalone PNG of a
    > >> >> small
    > >> >> spotlight, OVER the original
    thumbnail, on hover. Because it would
    be
    > > the
    > >> >> same PNG being superposed over each
    thumb being hovered over, the
    > > amount
    > >> > of
    > >> >> image data being sent to the user
    wouldn't be all that different.
    > >> >>
    > >> >> Would I need javascript for this, or
    can it be done with CSS only?
    > >> >>
    > >> >> Again, it would be the same
    spotlight.png file being superposed on
    > > images
    > >> > on
    > >> >> mouseover, and it wouldn't be a big
    deal if the image bled over
    > >> > surrounding
    > >> >> images (it would actually make it look
    more real).
    > >> >>
    > >> >> Thanks.
    > >> >>
    > >> >>
    > >> >
    > >> >
    > >>
    > >
    > >
    >

  • Hover effect without it actually being a link?

    I have some text that displays more text when you click on
    it, and FAQ script. To help users know that it will do something I
    wanted to make it act like the other links on my page that bold
    when you mouse over them. I achieved this by putting a # for a link
    location. Worked great but then I realized that its now refreshing
    the page bumping you up to the top and loosing your spot.
    Is their away to to get the hover effect without it actually
    being a link?
    http://www.ewdcorp.com/services_environment.html

    "c-fqgy" <[email protected]> wrote in
    message
    news:fqrsg8$t82$[email protected]..
    > Hi Tierry,
    > Well that?s disappointing to hear! I actually tried
    working with your
    > script
    > when I first went looking for an FAQ style toggling menu
    but at the time I
    > couldn't get it to work. I think at the time it was just
    intimidating to
    > me
    > because I didn't fully get it. Since working with this
    other script,
    > through
    > trial and error I think I have a better grasp of how it
    works and reading
    > your
    > article seems far more straight forward (not that it
    wasn't before).
    > Anyways I
    > will take your suggestion and hopefully be able to fix
    my error.
    >
    > Just to be clear though, do you mean I should reconsider
    my sites
    > construction
    > because I have surrounded it with extra formatting crap
    or is it actually
    > the
    > way the actual Javascript that I have in my head tags
    that isn?t correct?
    To be honnest with you I don't know about your site
    construction, I only
    peeked at your DT, that's why I pasted the following in my
    previous post:
    <dt class="text_body" style="cursor: pointer;">
    <span style="font-family: monospace;"></span>
    <img width="11" height="8" alt=""
    src="images/Bullet.jpg"/>
    <u>
    <a href="#">Contaminated Site Remediation Design and
    Management</a>
    </u>
    </dt>
    The inline styles and the empty span are not "elegant", but
    that's ok. The
    problem is that a DT cannot contain a UL and a UL cannot be
    LI-free.
    Also, you have BR elements between your DTs/DDs if I recall
    and that's not
    kosher either.
    Thierry
    Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    Keep your markup *clean* with these DW extensions and
    scripts:
    http://www.divahtml.com/products/scripts_dreamweaver_extensions.php

  • Hover Effect Follows My Mouse Everywhere After it's Loaded

    Hi,
    I've created the hover effect in a movie clip (called
    characters_mc) and placed it on another movie clip (main_mc) and
    this main_mc is placed on my main timeline. I would like the hover
    effect to display only on the characters_mc but the hover effect
    applies to everything else on the scene (when the characters_mc is
    loaded). The hover effect follows my mouse after the characters_mc
    is loaded.
    Here is the AS I have placed on the main_mc:
    b1.onRollOver = function() {
    _root.captionFN(true, "pick me!", this); //display the
    function (true) or to hide the function (false)
    this.onRollOut = function() {
    captionFN(false);
    b2.onRollOver = function() {
    _root.captionFN(true, "Hi!", this);
    this.onRollOut = function() {
    captionFN(false);
    b3.onRollOver = function() {
    _root.captionFN(true, "Get Jac'd Up!", this);
    this.onRollOut = function() {
    captionFN(false);
    b4.onRollOver = function() {
    _root.captionFN(true, "Boo!", this);
    this.onRollOut = function() {
    captionFN(false);
    b5.onRollOver = function() {
    _root.captionFN(true, "I'll be your guide", this);
    this.onRollOut = function() {
    captionFN(false);
    b6.onRollOver = function() {
    _root.captionFN(true, "Welcome!", this);
    this.onRollOut = function() {
    captionFN(false);
    _root.captionFN = function (showCaption, captionText, bName)
    if (showCaption) {
    createEmptyMovieClip("hoverCaption",
    this.getNextHighestDepth());
    cap.desc.text = captionText;
    cap._width = 7*cap.desc.text.length;
    cap._alpha = 75;
    if ((bName._width+bName._x+cap._width)>Stage.width) {
    xo = -2-cap._width;
    yo = -17;
    } else {
    xo = 2;
    yo = -17;
    hoverCaption.onEnterFrame = function() {
    cap._x = _xmouse+xo;
    cap._y = _ymouse+yo;
    cap._visible = true;
    } else {
    delete hoverCaption.onEnterFrame;
    cap._visible = false;
    Any help would be greatly appreciated. I know other related
    topics have been posted and I have read them, but nothing seems to
    help my problem. Sorry if this seems redundant but I would really
    appreciate any help or advice.
    Thanks

    Have you tried resetting the PMU?
    The PMU (Power Management Unit) controls trackpad function, so resetting it often helps when the trackpad isn't working (or isn't working right).

  • Changing list item limit has broken row hover effect

    I have created a list and really like the way when you move your mouse of the an item the row highlights, the list I have has about 80 items and I wanted to show them all on the same page so I changed the item limit of the list to 80.
    The problem is now the blue row hover effect is not working, how do I bring it back?

    "tr" with the attribute of "ms-itmhover" (tr.ms-itmhover) looks like the best bet... especially because of its name.
    When the item limit is 49 or below, the class for the tr is 'class="ms-itmHoverEnabled ms-itmhover"'. When 50 and over, the class is just 'class="ms-itmhover". So maybe a better solution is to use jQuery to find tr.ms-itmhover and
    add  ms-itmHoverEnabled.
    Mike Smith TechTrainingNotes.blogspot.com
    Books:
    SharePoint 2007 2010 Customization for the Site Owner,
    SharePoint 2010 Security for the Site Owner

  • CSS mouseover image hover effect in iWeb?

    I've been trying to create an image hover effect when placing the mouse over an image or clicking on the image on my website made in iWeb. The only problem is that the HTML widget doesn't allow the image hover effect to only activate when the mouse is over the widget and not the image. If anyone know some simple code I could put into my website's HTML file, it would be great. It actually doesn't have to be a hover effect, the image just has to change on mouseover.
    My website is temporarily located here: http://dl.dropbox.com/u/19707357/Website/Chocoa/tavlen.html

    I referred you to that page to see if the effect was what you wanted! The examples use javascript.
    You originally asked for CSS and its better to use this since the browser only has to load one image instead of two.
    Here's an example of a rollover using CSS and a sprite...
    http://www.iwebformusicians.com/iweb-snippets/sprite.html

  • Simple icon hover effect

    Hi All,
    I am using simple  icon hover effects from codrops but they have limited icons ie i am using another font icon with same format but font is missing.
    Please help for the same
    WEBLINK
    Reference LINK
    Simple Icon Hover Effects | Codrops
    http://astronautweb.co/snippet/font-awesome/

    I don't know if this helps but on Line #9 of your HTML code, you have a <head> tag that belongs on line #3.
    Nancy O.

  • I need to create a mouse hover effect on this map?

    I need to create a mouse hover effect on this map.
    Where the areas in (yellow or blue) will highlight or change color as the mouse lays on top. I have tried many things I dont seem to get it to work. Can someone help me?
    Link: http://sawpm.businesscatalyst.com/plan-de-ventas.html

    Hi there.
    You'll need to place something on top of it and play with opacity.
    - Imagine you have an inverted color version of your building A in a clipped-transparent PNG - it has to be the exact size, so it fitts nicely
    - Then you put that PNG on top of your map on the exact location of your building A
    - Convert it to a symbol
    - Inside the symbol:
      - Put a trigger at 0ms and 500ms with the following code: sym.stop();
      - Create an animation (with your building A image) with, say, 250ms, were it begins at 125ms with 0% opacity and at the end - 375ms - with 100% opacity. Put a label in the begining (250ms) saying mouseover and another at the end (350ms) saying mouseout
    - Click on the actions  of the building A image (the one with the inverted color or something similar) and choose "mouseover". write the following code: sym.play('mouseover');
    - Go to the actions again, choose "mouseout" and write the following code: sym.play('mouseout');
    That's basically it.
    pmfr

  • Text / Image Hover Effects

    I am having trouble trying to figure out how to create a
    hover effect, that when you hover over some text, a Image will show
    up in a seperate
    table / cell. I have been able to map hover effects to
    specific places / positions, but I can't figure out how to get it
    to show up in a specific cell. To top it off I need to beable to
    get several images to show up in different cells when you hover
    over one piece of text.
    I am open to almost anything that can accomplish this, Java
    Script, PHP, CSS, etc.

    On Fri, 8 Dec 2006 05:27:10 +0000 (UTC), "Stupidav"
    <[email protected]> wrote:
    >I am having trouble trying to figure out how to create a
    hover effect, that
    >when you hover over some text, a Image will show up in a
    seperate
    table /
    >cell. I have been able to map hover effects to
    specific places / positions,
    >but I can't figure out how to get it to show up in a
    specific cell. To top it
    >off I need to beable to get several images to show up in
    different cells when
    >you hover over one piece of text.
    >
    > I am open to almost anything that can accomplish this,
    Java Script, PHP, CSS,
    >etc.
    It's called a disjointed rollover. If you Google that term
    you'll find
    lots of tutorial help. This is one:
    http://www.dwfaq.com/tutorials/basics/disjointed.asp
    Good luck.
    Steve
    steve at flyingtigerwebdesign dot com

  • Is it possible to have your whole family on one apple id or is it better to have each person have there own? If each has their own does each id have to buy their own music and apps? How does find my iphone work with one apple id or two?

    Is it possible to have your whole family on one apple id or is it better to have each person have there own? If each has their own does each id have to buy their own music and apps? How does find my iphone work with one apple id or two? also I am going to be going off to college soon should I make an itunes id for my self and how will I get all the music from the old id?

    Is it possible to have your whole family on one apple id or is it better to have each person have there own?
    Yes, it is possible. 1 apple ID can be associated with up to 10 devices.
    If each has their own does each id have to buy their own music and apps?
    Yes, all purchases are non-transferable.
    How does find my iphone work with one apple id or two?
    Every device associated with one apple ID through Find my iPhone is tied to that Apple ID; Find my iPhone will work in the same way with up to ten devices associated with one apple ID. You cannot enable Find my iPhone for one device across two apple IDs
    I am going to be going off to college soon should I make an itunes id for my self and how will I get all the music from the old id?
    If you have authorized a computer with the old apple ID, you can transfer old media purchased through the old to other devices via iTunes. This doesn't mean the media purchases through the old apple ID it transferred to the new account. If you plan to make future purchases and don't wish to share them with others, make your own apple ID.

  • Hover effect not shown in design view

    Is there a setting that will allow me to see the hover effect I created in CSS? The cursor doesn't even turn to a hand so I imagine that cursor effects probably don't work either.
    Is there a setting or something so I can see them? Right now I open Homesite and view it there.
    I also noticed that Ctrl+B doesn't make selected text bold/strong nor Ctrl+I italic. Is that another setting?
    I love Dreamweaver because it hjas enhanced some Homesite stuff but the things it dropped are frustrating.
    Thanks for your help!

    To see rollovers, hover effects, etc.. you need to save your page (Ctrl+S) and Preview in Browser.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • I have downloaded After Effects via the creative cloud, however it still asks me for a serial number, and I cannot log in to the licencing site.

    I have downloaded After Effects via the creative cloud, however it still asks me for a serial number, and I cannot log in to the licencing site.
    Please help

    Jodie84,
    I have just checked your account and found that you indeed have bought a Creative Cloud for Teams subscription but you have assigned the single seat to another user hence you ( If you are using your own Adobe ID ) are getting the trial error message.
    Two options : Either reassign the seat to your self or add an additional seat and invite your self in the same Team.
    Cheers,
    Kartikay Sharma

Maybe you are looking for

  • [svn:fx-3.x] 5687: Flex Framework Bug Fix

    Revision: 5687 Author: [email protected] Date: 2009-03-27 16:27:38 -0700 (Fri, 27 Mar 2009) Log Message: Flex Framework Bug Fix SDK-14684 Un-hardcode the 10 digit limit in PhoneNumberValidator Added a minDigits property to PhoneNumberValidator. Added

  • Imadmin domain purge behaving erratic

    We are facing problems while deleting a domain created through the delegated admin. it is saying container already exists while purging the domain through the command line, 1.after deleting all the users and groups from that domain. 2.after giving th

  • When I come in this morning, Firefox would not connect to the Internet.

    When I come in this morning, Firefox would not connect to the Internet. The pop up read "Unable to connect. Firefox can't estabish a cennection to the server at...." I opened Explorer, and it worked fine. I removed and reinstalled Firefox, it still w

  • Text appears as scrabbled letters and some newspaper text is disappearing

    There are two main websites that are giving me problems. Both are websites that I use every day and one is a Canadian newspaper. The problem is that the text has disappeared/been replaced by gibberish, just letters or numbers. I don't know if the the

  • 3D ELEMENT PROBLEM !

    Helo every one what i have is a problem with the element 3D plug in i have whatched all videos and still have the same !! i m in a laptop with two graphics card ! intel and amd radeon 6470M please help me !