CSS Flyout Menu

Here's a link to the
page
When you mouse over "fireplaces", the menu is hidden behind
the flash div in IE and Firefox.
Style sheet attached.

See if this helps:
http://www.projectseven.com/go/127
Ken Ford
Adobe Community Expert - Dreamweaver/ColdFusion
Fordwebs, LLC
http://www.fordwebs.com
"OlDirty" <[email protected]> wrote in message
news:[email protected]...
>
http://olympiafireplace.wmsgroup.com/
>
> When you mouse over "fireplaces", the menu is hidden
behind the flash div in
> IE and Firefox.
>
> Style sheet attached.
>
> /**TOP ELEMENTS**/
> * {
> margin: 0px;
> padding: 0px;
> }
> body {
> background: #253E7A url(images/bg.jpg) repeat-x fixed;
> font: 12px/1.5em "Trebuchet MS";
> text-align: left;
> height: 100%;
> color: #333333;
>
> /**LAYOUT**/
>
> }
> #wrap {
> margin: 0px auto;
> width: 800px;
> position: relative;
> background: #1D315F;
> height: 100%;
> }
> #header {
> height: 120px;
> width: 800px;
> background: url(images/header_bg.jpg) repeat-x left top;
> border-bottom: 8px solid #192B55;
> margin: 0px;
> padding: 0px;
> float: left;
> position: relative;
> }
> #left {
> position: absolute;
> height: 100px;
> width: 200px;
> left: 25px;
> top: 14px;
> font: 11px/1.5em "Trebuchet MS";
> color: #FFFFFF;
> }
> #right {
> font: 11px/1.5em "Trebuchet MS";
> color: #FFFFFF;
> height: 75px;
> width: 208px;
> position: absolute;
> left: 568px;
> top: 15px;
> text-align: right;
> }
> #logo {
> height: 108px;
> width: 198px;
> position: absolute;
> left: 302px;
> top: 10px;
> }
> #headerlinks {
> position: absolute;
> left: 599px;
> top: 107px;
> width: 176px;
> height: 24px;
> color: #FFFFFF;
> text-align: right;
> }
> #navbar {
> background: #B4282E;
> float: left;
> margin: 0px;
> padding: 0px;
> width: 224px;
> height: 285px;
> border-top: 1px solid #FFFFFF;
> }
> #headerphoto {
> padding: 0px;
> float: left;
> height: 287px;
> width: 576px;
> border-top: 2px solid #FFFFFF;
> }
> #leftnav {
> background: #1D305E;
> width: 194px;
> color: #FFFFFF;
> margin: 0px;
> padding: 10px 10px 20px 20px;
> float: left;
> height: auto;
> }
> #main {
> background: url(images/main_bg.jpg) repeat-x left top;
> color: #FFFFFF;
> background-color: #3254A7;
> padding: 25px 20px 3em 25px;
> width: 531px;
> float: left;
> display: block;
> }
> #rightnav {
> background: #FFFFFF repeat-x top;
> width: 150px;
> position: relative;
> height: 284px;
> padding-top: 15px;
> padding-right: 8px;
> padding-left: 20px;
> color: #333333;
> float: left;
> }
> #footerwrap {
> width: 800px;
> clear: both;
> padding: 0px;
> }
> #footer {
> height: 30px;
> width: 800px;
> background: #18284F;
> text-align: center;
> color: #FFFFFF;
> margin: 0px auto;
> padding-top: 18px;
> position: relative;
> overflow: visible;
> clear: both;
> }
> h1.leftnav {
> font-size: 14px;
> font-weight: bold;
> }
> h1 {
> padding-bottom: 14px;
> font: 36px/1em "Trebuchet MS";
> }
> p.main {
> padding-left: 12px;
> padding-right: 6px;
> line-height: 1.5em;
> }
> a, a:visited {
> color: #FFFFFF;
> background: inherit;
> text-decoration: none;
> /*
================================================================
> This copyright notice must be untouched at all times.
> }
> The original version of this stylesheet and the
associated (x)html
> is available at
http://www.cssplay.co.uk/menus/flyoutt.html
> Copyright (c) 2005-2007 Stu Nicholls. All rights
reserved.
> This stylesheet and the assocaited (x)html may be
modified in any
> way to fit your requirements.
>
===================================================================
> /* common styling */
> }
> .menu {
> width:224px;
> height:285px;
> margin:0px;
> font: bold 14px/31px "Trebuchet MS";
> color: #FFFFFF;
> background: #B4282E url(images/nav_bg.jpg);
> float: left;
> }
> .menu ul li a, .menu ul li a:visited {
> display:block;
> text-decoration:none;
> color:#FFFFFF;
> width:204px;
> text-align:left;
> padding-left: 20px;
> border-top: 1px solid #fff;
> border-bottom: 0 solid #fff;
> border-left: 0 solid #fff;
> }
> .menu ul {padding:0; margin:0;list-style-type: none; }
> .menu ul li {float:left; position:relative;}
> .menu ul li ul {display: none;}
>
> /* specific to non IE browsers */
> .menu ul li:hover a {
> color:#fff;
> background-color: #B5282E;
> }
> .menu ul li:hover ul {
> display:block;
> position:absolute;
> top:0;
> left:200px;
> width:204px;
> }
> .menu ul li:hover ul li a.hide {
> color:#000;
> background-color: #B4292E;
> }
> .menu ul li:hover ul li:hover a.hide {width:204px;}
> .menu ul li:hover ul li ul {display: none;}
> .menu ul li:hover ul li a {
> display:block;
> color:#000;
> width:204px;
> background-color: #B4292E;
> }
> .menu ul li:hover ul li a:hover {
> color:#000;
> background-color: #BC2D33;
> }
> .menu ul li:hover ul li:hover ul {display:block;
position:absolute;
> left:151px; top:0; color:#000;}
> .menu ul li:hover ul li:hover ul li a {
> display:block;
> width:200px;
> color:#000;
> background-color: #BC2D33;
> }
> .menu ul li:hover ul li:hover ul li a:hover {
> color:#fff;
> background-color: #B5282E;
> }
>
> a:hover {
> color: #E5E5E5;
> background: inherit;
> padding-bottom: 0;
> text-decoration: none;
> }
> img.float-left {
> margin: 5px 10px 10px 0px;
> float: left;
> border: 1px solid #FFFFFF;
> }
> .headeraddress1 {
> height: 30px;
> width: 200px;
> position: absolute;
>
> }
> img.float-right {
> margin: 5px 10px 10px 0px;
> }
> blockquote {
> padding: 10px 10px 10px 35px;
> background: url(images/quote.jpg) no-repeat 10px 10px;
> color: #FFFFFF;
> font: italic normal 12px/1.5em Georgia, "Times New
Roman", Times, serif;
> margin-right: 0px;
> margin-bottom: 2px;
> margin-left: 0px;
> }
> h2 {
> color: #B5282E;
>
> }
>

Similar Messages

  • Spry Vertical Navigation menu with secondary flyout menu not showing

    I'm using Windows and CS3. I have a vertical spry menu with one of the items opening to a secondary vertical menu. The menu is positioned left and I want the flyout menu to open so it can be seen on top of the central content column. I have a background color on the central div and when I hover over the item on the menu bar, you can't see the secondary menu opening. But I know it is there as I have removed the central div and when previewed in the browser (IE) it works fine. But when I replace the central div, the secondary menu is hidden again. I don't want to play around too much as I know Javascript is involved and I can easily ruin those elements which are now working. I hope someone can suggest something reasonably straight forward to assist.
    The code is the standard stuff - I have only modified colours basicall with one or two other tweaks to fit the space:
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 200px;
    background-color: #979c9c;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    ul.MenuBarActive
    z-index: 1000;
    ul.MenuBarVertical li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 200px;
    color: #343642;
    ul.MenuBarVertical ul
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 200px;
    left: -1000em;
    top: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 100%;
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0;
    ul.MenuBarVertical ul li
    width: 200px;
    ul.MenuBarVertical ul
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-color: #979c9c;
    color: #343642;
    text-decoration: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    background-color: #343642;
    color: #fff;
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
    background-color: #343642;
    color: #fff;
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    ul.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    @media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
      display: inline;
      f\loat: left;
      background: #FFF;
    Thanks.

    Frank,
    The code that you have shown us re SpryMenuBarVertical.css is correct so that we can assume that the problem lies elsewhere.
    Because you have not shown the rest of the code, we can only make assumptions which may or may not help. From the above screen shot, I see that you are using AP's (Absolute Positioned) elements. This is a NO NO!!!
    Have a look at the following wich achieves the same, but without AP's. Just copy and paste in a new document and view in any browser.
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <style>
        margin: 0;
        padding: 0;
    html {
        height: 100%;
        background: #FFC;
    body {
        width: 960px;
        margin: auto;
        background: #060;
    h1, h2, h3, p {
        margin: 0 20px;
    #header {
        height: 95px;
        background: #060;
    #sidebarL {
        width: 160px;
        float: left;
        color: #CCC;
    #content {
        width: 800px;
        float: left;
        background: #FFF;
    #sidebarR {
        width: 200px;
        float: right;
        background: #FF3;
    #footer {
        height: 50px;
        background: #060;
        color: #CCC;
        clear: both;
    </style>
    </head>
    <body>
    <div id="header"><h1>This is my Header</h1></div>
    <div id="sidebarL">
      <h3>This is my sidebar</h3>
      <p>This is where our menu goes</p>
    </div>
    <div id="content">
      <div id="sidebarR">
          <h3>This is my other sidebar</h3>
        <p>Sed do eiusmod tempor incididunt ullamco laboris nisi velit esse cillum dolore. Duis aute irure dolor sunt in culpa lorem ipsum dolor sit amet. Qui officia deserunt consectetur adipisicing elit, ut enim ad minim veniam.</p>
      </div>
        <h2>This is the content</h2>
      <p>Velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum dolor sit amet, ullamco laboris nisi sed do eiusmod tempor incididunt. Ut labore et dolore magna aliqua. Sunt in culpa in reprehenderit in voluptate ut aliquip ex ea commodo consequat.</p>
      <p>Duis aute irure dolor quis nostrud exercitation lorem ipsum dolor sit amet. Ullamco laboris nisi consectetur adipisicing elit, qui officia deserunt. Ut labore et dolore magna aliqua. Quis nostrud exercitation. Velit esse cillum dolore ut aliquip ex ea commodo consequat.</p>
      <p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut enim ad minim veniam. Eu fugiat nulla pariatur. Duis aute irure dolor sunt in culpa lorem ipsum dolor sit amet. Cupidatat non proident, excepteur sint occaecat velit esse cillum dolore.</p>
    </div>
    <div id="footer"><p>and lastly here is my footer</p></div>
    </body>
    </html>
    Gramps

  • Flyout menu area blocking access to body

    I'm building a site in Dreamweaver that my client is editing
    in Contribute. It uses CSS flyout menus. When we try to work on the
    pages in Contribute, Contribute blocks out the whole area that the
    menu would cover if it was fully expanded. In order to access text
    under this area, we have to put the mouse in to the right of that
    area and then arrow back under it. Has anyone else come across
    this? Is there a fix?
    Thanks!

    Your CSS style listing in the drop down is having larger font
    size?

  • CSS Flyouts in Design View

    Hi,
    I'm currently developing an intranet site with a CSS flyout
    navigation bar on the left side of the page that comes in via an
    SSI in a Dreamweaver template. The flyouts render fine in Firefox
    or IE 6, but they don't render in Dreamweaver's Design View.
    Instead, the flyouts show up as stati gaps between the toplevel
    menu items, and hover events have no effect. I don't know if this
    is possible, but it would be great to be able to turn hover events
    on in Design view (at least for CSS) so that I can assess the
    actual look and feel as I'm editing a site without having to check
    it in a browser every few minutes.
    Does anyone know if it is possible?
    Thanks in advance,
    Greg

    The first thing is to remove this code from your file:
    <style type="text/css">
    <!--
    @import url("styles/styles.css");
    -->
    </style>
    The above code isn't doing anything special when you have already defined the style sheet using this:
    <link href="styles/styles.css" rel="stylesheet" type="text/css" />
    Once you have done it, post back again and tell us what other problems do you actually see.
    The page online and your code given here aren't the same.  So check this and rectify it.
    G/L

  • Photoshop CC video: Where is the audio flyout menu? I want to set the audio level of a clip but when I click the little triangle the flyout only offers Motion options, no audio.

    I created a video clip by ripping from a (non-protected) DVD & brought it into Photoshop CC for editing. I want the audio to fade in & out but cannot find any audio controls!
    The info I've found online says to click the little triangle at the right end of the clip & I should get the audio flyout menu, but all I get is a menu with "Motion" options.
    Please help!! Where are the audio options I see on the tutorials?
    Thanks ...

    The audio was indeed in there; I could hear it! But I found the fix:
    Some Googling revealed that the timeline video sprites should appear *blue*, not purple as in my screenshot. I'm not sure how that happened, but I scrapped the project & restarted from scratch - and though I can't say what I did differently, this time the video sprite in the timeline was blue, and the audio flyout was there! So it's all good, thanks!

  • Javascript  Flyout Menu Misbehaving in IE

    Hi all.
    The site I am working on is http://www.43rdstnorfolk.com/
    I'm pretty good with the html, but a new to javascript. Can anyone offer recommendations as to why my flyout menu is inactive in older versions of IE? Also, in newer versions, I think I need to somehow affect the z-index to solve location issues.
    These issues are a little tricky because I don't have easy access to IE.
    Any words of wisdom would be appreciated.
    Thanks very much,
    Mary

    I guess what I'm wondering is, if I am trying to create a site that is cross compatible (IE friendly), should I not be using javascript?

  • Tools Panel Flyout menu automatically opens

    Hi, guys. I'm sorry if this has already been answered (I searched (the forum and the Internet), checked the stickies, and looked through this forum.) I found a solution for Windows but not for Mac.
    I'm using Photoshop CS4 Extended on a 2010 MacBook Pro with Mac OS X 10.6.4 and when I click (left click on mouse or physical click on trackpad) any of the tools on the (left) tool bar the hidden tools/flyout menu automatically opens, then I have to select the tool from the menu or click to close it before continuing my work. However, if I single finger tap (not click), it works as I expect (no flyout menu). Is there a way that I can fix this so that when I click (left click on mouse or physical click on trackpad) on a tool, the tool selects and the flyout menu doesn't open until you hold down the mouse/trackpad physical button. (The way it should be/originally was)
    Ex.
    Now: Click the Lasso tool > lasso menu opens (lasso, polygonal, magnetic) > select lasso > work
    Was/What I'd like: Click the Lasso tool > default lasso becomes selected > begin work
    Thanks in advance for any help, I really appreciate it.

    How is slower dragging an improvement? What do we need to do to not make our workflow slower, or at least as fast as it was 10 years ago? Or are we looking at slower processes for the other tools, too, and will it soon take us a minute to draw a circle?

  • How to Keep Custom Brushes in the Brush Panel Flyout Menu?

    So I have a set of brushes that I mostly commonly use. However, I still use other brushes on occasion. When I load those brushes, my custom brush set doesn't stay in the flyout menu and I have no choice but to find the brush file and reload it. Every time.
    It's getting to be a pain in the butt, so I'm wondering if there is a way to permanently keep your custom brush set in the flyout menu of the brush panel I've attached a screen shot in case what I wanted wasn't quite clear! I want my custom brushes to go where the green area is point.
    Also I'm running a Japanese version of PS, but I'm pretty sure almost all the menu places remain the same. I translated some of the menu (although it might not be the exact same as the US CS6, but if you give me instructions, I'm pretty sure I can figure it out!)

    Thanks! You're a life saver
    iPhoneから送信
    2014/10/31 16:16、R_Kelly <[email protected]> のメッセージ:
    How to Keep Custom Brushes in the Brush Panel Flyout Menu?
    created by R_Kelly in Photoshop General Discussion - View the full discussion
    Looks like you using mac os x?
    There are two places you can put your brush presets file:
    1. /Macintosh HD /Applications/Adobe Photoshop CS6/Presets/Brushes
    2. /Users/User Name/Library/Application Support/Adobe/Adobe Photoshop CS6/Presets/Brushes
    The difference is that the ones in the cs6 application folder show in your red area and the ones in the library show up below the red area with a separator line
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6886054#6886054
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop General Discussion by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • CSS Matrix Menu

    Hi all,
    I have been trying to get a css matrix menu to work, but for
    one reason or the other it only works in Apple Safari. In Firefox
    and all other browsers only the active tab is showing up and in IE
    there is nothing at all.
    The test-site can be found at:
    http://boothuren.squawkdesign.com/html/#
    The css code for the menu is attached at the bottom...
    Thanks, dl33

    "MikeMedia2" <[email protected]> wrote in message
    news:e2o2d1$na1$[email protected]..
    >I have cobbled together a CSS/JavaScript menu, based on
    the Vertical
    >Expanding
    > Menu by ?alsacreations.com?
    >
    http://tutorials.alsacreations.com/deroulant/menu-vertical.htm
    >
    > I was foolishly distracted in simply constructing a
    pretty menu
    > without
    > considering the fundamental necessity of being able to
    edit just ONE
    > menu for
    > the entire site rather than all the pages in the site.
    >
    > How do I establish this menu to operate as an
    independent file? Are
    > there
    > instructional sites available?
    Hi Mike,
    The following tutorial from our PMM user guide was designed
    for our menu
    system, but the techniques are similar enough that it should
    also work
    for your menu.
    http://www.projectseven.com/products/menusystems/pmm/user_guide/site_wide/includes/index.h tm
    Al Sparber
    PVII
    http://www.projectseven.com
    "Designing with CSS is sometimes like barreling down a
    crumbling
    mountain road at 90 miles per hour secure in the knowledge
    that repairs
    are scheduled for next Tuesday".

  • WAD - Possible to embed RRI commands in CSS style menu?

    I'm not content with the standard web item options in WAD and was hoping I could create my own menu using CSS style commands and then embed the BI:ACTIONs within the list links.  Is this possible?  I've got the list created within WAD, but can't find anything out there on how and what BI commands to embed.  Any help or alternative suggestions appreciated.  Thanks.
    Ivano

    FYI, I found one simple way to do this.  You can use the web item "Link", define the RRI or other set of BI actions you want to perform within that in the Layout side of WAD.  Then, within the XHTML portion you can cut this relevant snippet of BI command code and place it under the CSS-style menu you're trying to create.  In my exmaple, I styled a drop-down list and was able to have this as action as a link within the sub-menus.  For example, here's the list portion:
    <ul >
                            <li >
                                <bi:LINK_ITEM name="DISTRIBUTIONMETRIC" designheight="23" designwidth="200" >
                                    <bi:TEXT_CONTENT value="Distribution Metric" />
                                    <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                                        <bi:INSTRUCTION >
                                            <bi:RRI >
                                                <bi:TARGET_DATA_PROVIDER_REF value="%NM%" />
                                            </bi:RRI>
                                        </bi:INSTRUCTION>
                                    </bi:ACTION>
                                </bi:LINK_ITEM>
                            </li>
                            <li >
                                <a href="#" >Volume Metric</a>
                            </li>
                            <li >
                                <a href="#" >Marketshare</a>
                            </li>
                            <li >
                                <a href="#" >Standard Operating Reports</a>
                            </li>
                            <li >
                                <a href="#" >MPS Reports</a>
                            </li>
                        </ul>
    Edited by: ivanoharris2 on May 12, 2010 10:20 PMd

  • ACR and the Custom Settings option on the flyout menu...

    I am currently running the trial of CS4 to see if its worthy of my hard earned cash. I normally run CS3 and an old version of ACR (4.4.1) specifically for the reason that I can mass process a group of images by using the Custom Settings option in the flyout menu. (Select a file, adjust it, export it, select another or 10 from the same group, hit Custom Settings, and viola, all now have the same adjustments)
    Every ACR 'update' since that one took this option away from me.
    So, here's my quandary... Keep CS3 (and my hard earned $'s) using the old ACR... or figure out how to replace the quick adjustment options I had in CS3 with the New-and-Ever-So-Wonderful CS4...
    Any ideas?
    Thanks in advance!
    Dan

    You can open hundreds of files in ACR, slect and adjust the first one, choose sunchronize and apply the adjustment to all open files.  Try looking at the tutorials on AdobeTV etc, and
    here's some essential reading for you [CLICK HERE] .
    PS—I have no stake in whether you upgrade or not.

  • Css tab menu (don't work in firefox)

    Ok i have a css tabbed menu that we use at this site take a
    look.
    WebSite .
    It works perfect in IE but firefox is different.
    Any idea on how i can get the same effect in firefox.

    Is it Groundhog day?
    "Pablo" <[email protected]> wrote in message
    news:eviqmt$ntd$[email protected]..
    > Often often :)
    >
    > --
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:evipb1$m3j$[email protected]..
    >> Often.... 8)
    >>
    >> --
    >> 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
    >> ==================
    >>
    >>
    >> "@ndyB" <[email protected]> wrote in message
    >> news:eviol2$la2$[email protected]..
    >>> Is there an echo in here :o)
    >>> Lol
    >>>
    >>>
    >>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>> news:evinum$kfa$[email protected]..
    >>>> The stylesheet has an error in it, as
    pointed out by Andy....
    >>>>
    >>>> --
    >>>> 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
    >>>> ==================
    >>>>
    >>>>
    >>>> "dayv2005"
    <[email protected]> wrote in message
    >>>> news:evinrr$kbu$[email protected]..
    >>>>> its weird if i embed the stylesheet into
    the page then it works fine
    >>>>> but im referencing a style sheet and it
    wont work fine.
    >>>>
    >>>>
    >>>
    >>
    >>
    >
    >

  • Brushes flyout menu

    I was wondering how to get downloaded brushes to show up in the flyout menu. I'm able to get them listed in the swatch, but not on the menu itself. Any ideas would be awesome. Thank you.

    That's not where the Save Brushes command points to by default, that's the location for the brushes that come installed by default with the 32bit version of Photoshop. The correct folder for user brushes for vista+cs4 is this one: c:\Users\<username>\AppData\Roaming\Adobe\Adobe Photoshop CS4\Presets\Brushes\
    You'll probably have to show the hidden files to see that folder:
    http://windows.microsoft.com/en-US/windows-vista/Show-hidden-files

  • HELP: Odd flyout menu issue

    I've suddenly started experiencing an odd system issue. When clicking on anything, I get a little flyout menu that normally would appear when you would option+click on an item. This will happen when clicking on a link on a webpage; sometimes when clicking on an item in the dock I will also get this flyout menu asking if I want to open that program, a new window, etc.
    I can't figure out what I've done to have this start happening...but it's really annoying!
    Can anyone help?

    I believe it's CONTROL+click and not OPTION+click. Press CONTROL and see if that turns things off. Alternatively, try the OPTION or CMD keys.

  • CSS Rollover Menu with Images and Current Page Indicator

    Hello.
    I have found a very interesting video here: http://www.youtube.com/watch?v=vv8cRYGCvIY about creating a CSS Rollover Menu with Images and Current Page Indicator (I tested it and it is working fine).
    I have a web site with 15 pages based on a template and I want to use that video sample to do the same thing on my web site.
    Please tell me if I can use the sample from the link above to do that.
    What should I change in the css file (what new class should I make) to make this work on a web site based on a template  ?
    Thank You !

    I don't know about that video tutorial but a sitewide persistent menu indicator ('you are here' highlighting) is very simple to do with CSS classes.
    Details and code examples below:
    http://alt-web.com/Articles/Persistent-Page-Indicator.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for