Can't figure out CSS issue

Hi - I cannot seem to figure out what I'm doing wrong.  I have a little box I am using for links.  The code for the box [.menutitle] works great [see below].  But I am trying to make it so that when you hover over the box, the background color of the box will change.  The second piece below is what I have but it will not change the color when you point your cursor over the box.
PS - I also tried putting the "a" before it [like a.menutitle:hover] but that did not work either.
Please advise.
Thanks - Deaf Guy
<style type="text/css">
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#f2f2f2;
color:#000000;
width:150px;
padding:2px;
text-align:left;
font-weight:none;
/*/*/border:1px solid #000000;/* */
.menutitle:hover{
cursor:pointer;
margin-bottom: 5px;
background-color:#ececff;
color:#000000;
width:150px;
padding:2px;
text-align:left;
font-weight:none;
/*/*/border:1px solid #000000;/* */
.submenu{
margin-bottom: 0.5em;
</style>

On the second page example you are applying a class to an anchor tag <a> which is not in your code:
Change this:
<div class="menutitle" onclick="SwitchMenu('sub1')">&raquo; Doc Libraries</div>
to this: (note the addition of the <a></a> tag around the link)
<div class="menutitle" onclick="SwitchMenu('sub1')"><a href="#">&raquo; Doc Libraries</a></div>
And your css styles to these:
.menutitle {
background-color:#f2f2f2;
color:#000000;
width:150px;
margin: 0 0 9px 0;
text-align:left;
border:1px solid #000000;
.menutitle a {
display: block;
text-decoration: none;
padding: 2px;
color: #000;
.menutitle a:hover {
background-color:#ececff;
color:#000;

Similar Messages

  • Can't figure out how to rename css style in mx

    Hello,
    I can't figure out how to rename css style in mx. I have the
    style selected in the proprety inspector. Is there supposed to be a
    rename option at the bottom of the same dropdown box? There is
    option to edit style and a few others in same dropdown box... but
    no rename option. Please be specific... I have looked it up on the
    internet... but still cant find the option.
    Thanks,
    PoJ

    Do a Find and Replace to find name1 and replace with name2.
    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
    ==================
    "computerpain" <[email protected]> wrote in
    message
    news:ed43p3$m9h$[email protected]..
    > Hello,
    > I can't figure out how to rename css style in mx. I have
    the style
    > selected
    > in the proprety inspector. Is there supposed to be a
    rename option at the
    > bottom of the same dropdown box? There is option to edit
    style and a few
    > others in same dropdown box... but no rename option.
    Please be
    > specific... I
    > have looked it up on the internet... but still cant find
    the option.
    >
    > Thanks,
    > PoJ
    >

  • Just got an Ipad and am working on setting it up.  the one issue I am having with it is my screen will not rotate no matter what I do to the settings, I can't figure out if the settings are wrong or if there really is something wrong with my Ipad.

    just got an Ipad and am working on setting it up.  the one issue I am having with it is my screen will not rotate no matter what I do to the settings, I can't figure out if I have a setting wrong or if there really is something wrong with my Ipad.  any help would be greatly appreciated.

    Double click the home button (square)  and all the things you did are there.keep sliding the bar that will come up on the bottom to the left till it cant go anymore there should be a icon looking like this.press that and it should work
    Good luck hope it works.

  • Can't figure out block quote line after quote issue

    Hi - I'm building a block quote in DW for my site and can't figure out 2 things:
    1. How to move up the text after the first line so it's the same throughout
    2. How to move the quote author over to the right margin
    Below is the CSS and HTML for what I have so far as below that is a snap shot of what I'm seeing:
    blockquote {
      background: #F0F7FF;
      border-left: 10px solid #9D9D9D;
      margin: 1.5em 10px;
      padding: 0.5em 10px;
      quotes: "\201C""\201D""\2018""\2019";
    blockquote:before {
      color: #9D9D9D;
      content: open-quote;
      font-size: 8em;
      line-height: 0.9em;
      margin-right: 0.25em;
      vertical-align: -0.4em;
    blockquote p {
      display: inline;
      font-family: Times New Roman;
      font-size: 1.8em;
      line-height:  1.8em;
    </style>
    </head>
    <body>
    <blockquote><p><em>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo."</em></p>
    <br><br>
    <p>&mdash; Albert Einstein</p></blockquote>

    Probably need to get a bit creative to include the large quote:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Untitled Document</title>
    <style>
    body {
    font-family: times;
    blockquote {
    background: #F0F7FF;
    border-left: 10px solid #9D9D9D;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    .quote {
    position: absolute;
    top: 45px;
    color: #9D9D9D;
    padding: 0 0 0 2%;
    font-size: 8em;
    letter-spacing: -10px;
    blockquote p {
    text-indent: 60px;
    position: relative;
    font-family: Times New Roman;
    padding: 0 0 0 3%;
    font-size: 1.8em;
    line-height:  1.8em;
    blockquote .author {
    text-align: right;
    padding: 0 3% 0 0;
    margin: 0;
    </style>
    </head>
    <body>
    <blockquote><span class="quote">&lsquo;&lsquo;</span><p><em>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo."</em></p>
    <p class="author">&mdash; Albert Einstein</p>
    </blockquote>
    </body>
    </html>

  • Can't figure out border CSS code

    Hi - I can't figure out how to turn off or make white or comment out the border CSS for this web site:
    http://designerandpublisher.com/drupal-testing/
    Below is an image of it and an arrow pointing to the border in question.  Here is the CSS:
    http://designerandpublisher.com/drupal-testing/sites/all/themes/professional/style.css
    I've tried many combinations to see which is which but I've just had no luck.  Any help is appreciated.
    Thanks, Deaf Guy

    That grey line forming the box around that div is created by the box-shadow rule here
    .content-sidebar-wrap #content {
      background:#fff;
      display: inline;
      margin-bottom: 2.7%;
      float:right;
      width:100%;
      box-shadow:0 0 3px #999;

  • New user - switched from PC to Mac and can't figure out some mail issues

    I looked at the software discussions and they didn't have one for something as simple as mail! I've also checked mail help and the online support and Switch 101 and Mac 101. All of them tell me I can do something but not how in very simple steps.
    In the Apple store they were using all this fancy stationery for e-mail. Even my e-mail program looks different from the one in Mac 101.
    I want to do 2 things. Use stationery and write those little "to-do" notes and I can't figure out how. On Mac 101 it shows a message and right below the address lines is a box with stationery menus, like birthdays, invitations etc. I don't have that box. I have the address lines and then jut the place where you write the e-mail. No stationery, no notes.
    Thanks,
    Susan

    I am on a new message. There is no photo browser (I'd do a screen shot if I knew how but I only know how to do that on a PC).
    On a new mail message (I went to file and clicked new message) I have the 3 dots in the left corner (to close, minimize, etc) and under that some icons (send, chat, attach, address colors, save as draft). The the To: line, the CC: line, the Subject: line and account line (next to the account line i have a drop down box to customize) Then the body of the e-mail that I type in. Thats it, no stationary, no photo browser.
    Again my mail program is 2.1.1 and from my serching it seems that 3.0 is the latest mail program. I clicked the little apple in the left upper corner of my mail program and had it search for updates but it said there were none.
    This is so frustrating to buy a new computer with old software. I'm guessing I have leopard but I have no idea how to see what version of the OS I have. Again I bought this thing on Friday, 3 days ago.
    Susan

  • Extra spacing - can't figure out where it is coming from.

    Hello,
    I am trying to close the gap between the sentence "We can cover your overdrafts in two different ways" and the actual two points.  I can not figure out where all that space is coming from:
    http://www.tellgcu.com/melanie.shefchik
    Thanks,
    Melanie

    The space is there as a result of the default margin/padding on the .mainbody paragraph tag.
    You can either set the margin and padding to zero on the css:
    .mainbody {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    padding: 0 0 10px 0;
    margin: 0
    However if you have that class applied somewhere else on the page you may want to set some inline css to specifically deal with the issue:
    <p class="mainbody" style="margin: 0; padding: 0 0 10px 0;">Dear Melanie,<br /><br />
    An overdraft occurs when you do not have enough money in your account to cover a transaction, but we pay it
    anyway. We can cover your overdrafts in two different ways:</p>

  • I can't figure out why this page splits in live preview... but not in the browser?

    I've finally got my site up and it all runs great... except I can't figure out why this one page behaves like it's too wide.
    http://www.johnnez.com/mainbooks.html
    It comes apart in the Live Preview.... but not in the browser preview.
    Thanks for any tips...
    jn

    john nez wrote:
    HTML is a total incrutable mystery to me... a mystery inside a mystery inside a mystery!
    Sounds to me like you've almost cracked it!
    You have one error that could cause problems and that's the stray </blockquote> tag.  Just delete it.
    The alt="" text will show as an error on the validator but that's easy to fix and worth doing.
    Here's an easy article on that: http://www.456bereastreet.com/archive/200412/the_alt_and_title_attributes/
    In one of your CSS files (JonzheaderindexCSS.css) you have this:
    body {
    margin-top: 20px;
    padding: 0;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: normal;
    background-attachment: fixed;
    background-color: #E1B852;
    background-image: url(../images/orange%20plaid.jpg);
    background-repeat: repeat;
    html { overflow-y: scroll; }
    It should be like this:
    html {
    overflow-y: scroll;
    body {
    margin-top: 20px;
    padding: 0;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: normal;
    background-attachment: fixed;
    background-color: #E1B852;
    background-image: url(../images/orange%20plaid.jpg);
    background-repeat: repeat;
    It looks like you have that rule repeated further down the page like this:
    html { overflow-y: scroll; }
    There's an extra curly brace there (}) anyway, so it is badly formed but the whole rule and extra curly brace can go.
    You can fix those errors but I have a sneaky suspicion that it isn't gong to solve the issue you describe.
    Fix those issues anyway and post back.  Maybe if you can show a screen shot of what you are seeing in DW it might help?
    Martin
    PS: It's never a good idea to have file names on the web that have spaces in.  Your background rule has this:
    background-image: url(../images/orange%20plaid.jpg);
    That .jpg should be orangeplaid.jpg or orangePlaid.jpg or orange_plaid.jpg and the change should be reflected in the reference to the image so, orangePlaid.jpg should be:
    background-image: url(../images/orangePlaid.jpg);

  • Something was hidden in a download and now these double green underlined hyperlinks show up everywhere, and pop ups too whenever I click on ANYTHING. I can't figure out how to find it and get rid of it.

    Something was hidden in a download and now these double green underlined hyperlinks show up everywhere, and pop ups too whenever I click on ANYTHING. I can't figure out how to find it and get rid of it.

    You installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised the value of Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • My lifetime calls is glitched at 4,924,000,000 and I can not figure out how to reset this PLEASE HELP URGENTLY I don't know how to resolve this

    My IPhones total life time calls is at 4,924,000,00 and I can't figure out if this is a glitch because I know that I have DEFIANTLY not called for that long I don't know if this will be resolved but someone PLEASE HELP

    Glad it helped!
    For what it's worth, I suspect you'd have to restore the phone as new to resolve the issue. If it were mine, I'd probably elect to live with the weirdness rather than go through the fuss of a restore.
    Best of luck.

  • My podcast isn't updating and I can't figure out why, please help?

    Hi everyone,
    I'm at my wits end and I can't figure out what's wrong with my podcast in regards to iTunes.
    We have a website we update that originally iTunes was pointed at (http://www.whydaddydrinks.net/?feed=rss2) and then iTunes started having issues with not updating. Recently we tried changing the feed of the podcast to the RSS feed for our podcast hosting account at Podbean (http://whydaddydrinks.podbean.com/feed/) and it's running into the same issue.
    I've checked FeedValidator for both feeds and they're fine (http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.whydaddydrinks.net%2F%3F feed%3Drss2 and http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwhydaddydrinks.podbean.com%2 Ffeed%2F). I've clicked the links to the .mp3 files and they play off the web, so, in theory, there shouldn't be any issue as far as I know; Episode 13 shows up in iTunes but dosn't appear to be connected to the file and Season 2 Episode 1 doesn't show up at all.
    Can any of you offer any suggestions as to what the heck is going on?

    Your Store page is at https://itunes.apple.com/gb/podcast/your-book-is-why-daddy-drinks/id515363310?mt =2
    This is using the feed at http://www.whydaddydrinks.net/?feed=rss2 so the other feed URL you posted is irrelevant.
    This feed has episodes up to 13 which contain playable media, and these all show in the Store and when subscribing. However the URL for the media file for episode 13 is
    http://media40.podbean.com/pb/89ea6f327345e33833ff09885e48b8a1/50e904db/data2/bl ogs48/462271/uploads/YBIWDD_Episode13.mp3
    and there is no file at this address. The previous episode downloads OK.
    This feed contains two later episodes but neither has an 'enclosure' tag containing the URL of a media file and so the episodes don't show in iTunes. You are using WordPress to make your feed, and this problem arises a lot - it presumably means that you have failed to do something you need to do in WordPress to get the media file into the feed, but I can't advise on specifics of WordPress.
    The other feed has one of these two episodes, and there the latest episode does have an 'enclosure' tag and the episode appears when subscribing manually; however as I say this feed is not in use by the Store.
    So you need to do with the original feed whatever it was you did with the new feed to get the episode into the Store, and you need to chase the missing media file for episode 13.
    If you want to move the Store to using the Podbean feed you need to follow the procedure outlined here:
    http://www.wilmut.webspace.virginmedia.com/notes/podcast.html#move
    Note that the title in the Podbean feed is 'whydaddydrinks' which many not be what you want.

  • I can't figure out how to log off of my daughter's iTunes account that has been loaded to my PC.  When I want to sync my iPhone, I get her data, not mine.

    I can't figure out how to log off of my daughter's iTunes account that has been loaded to my PC.  When I want to sync my iPhone, I get her data, not mine.

    Hi, Abril_Perez17.
    This may be related to a new feature embedded in iOS7 that shows all purchased music by default.  Go to Settings > Music, then turn off Show All Music.  See if the issue ceases once the feature has been disabled.  This information is located on page 63 of the user guide below. 
    iPhone User Guide
    Regards,
    Jason H. 

  • Can't figure out how to manuever in wiebsites pages

    When on a website,if I click on a link,I can't figure out how to then, get back to the original page I was on.

    I am having the same issue. I am trying to download photoshop CC on a new PC but creative cloud opens and is mostly blank without an option to download. I have seen multiple people talking about this but no solutions from adope. What gives?

  • Metacity/compiz, can't figure out what to do.

    Sooo, I just installed arch linux again to play around, starting at a fresh install I installed an xserver and got it running right, then I started installing some WMs and installed lightdm and lightdm-gtk3-greeter.
    So far so good, when I do try to login all WMs show up except metacity/compiz, that's not really a problem so I decide to add the entries manually
    both are in /usr/share/xsessions
    [Desktop Entry]
    Version=1.0
    Encoding=UTF-8
    Name=metacity
    Name[en_US]=metacity
    Terminal=false
    Exec=metacity
    TryExec=metacity
    Name[en_US.UTF-8]=metacity
    Type=Application
    [Window Manager]
    SessionManaged=true
    and
    [Desktop Entry]
    Version=1.0
    Encoding=UTF-8
    Name=Compiz
    Name[en_US]=Compiz
    Terminal=false
    Exec=compiz ccp
    TryExec=compiz ccp
    Name[en_US.UTF-8]=compiz
    Type=Application
    [Window Manager]
    SessionManaged=true
    From what I can tell the entries are right, they don't throw any errors and I get to a desktop and I have a cursor (no menus of any type though)
    The issue is that I have no clue how to proceed, I configured compiz with ccsm but can't figure out how to add menus, my goal is to make it look like GNOME2 without all the bloat (all I should need is metacity and compiz, true?), another thing I want is a fancy floaty dock and conky, conky is installed and I'll configure it once my desktop looks decent, the dock I chose is cairo-dock because it looks nice (does it auto-hide? Auto hiding is absolutely critical.)
    Anyway, I did my research, I read the compiz-article on the wiki (I installed 0.9.x if it matters) but I do not know how to get the config running, the syntax for .xinitrc is rather different from a .desktop file, Google didn't help nor did the forums search function.
    Did I mention what I want it to look like? I don't think so... anyway, I want it to look like gnome2 with the applications menu and places menu (have a look at debian 6.x if you don't know what it looks like) but I am rather lost ^^;
    Sorry for being so uneducated, I hope I don't cause someone too much pain with my silly questions.
    Last edited by CubeGod (2014-02-07 06:40:16)

    Chazza wrote:The .xinitrc file is only useful if you are using startx. It is not going to make any difference to how you start sessions from lightdm. Quite frankly though, why not use .xinitrc and startx? It's by far the easiest way to autostart programs with a session. Compiz was not designed to be used as a standalone window manager and, as such, does not have an autostart utility of its own. Like I said earlier, you can put all the startup commands for the programs you want to autostart in your .xinitrc file and start the session with startx. No xsession files are required for that, of course. If you must use a Display Manager you may be able to parse startup commands through it using an xprofile file. There is a little information on that here: https://wiki.archlinux.org/index.php/Xprofile. As for your Metacity xsession file, I have no idea why you wrote that. There is no need for it. As has been pointed out earlier, Metacity is a window manager completely seperate from Compiz which is also a window manager. Metacity cannot be used alongside Compiz and is not required by Compiz itself in any way.
    Obviously, I thought you'd realize I knew that .xinitrc wasn't relevant since I added the "I thought it was only used when startx is called or am I mistaken?" but I digress; I'm not sure why you keep questioning my motives though, if I want to use lightdm then I don't want to use startx, whatever my reasons may be are rather irrelevant.
    Anyway, thanks for the link, at least it gives me something to work with (I'm sure I can figure out the syntax based on the xfce4 file)
    Oh and I know compiz wasn't designed to be used standalone but I am not going to be stopped by that, for the metacity xsession file I wrote that as a test. If I recall GNOME2 uses metacity as the window manager and compiz as the compositor (which I know is a working setup, however it was merely a test), so yes. They can be used alongside each other since compiz has a quite capable compositor.
    Chazza wrote:Ok. Fine. But you said you were after the educational experience so I was trying to suggest WM's that would be more suitable for a standalone session.
    Well yes, they may be a tad more user friendly but I have a similar philosophy with system building as playing games; Always play on the hardest difficulty.
    Chazza wrote:Why are you talking about gtk themes? They are not relevant. They are for desktop applications, they are not for window managers. When you are talking about a window manager theme you are talking about what the window border looks like and nothing else besides. What you need to understand about Compiz is that it is a window manager that does not come with its own decorator (the decorator being the progam that provides windows with borders.) As such, there are three decorators that can be used with Compiz: compiz-decorator-gtk, kde-window-decorator and emerald. The first is dependent on Metacity and uses Metacity themes. It is what is installed with the compiz-dev and compiz-bzr packages (I assume you installed Compiz with one of these packages as you said you were using the 0.9 version.) The second is dependent on Kwin and uses Kwin themes. The third is not dependent on any window manager and has its own themes. Why is there a setup like this? Because it was expected that you would use Compiz with either GNOME or KDE so it made sense to have decorators that could use the themes already available for the desktop environment's native window manager.
    Ah, a keen observation there! But if you would've paid attention I was also talking about compiz themes, you see the compiz theme I use also comes with a matching GTK theme, the GTK theme looks silly without the compiz theme and the compiz theme looks silly with other gtk themes. (that I have tried).
    Further I am aware that compiz uses three different decorators (based on choice), my theme has an emerald theme and a metacity theme included, I can pick either (isn't it nice?) and indeed I am using the compiz-dev package.
    Chazza wrote:Compiz is not a window decorator, it is a window manager, just like Metacity or Kwin or Xfwm or Mutter or Openbox etc etc. As I said above, the difference is that Metacity, Xfwm, Kwin etc all come with their own native window decorators. Compiz does not. Compiz has some decorators that can utilise the themes of aformentioned window managers.
    ah yes, I started rambling towards the end it seems, I didn't mean window decorator I meant compositor, sorry about that.

  • My Macbook Pro 2014 ran out of battery while mid-slideshow. Now the slideshow won't skip through photos and I can't figure out why? Macbook Pro 2014 13-inch Intel i5 8GB RAM 128GB flash, iPhoto library is on external HDD

    Macbook Pro 2014
    13-inch
    Intel i5
    8GB RAM
    128GB flash SSD,
    Integrated Graphics
    iPhoto library is on external HDD
    I was in a slideshow, with around 1,911 photos in it. About halfway through, my Macbook ran out of battery. Now when I restarted and charged the Macbook and reopened iPhoto, the slideshow won't advance through photos, and I can't figure out any reason why it would do this.
    I thought it may be corrupted, so I deleted and reinstalled iPhoto library, iPhoto itself, and disconnected and reconnected my external HDD.
    This didn't work, the photos still won't advance.
    I don't know any reason why this would be happening, and there is ample space on my internal drive.
    I'm happy to provide more information if needed!
    Many Thanks,
    James

    Make a few tests, James, to narrow down the problem and find out, if the slideshow is corrupted, your iPhoto Library, or settings in your account.
    To test, if only your slideshow has a problem, create a new slideshow, just for testing. Just use "File > New Slideshow" and add a few photos. Does this slideshow play correctly?
    If the test slideshow does not play either, create a new iPhoto Library. Use the File menu in iPhoto: File > Switch to library > Create New. Import a few photos and create a slideshow.  Does it play?
    If even a new library does not solve the problem, test in a different user account (see this document:  Isolating an issue by using another user account - Apple Support):   
    This process involves creating a new user account, logging in to it, and testing for the issue.
    Create a new standard or admin user account in Users & Groups preferences.
    Use these instructions for OS X Mavericks.
    See these instructions for OS X Mountain Lion.
    See this video, or these instructions for OS X Lion.
    Optional: If you have any specific files you wish to test with, copy (don't move) those items to the /Users/Shared folder in the Finder.
    Log out of your current user account by choosing Log Out from the Apple () menu.
    Log in with the new account you created.
    Attempt to reproduce the issue you were seeing in your regular user account.
    After you have completed testing, log out of the test account by choosing Log Out from the Apple () menu.
    Log in as your regular account.
    After you have completed all testing with the test user account, you may want to delete it. You can delete an account in the Users & Groups pane of System Preferences.
    Note: Prior to deleting a test account, make sure you are completely done with it. If you have files in the Guest User you wish to keep, you should copy them to the /Users/Shared folder .
    If you should find, that slideshows only play in a new user account, post back.

Maybe you are looking for