YouTube Menu Bar Remains Visible In Fullscreen

Very recently, whenever I watch a YouTube video in fullscreen on safari, the menu bar doesn't disappear like it normally did. I updated to Yosemite last week, and initially this wasn't a problem, so I'm ruling out the OS for now. Therefore I can only assume that it's a HTML issue. Is anyone noticing this issue at the moment, and better yet, does anyone know a way to fix it?

That's just a temporary fix : put your pointer in the bottom left corner once in fullscreen, and they will go away.
Whenever the bars disappear, you can move your mouse once again to get rid of the tiny little white pixel left by the mouse. 

Similar Messages

  • Menu bar not visible

    My Final Cut menu bar only appears when I move cursor to top of screen. Then it disappears when I move cursor away from top of screen. I am NOT in full screen mode. This issue began happening after I deleted preferences. Is there a way to have menu bar remain at top of screen without moving cursor there?

    Did as you suggested and uninstalled BlackMagic drivers and trashed prefs using Digital Rebellion. Still no menu bar (see screen shot). When I go to Library>preferences, i see no FCP prefs. Is that unusual even after restarting FCPX?

  • When Menu Bar is visible Firefox cannot be draged

    If the Menu Bar is visible, the Firefox can be draged only by using a "line" where the title of a tab is shown, i.e. the area/line above the Menu Bar.
    If the Menu Bar is hidden, then the whole windows title area can be used to drag the window.
    Is there any settings which can be used to "fix" this problem?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Spry menu bar not visible in live view

    Hi everyone,
    I was just working on the css for my spry menu bar and went to check it out in the live view, but it is no longer visible. I checked it out in Safari and Firefox to no avail. It looks totally fine in the design view in Dreamweaver. I'm new to web design and I have no idea what I did, but I'm really hoping someone here does! Below is the CSS.
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 8em;
    color: #333;
    background-color: #FFF;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    display: list-item;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 8em;
    background-color: #FFF;
    letter-spacing: normal;
    vertical-align: middle;
    word-spacing: normal;
    white-space: pre;
    display: table-column;
    height: 70px;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 95%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    border: 0px solid #FFF;
    alignment-adjust: central;
    background-color: #FFF;
    margin-top: 50px;
    margin-left: 50px;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-color: #FFF;
    padding: 0.5em 0.75em;
    color: #333;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    background-color: #33C;
    color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
    background-color: #33C;
    color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* 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.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;

    My guess is that you have a dark background in which case the menu items will not be seen.
    I suggest you have a look here first http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one, then resurrect the original SpryMenuBarVertical.css and change as required.
    Gramps

  • Problem in Reader X: only menu bar is visible after laptop wakes up from sleep

    Hi,
    I am using Adobe Reader X on my MacBook (OS X, 10.6.8). If I have a pdf open in Reader, and then put my laptop to sleep, after it wakes up the content of the pdf is no longer visible. It's not that the window is all whited or blacked out, there is no window. There is only a menu bar. The file cannot be returned to normal by selecting it in the Window menu. After this happens, the only way to view this file is to close Reader and re-open the file. I tried reinstalling Reader X, but still have the same problem.
    Any suggestions would be greatly appreciated!

    gkline
    I was so surprised to see that you are using HP SimplePass V5.1 that I went back and looked through your other Posts to see if you had broached this subject in the past. 
    There is nothing wrong with V5.1 although it is so much out of date that I am surprised it has continued to function to this point.  It is a testament to strength of the code and the health of your system that it has done so.
    According to your version of the Validity Sensor Driver (V4.3.205.0), I think you can update the the later Series 6 AuthenTec version of HP SimplePass.
    While the program presentation is a bit different from version 5.1, the program is essentially what you are used to using; the password / webcard database is compatible.  You should be able to move to the newer version without any issues.  The latest Series 6 version is more stable than previous versions; you should no longer suffer the indignities of a program that mysteriously stops working.
    See the following Dragon Document:
    Instructions to Update HP SimplePass
    NOTE:  There are two Series of HP SimplePass mentioned in the document.  You want to stay with Series 6.  Feel free to read about Series 8; for the moment, you are best served (in my opinion) by sticking with what you are using now.
    The Update procedure is simple. 
    Start at Page 5: Section Procedure to Update / (Re) Install HP SimplePass
    Essentially you want to complete the following sections:
    Export your Webcards (if possible)
    Create Restore Point
    Reinstall Validity Driver
    Reboot Computer
    Download and Install HP SimplePass (V6.0.100.276)
    When you are done with the Update:
    See the instructions in the section titled:
    Device Power Setting – Wake Up!
    Click the Kudos Thumbs-Up to show you appreciate the help and time from our Experts.
    Click Accept as Solution when the Answer is a good Fix or Workaround!
    Although I strive to reflect HP's best practices, I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • Youtube menu bar is messed up, why?

    Excuse the awful title (I'm bad when it comes to titles).
    I got a 3GS one week ago and things have been fantastic with it. Two days ago, I updated to 3.0.1 to patch this SMS vulnerability and when I launched the youtube app I found the the menu bar across the bottom (where there is featured, subscriptions, playlists etc) had shrunk and one of the icons had just, disappeared. I thought nothing of it at first but then, yesterday I launched the app and found another icon had disappeared, now I knew something was wrong. Where as normally there would be 5 icons (or is it 4) along the bottom of the youtube apps, there is now only 3. Two which I can re arrange and then the more icon. I restored the iPhone in iTunes and the icons are still missing. Is anyone else having these problem or does any one know a fix? I've done a google and can't find anything.
    Here is a picture of the problem (flickr) http://www.flickr.com/photos/35581816@N03/sets/72157621799448099/
    help is greatly appreciated.

    I feel like such a stupid person,
    I just reset the settings on my iPhone from the settings menu (not restored or deleted anything) and the youtube app is back to normal. I'm so sorry if I wasted anyones time. I feel so stupid. However I'm still curious as to why this happened.

  • The Menu bar is visible but not functional, I have to force-quit Firefox 4.0 every time I want to close the application.

    This is a recurring but not constant problem I encounter while running Firefox 4.0 on my MacBook OSX10.6.7. The Menu bar across the very top of the screen will be visible, but none of the menus will work if I click on them (File, Edit, View, History, etc.) I have to force-quit Firefox and restart it to get it to work again.
    Also, my pinned tabs have disappeared, for no apparent reason. And to be honest, this version is way slower and buggier than my old Firefox, and it's driving me nuts.

    Hello DRAnderson100, try to delete the [http://kb.mozillazine.org/Localstore.rdf localstore.rdf] in [http://kb.mozillazine.org/Profile_folder_-_Firefox profile folder] and check it again.
    see for more info : [http://kb.mozillazine.org/Corrupt_localstore.rdf Corrupt localstore.rdf]
    thank you

  • Menu bar not visible in IE

    i published the website, i was able to view the menu-bar in all the explorers except Internet explorer. please give suggestions for rectifying the problem

    The iWeb default navigation won't display on a PC running IE if java is disabled. This is why its better to hide the default navigation and build your own. See...
    http://www.iwebformusicians.com/WebMusic/iWebandInternetExplorer.html
    http://www.iwebformusicians.com/WebMusic/Navigation.html
    http://iwebfaq.org/site/iWebNavigationmenu.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • How do you get the Menu Bar out of Fullscreen mode with Safari?

    When I click on Full Screen mode to watch video the Menu Bar remains at the top of the screen. This just recently happened and its only with Safari because Firefox's Full Screen mode works as it should. I have read many forums with questions similar to mine but none have helped. Please keep in mind when you answer this question that it is NOT JUST WITH YOUTUBE. This is happening with every website that I use to watch videos. I suspect that the update had something to do with this because if memory serves right it happened the last time I updated.

    Im sorry but I figured it out now. I hate when you figure something out right after you do something extreme like signup for a profile here and post a question. Well to those who want the answer all in one shot there are 2 solutions for me.
    1. Make sure Safari is updated completely. You can check by clicking SAFARI> ABOUT SAFARI
    Safari 5.0.5 gave me this problem but the new update is 5.1.2
    2.Glims - Free ad on for Safari which enables you to view you window in COMPLETE full screen at all times, as well as maximise your window to fill all empty space (makes so you dont have to worry about accidentally clicking on your desktop which I do all the time lol). You can use this option once Glims is installed simply by clicking on
    SAFARI> Full Screen
    or
    SAFARI> Maximise Window Size
    By doing Full Screen mode you can then click on the full screen capability on the website you are on

  • Keep menu bar visible in all full-screen apps?

    Where is the system-level setting to ensure that, even when I maximize an application, the menu bar is still visible. I don't like having to move the mouse to see the battery life, wifi signal, date etc. I'm on Yosemite, if it matters. To be clear, I'm not looking for a workaround that will provide these various bits of information elsewhere. I want to know how to mandate the menu bar stay visible.

    swipe three fingers up to see the screen with all your apps spread out and at the top there will be windows with all your full screen apps.  go all the way to the right of that with your mouse at the top and a window with a  + sign will stick out from the side of the screen.  Click it and it will create a second desktop.  then if you put an app in full screen** in each desktop (and hide the dock) your screen will keep the menu bar and you will still be able to flip between open apps just as if they were full screen!!
    EDIT - I meant if you maximize an app on each desktop.. sorry

  • Spry Menu Bar disappears absolute position

    Hello all this is my first time posting on this site so bear with me. I have a semi-transperant spry menu bar that i inserted into the header div, over an image. I moved the menu bar -38px, when the position is set to relative the menu bar is visible, however the old position of the menu bar has a blank white space there. I think this is due to the relative position property. When i change it to absolute the whole menu bar disappears? http://www.brightlikethesun.com/index2.html (the position is back to relative to show the menu bar and also background for header is blue to show the space) 
    CSS
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    width: 100%;
    margin: auto;
    position: relative;
    top: -38px;
    font-family: "Lucida Console", Monaco, monospace;
    opacity: 0.7;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    margin-right: auto;
    margin-left: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 20%;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 70%;
    z-index: 1020;
    cursor: default;
    width: 50em;
    position: absolute;
    left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 50em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #EEE;
    padding: 0.5em 0.75em;
    color: #C0C0C0;
    text-decoration: none;
    background: rgba(98, 135, 167, .4)
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 50%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #33C;
    color: #FFF;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* 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;
    html 
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Bright Like The Sun -- San Antonio, TX</title>
    <style type="text/css">
    <!--
    body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background-color: #000000;
    margin: 0;
    padding: 0;
    color: #000;
    background-image: url(background.jpg);
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
    h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    font-family: Tahoma, Geneva, sans-serif;
    color: #000;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
    color:#414958;
    text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
    color: #4E5869;
    text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .container {
    width: 80%;
    max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
    min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
    background-color: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
    background-color:#06C
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
    float: left;
    width: 20%;
    padding-bottom: 0px;
    background: #f1da36; /* Old browsers */
    background: -moz-linear-gradient(left, #f1da36 0%, #fefcea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1da36), color-stop(100%,#fefcea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f1da36 0%,#fefcea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f1da36 0%,#fefcea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f1da36 0%,#fefcea 100%); /* IE10+ */
    background: linear-gradient(to right, #f1da36 0%,#fefcea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 */
    .content {
    padding: 0px 0;
    width: 80%;
    float: left;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
    padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The footer ~~ */
    .footer {
    padding: 10px 0;
    background-color: #000000;
    position: relative;/* this gives IE6 hasLayout to properly clear */
    clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    font-family: "Comic Sans MS", cursive;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    #menurules {
    margin: 0px;
    padding: 0px;
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]-->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="container">
      <div class="header"><a href="#"><img src="BLTS1.jpg" alt="BLTS" name="BLTS" width="100%" height="100%" id="BLTS" style="display: block;" /></a>
       <ul id="MenuBar1" class="MenuBarHorizontal">
         <li><a class="MenuBarItemSubmenu" href="#"><center>Home</center></a></li>
         <li><a href="#"><center>Shows</center></a>
    <ul>
             <li><a href="#"><u>Upcoming shows</u><br />
    <br />
    May 4th 2013 @<img src="502.jpg" width="5%" height="5%"><br />
    Bright Like The Sun along with Little Science<br />
    8pm 21+
    </a></li>
                   </ul>
         </li>
         <li><a class="MenuBarItemSubmenu" href="#"><center>Merch</center></a>
           <ul>
             <li><a class="MenuBarItemSubmenu" href="#"><u>Album</u><br /><img src="coda fin cover.jpg" width="15%" height="15%"><font size="4">Coda Fin</font><br />
    Purchase Here or Itunes</a>
                        </li>
             <li><a href="#">Shirts--Coming Soon!</a></li>
             <li><a href="#">Various--Coming Soon!</a></li>
           </ul>
         </li>
         <li><a href="#"><center>Bio</center></a></li>
    <li><a href="#"><center>Contact</center></a></li>
    </ul><!-- end .header --></div>
    <div class="sidebar1">
      <p></p>
        <br />
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
      </div> 
      <div class="content"><p align="right"><a href="https://www.facebook.com/brightlikethesun"><img src="FB.jpg" width="30" height="31" alt="Facebook" /></a><img src="twitter-icon.png" width="30" height="31" /></p>
        <p align="left"><img src="weare.jpg" width="185" height="72" /></p><p align="right"><iframe style="border:none" src="http://files.podsnack.com/iframe/embed.html?hash=adznldvg&t=1366488970" width="340" height="54" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" ></iframe></p>
        <p><img src="BLTS2.jpg" alt="BLTS" width="411" height="297" align="left" /><img src="BLTS font.jpg" width="340" /> is a Post-Rock band from San Antonio. They were born in early 2012 from the collective desire to make beautiful, thought provoking, and at times, chaotic music. Much like fellow Texan bands like Explosions in the Sky and This Will Destroy You, they are entirely instrumental, and known for creating progressively intricate waves of ambiance that grow with intensity and an unabashed wash of emotion. Attuned to their affinity for dynamics, seeing them live takes the listener from deafening walls of orchestrated sound, to melodies so subtle that one finds themselves acutely aware of their own breathing. <br />
          Bright Like The Sun&rsquo;s debut album, Coda Fin, was engineered/mixed by Alex Bhore (of This Will Destroy You), and mastered by TW Walsh (of Pedro The Lion). The record, which was self released, was made available on April 12, 2013.<br /><br /><img src="BLTS3.jpg" width="330" height="245" align="right" /></p>
    <br />
    <br />
        <h4>Bright Like The Sun Consists of:</h4>
        <p>Rob Mochen - Guitar <br />
        Chris Etheredge - Guitar/Keys <br />
        Christian Miranda - Bass <br />
        Steven Barrera - Drums    </p>
        <p><br />
        </p>
        <h4><u>Coda Fin</u> Release Date April 12th 2013    </h4>
        <h4><img src="coda fin cover.jpg" width="250" height="238" align="left" /><img src="venues.jpg" width="171" height="65" align="right" /><br />
        <br />
        <br />
        <br />
           <a href="http://502bar.com/"><img src="502.jpg" width="150" height="112" align="right" /></a><a href="http://www.gypsyloungeaustin.com"><img src="gypsylounge.jpg" / width="150" height="112" align="right"></a></h4>
        <p align="right"> </p>
      </div>
      <div class="footer">
        <p><font face="verdana" font size="2" font color="#FFFFFF">&#169;2013 Bright Like The Sun All Rights Reserved</font></p>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    What I see:
    You need a width on the ul.MenuBarVertical style. Make it the same width as the ul.MenuBarVertical li selector.
    Remove the float: none; from this style:
    ul.MenuBarVertical ul li
         width: 12em;
         float: none;
    No such measurement as a half a pixel:
    ul.MenuBarVertical ul
         border: .5px solid #CCC;
    If you want a border, 1px is minimum...you repeat this incorrect half-pixel in several places.
    Running your page through the W3C Validator returned this: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.healthydirections.ca%2F&charset=%28dete ct+automatically%29&doctype=Inline&group=0
    Your initial errors are not declaring a DOCTYPE, which among other things, does not provide the browser with any information regarding how you want the code interpreted for your viewer. Some browsers guess well, some do not (IE).
    This
         <html>
    is insufficient.
    Apply this in its place, and run through the validator again.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    Beth

  • Menu bar shows twice on dual monitor, dock moves around

    Mac Pro (early 2008) w/ Yosemite and dual monitor display
    The menu bar at the top of the screen appears on BOTH monitors ALL the time. However, the one on the secondary monitor is dimmed out, and can be two or three app switches behind. For example, awhile ago I worked in Illustrator, and the Illustrator menu bar is visible in the second monitor (but dimmed). On the main monitor I have been in several apps since, but currently it is showing Firefox. If I mouse click on that dimmed out menu it will go right to Illustrator - and the Illustrator menu will appear on BOTH monitors. It will remain this way until switching to another app which has palettes on the second monitor, so just now I went to InDesign, and now that menu bar is visible. Also visible are the usual items in the right part of the menu, such as the time.
    The Dock can also switch monitors, but that has only happened once.
    Finally, but I think related. When in Adobe apps, with all the palettes located in the second monitor, when I click on something which should pop up more choices (anything in the character palette) - sometimes the pop-up will appear all the way across both screens, and on the main monitor. That is a ridiculous pain.
    Other than that the system seems stable, and the apps do work. I did go back down to one desktop in spaces, but that seems to make no difference. Ideas ???

    In my preferences - NONE of the check boxes are checked. I did check the mirror displays one earlier today, but that is not the answer.
    Right now on my main monitor I have Firefox in the top menu, and the dock in the bottom, on the secondary monitor, it shows Photoshop main menu dimmed out. If I click on a Photoshop command in that menu, it immediately goes to the program.
    iTunes is open, I just moved the main window over to that second monitor, now I can see both this Firefox screen and the Firefox menu, but now on the secondary monitor I see the iTunes window -- and the iTunes main menu is visible but dimmed in the second monitor.
    I honestly don't think this is intended. It is certainly not helpful. The second monitor seems to remember whatever was open there last. Weird. I have used 2 monitors for YEARS, not seen that one before.

  • Menu bar in Yosemite appears on both monitors

    Mac Pro  w/ Yosemite and dual monitor display
    The menu bar at the top of the screen appears on BOTH monitors ALL the time. However, the one on the secondary monitor is dimmed out, and can be two or three app switches behind. For example, awhile ago I worked in Illustrator, and the Illustrator menu bar is visible in the second monitor (but dimmed). On the main monitor I have been in several apps since, but currently it is showing Firefox. If I mouse click on that dimmed out menu it will go right to Illustrator - and the Illustrator menu will appear on BOTH monitors. It will remain this way until switching to another app which has palettes on the second monitor, so just now I went to InDesign, and now that menu bar is visible. Also visible are the usual items in the right part of the menu, such as the time.
    Finally, but I think related. When in Adobe apps, with all the palettes located in the second monitor, when I click on something which should pop up more choices (anything in the character palette) - sometimes the pop-up will appear all the way across both screens, and on the main monitor. That is a ridiculous pain.
    Other than that the system seems stable, and the apps do work. I did go back down to one desktop in spaces, but that seems to make no difference. Ideas ???
    Thanks, C

    Can you explain the problem better?
    So, you select a Menu, scroll down to an item that has a submenu and you click on it? Clicking isn’t necessary but anyway, what happens next?
    If I select a menu item, then hover over a submenu’d item, the submenu pops out to the side and I select an item from that menu. What does yours do?

  • Permamently display menu bar in Mac OS/Disable tabs

    iMac i5, Mac OS 10.7.5, Thunderbird 24.x
    The Menu Bar in T-bird 24.x is automatically hidden even though the T-bird Help says that it CAN'T be done. I prefer to have the Menu Bar PERMANENTLY visible, but I can't find a setting in Preferences to do this. Where is the setting that will make the Menu Bar permanently visible.
    I DESPISE tabs in Thunderbird; where is the setting to DISABLE tabs? Again I can't find it in the Preferences.

    Use what you like romad, but personally I have come to like the Australis theme in Thunderbird and I downloaded Firefox alpha when I heard that after a year or fussing and fiddling they have finally moved forward.
    Seriously I have no idea what your talking about though. You carrying on like Thunderbird suddenly changed. Australis has been there since Version 17 tabs since Version 3
    As far as your minority operating system is concerned. I have never used it and have no desire to try and decipher what apple did to a perfectly good copy of BSD. If the product changes so radically on point releases that information a couple of years old is worthless, I am sorry. I am used to point releases being minor changes and whole numbers containing the big stuff. However as Thunderbird does not have a feature of the kind you describe, but apple users have been complaining of similar for years in a number of different applications I suggest you ask apple how to fix OSX so it does not do it.

  • My "Bookmarks" button is missing from my Menu Bar which is at the top of my screen. How can I get it back?

    I'm using version 3.6.8

    If it's the entire menu bar that's gone, you just need to press ALT or F10 in your keyboard to make the Menu Bar temporarily visible. If you want it to be permanently visible, go into ''View > Toolbars > Menu Bar'', or right-click the Navigation Toolbar (the Reload button, for example) and select ''Menu Bar''.
    If this doesn't help, right-click the navigation toolbar, select ''Customize...'' and click ''Restore Default Set''. If it doesn't appear right away, try pressing ALT or F10. You can go into ''View > Toolbars > Menu Bar'' to make it permanently visible, or right-click the Navigation Toolbar and select ''Menu Bar''.
    If none of this helps, you may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Try disabling all add-ons (just to check), to see if Firefox goes back to normal.

Maybe you are looking for

  • Problems with item cost & batch table

    Hi experts, I have developed a crystal report recently, to retrieve all the data from batch table (OIBT) and present it in a report. Valuation method: moving average Begin: Item ABC               (batchnum)A1  blah   (qty)3   (itemcost)10.00  (whs)01

  • Have the Adobe Acrobat XI Standard concurrent licensing (not per-seat license)?

    Question about Adobe Acrobat XI Standard corporate licensing. Have the concurrent license (not per-seat, like Floating licensing)?

  • How to restore command shift 3 instead of grab

    I always used command+shift+3 to photograph the desktop and command+shift+4 to photograph a selection of the screen. Then, one day I lost it and had to use Grab, which it takes longer to use. Can anyone help me restore that? Thank you. Beltran

  • Windows script to start and stop jobserver only, with BOXI31

    hi, my question is easy but i have found nothing : on BOXI31 how  to start and stop jobserver (adaptive...) automaticaly with windows script ? in tasklist command, jobserver have no services name... thank's

  • IBook Doesn't "Feel" Like A Book

    So played around with iBooks Author for the last few hours and I've come to the conclusion the iBook doesn't feel like a book. Where is the standard book "layout"?? You get a page of text and when you get to the bottom you "turn/flip" the page?  I re