Quiz hover background question

How or where do I remove this ugly standard background on the quiz questions? This is the standard dark grey that captivate places on the quizes.
See below

I agree this may be seen by some clients as ugly but unfortunately it's not configurable in Cp 5.5.
You may like to join the queue of people that are asking for this to be configurable in Cp 6.  Log an enhancement request on this forum via the Wish List link on the right side when you are at the entry point.

Similar Messages

  • Hover background bug in IE?

    I am going spare. At one point my code was looking pretty
    good. Now it is all completely in a muddle. By trying to put hover
    backgrounds on my links, the whole positioning is out.
    Problems:
    1. Why do my borders not line up in Safari, on my nav bar.
    2. Why does the side borders of my nav bar go to far down on
    IE
    3. Why does the hover background only work on MAC - is there
    a code to get around this for IE
    4. How can I make the text change color on hover when I am
    hovering the relevant li and not when I am just hovering the text.
    Many questions - someone needs to help a novice!!!! Anyone?
    http://www.lollypopsandpolkadots.com/
    Thank you in advance

    Hello,
    The IE will do some code compiling on page load and will
    remove some of the attributes that have an invalid syntax from the
    DOM. Because of this when the Spry will start evaluate the page the
    Spry placeholders don't exists anymore and Spry can't replace them
    with the actual data.
    I'm not yet very clear why the page works without that meta
    description. A thing yo can try is to change your code to this:
    <td style="background:url('{img}') repeat-x left
    top"><img src="{img}" /></td>
    because the {} are illegal in CSS
    Cristian

  • Table content hover, background color change

    How can I achieve this background color hover effect? Like the table on this page:
    http://uconn.edu/holiday/teams.html

    jr4292 wrote:
    How can I achieve this background color hover effect? Like the table on this page:
    http://uconn.edu/holiday/teams.html
    If you want all your links to have the same effect then put this code in your style sheet:
    a:hover {
        background:#73D5FC;
        border:1px solid #DDDDDD;
    Good luck.

  • Linked Image with CSS Hover background Color Jerks in IE8

    Please see http://www.rrmuseumpa.org/about/musviews/index.shtml and hover over any of the five slideshow images, using IE8. Note that the hover causes a jerk when the assigned background color for hover kicks in, apparently by adding some vertical margin at botton. It's fine in all other browsers.
    What I want is for any image that serves as a link to not have a border and to not pick up the default hover background color, and to not cause the "jerk" in IE8.
    CSS file is at http://www.rrmuseumpa.org/css/main.css . Specific css would be most appreciated.
    Thanks.
    Jim

    The very last style rule states
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;
    color: #FFF;
    This is a white backgorund and white text. Simply change the background colour to #2565B2
    Gramps

  • How do I know quiz results per question using Javascript

    We have some quizzes in Captivate and we would like to extract quiz results per question so that we know which question the user did correct and which one was incorrect. The requirement is that we do not want to code inside Captivate as the Captivate movies are provided by the users, so all code needs to be done would be in Javascript on the HTML page.
    Any ideas are welcome.
    Thank you
    Kirmani

    Have a look at Jim Leichliter's blog site. Lately he published a video course about using JS in Captivate, that could be useful.
    http://captivatedev.com/2014/01/02/javascript-video-series-adobe-captivate-7/
    Lilybiri

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

  • Animated Background Question

    Hey,
    Ok, I wasn't sure if this was the right section but I am trying to learn how to create an animated light effect over a web image. I guess the easiest way to explain what I am looking to do is provide an example.
    I want to add the moving bubble lights over my web image like on this website. http://www.yannanderson.com/
    Was this created in Photoshop or is it a flash animation?
    Any help or suggestions would be greatly appreciated.
    Thanks in advance.

    hi, you speak about my website it's an AJAX website, but the bubbles animation is javascript powered... it's a simple scrit that i have purchased here :
    http://codecanyon.net/item/background-3d-parallax/1154837
    if you have other question, please write me here [email protected] and for subject you write YOUR WEBSITE YANN ANDERSON..................... ok ? i hope this message will help you

  • Spry menu how to different hover background for submenu options??

    Hi
    CS4 dreamweaver, Spry menu.
    I am trying to design a spry horizontal menu such that the main menu bar boxes accross the top all share a background image and a hover image.
    I would like all the boxes in the dropdown area to share a diferent background and hover image.
    My problem is in the hover styles. In particular, when the main menu bar accross the top has an option that is not a submenu.
    The target css rule is "ul.MenuBarHorizontal a:hover" and is used for any link that resides on the menu bar as well as for links that reside in the dropdown area. I wish to distinguish (via background image, and background hover image) the two types of buttons.
    The other challenge is that my menu is dynamic and is using a spry dataset to drive it.
    I guess i need a  "ul.MenuBarHorizontal ul li a:hover" or something like that.
    I hope that i am explaining myself.
    Anyone run into this?
    Thanks
    Jerry C

    Hi - I just read
    The other challenge is that my menu is dynamic and is using a spry dataset to drive it.
    Some time back I did the same for a number of websites - and then realised that search engines dont read the data. ie - the links and they could not be followed since they needed to be generated on the fly in the browser.. So as a result, Google was not going thru my nav menu links.
    I then changed to another method (PHP / MySql) for my dynamic menus.
    My menu system has some extra CSS to style the subnavs and the currently selected page.
    Just my 2bobs worth. Hope it is of some use..

  • Making a link hover background

    I have a side navigation with six links. To each link I assinged a different class so it could have a separate background. (I used background images instead of making the links themselves into images, thus making the site easier to read for the visually impared.) Now I want to make a different background for each link upon mouse hover. What do I attach to the CSS code to do this? I know I need a compound rule, I just can't figure out what to specify to it. I'll give the line of code for one link if that helps:
    .container .body .sidebar1 .nav li .videogallerylink

    Torkuda1234 wrote:
    "Or do you want every single individual link to have its own unique background on hover?"
    Yes, that!
    So use the technique shown in Nancy's link by applying a unique class to each link and applying the CSS
    from the CSS
    .nav li a.link1:link, .nav li alink1:visited {
        background-image: url(../images/photo%20link.jpg);
    .nav li a.link1:hover, .nav li a.link1:active {
        background-image: url(../images/IMAGE-ON-HOVER.jpg);
    .nav li a.link2:link, .nav li alink2:visited {
        background-image: url(../images/photo%20link.jpg);
    .nav li a.link2:hover, .nav li a.link2:active {
        background-image: url(../images/SECOND-IMAGE-ON-HOVER.jpg);
    from the HTML
    <ul class="nav">
            <li><a href="#" class="link1">Photo Gallery</a></li>
            <li><a href="#" class="link2">Another link</a></li>
          </ul>

  • Retake quiz - only failed questions?

    Hi,
    I have Captivate 4, and was wondering if you can set the quiz to retake only the failed questions.
    I have a 40 random question quiz, with a pool of around 60 questions, and want the learner to retake the questions they answered wrong only, not have to sit through all 40 questions again. Is this possible?
    If not, will it be possible in the new Captivate 5?
    Thanks for your help.

    Still been searching, no luck so far. I take it since people have been looking and no replies that it probably can't be done. Hopefully someone out there knows a work around or something for this.

  • Quiz of random questions

    i have made a question pool of some 30 questions various
    types.... fill in the blanks, matching, multiple choice etc
    now i want to create a quiz of some random 10 questions....
    one question on each slide. at the end i want the result to be
    declared.
    now what i do is create a new slide with random quiz and it
    creates one question from the pool and declare result. i dont want
    that. what do i do.

    Hi Nicky
    I'm a bit confused. I thought you said you *wanted* to
    present ten random questions. If that's what you want, that's how
    it's done. You declare a pool, add questions to the pool, then
    insert Random Question Slides. So if you want ten, you insert ten
    different Random Question Slides and when presented to the user,
    they see randomizing.
    Perhaps it will help if you state what you want or how you
    expected it to work.
    Cheers... Rick

  • Captivate Quiz: enable revisiting questions and change answers.

    Hi,
    we are using Captivate 5 to create quizzes which run in a scorm lms (Sharepoint Learning Kit).
    We want to enable the user to go to any slide and answer the question on the slide.
    If the user wants to reedit the answer on any slide he can do so by revisiting the slide and edit his answer.
    The test should be finished when the last slide is submitted.
    Is this possible? How is this accomplished?
    We were able to integrate a back button, but if the user goes back, the already answered slide is locked.
    Thanks for your help!

    Hi Anjaneai,
    i tried the settings you mentioned. The result is that the slide is stuck. The next buttton will not bring you to the next slide.
    The second approach (retake) is not allowed in our scenario.
    Perhaps this is useful info:
    The answers that are entered in our quiz can not be evaluated to true or false in the captivate module itself at runtime. The answers are stored in the lms and are rated by a auditor afterwards.
    Thanks for your help.

  • Captivate Quiz weighting of questions

    Hi,
    i'll try to explain what my question is. I would like to make an assessment/quiz in Captivate 5. The point is, we need to be able to adapt the difficulty level of the questions to the participant's answers.
    E.g. a participant answer correctly to three questions. Question 4 will then be a question that we weighted to be more difficult. He also answers correctly to this question. The following 2 questions have the same difficulty level as question 4. Participant answers correctly. Difficulty level increases again for question 7. This time, his answer is wrong, as is with question 8, but question 9 is correct (which means he answered 2 out of 3 wrong of the most difficult questions until now.). For question 10, the difficulty of the questions will again be less than for questions 7 through 9. And so on...
    Could anyone tell me if this is possible?
    Thanking you in advance,
    Ynske

    Hi Lilybiri,
    thank you for your answer.
    I am using Captivate 5. The assessment idea is, at the moment, rather rudimentary. We are looking into possibilities.
    Since it's a test for assessing knowledge of people to see if they're good enough for a job, i guess it will have a pass/fail score.
    tx
    Ynske

  • OSD Background Question

    I am using this... Except we only have 1 background.
    http://blogs.technet.com/b/cameronk/archive/2010/04/28/snazzy-osd-status-with-bginfo.aspx
    My question is does anyone know how to show a line for which DP the machine is connected to?

    If you don't want to use the built-in 'Set Status' steps in the TS when you've integradet ConfigMgr with MDT you can create your own package that contains BGInfo.exe, background image and the script, and set it to run after reboot. Keep in mind that the
    DP will not display anything unless you refrence a package that has been downloaded after you've booted, thats why I used the Toolkit package since it typically is downloaded after each reboot.
    You could just use the built-in 'Set Status' steps and just change the images that are loaded or refrence the same image at every 'Set Status' step and then modify the default .bgi files to contain whatever information you'd like. But keep in mind that you'll
    have to redo this if you upgrade MDT to a newer version.

  • Caller ID, Background question....

    On the iPhone commercials, whenever an incoming call is coming in it shows the Caller ID at the top of the screen and a small contact picture to the right and your wallpaper background on the screen. On all the iPhone's that I have seen the Caller ID takes up the whole screen with a big contact picture. I guess my question is this.......is it possible to set the Caller ID to show up like it does on the commercial or is it not possible??

    it has to do with how you set the picture...
    If you set the pictures via address book on the computer, they show up as small icons in the caller id bar.
    if you set the contact pictures via the phone, they show up as wallpaper instead.
    I ran into this same oddity when I first started setting pictures to contacts, i figured i'd do it on the phone and save time. First time I got a phone call, I was confused. I eventually narrowed down that I had set those contact pictures via the phone.

Maybe you are looking for