Scale bar not displaying on MapViewer

ScaleBarDef myScaleBar = new ScaleBarDef();
myScaleBar.setPosition("NORTH_WEST");
myScaleBar.setMode("METRIC_MODE"); // display in both Metric and US units
//now we enable the scale bar
mv.setScaleBar(myScaleBar);

call the method getMapRequestString() content :-
<?xml version="1.0" standalone="yes"?>
<map_request
title=" "
datasource="mvdemo"
width="982"
height="465"
bgcolor="#ffffff"
transparent="true"
antialiase="true"
format="PNG_URL">
<legend bgstyle="fill:#ffffff;fill-opacity:128;stroke:#ff0000" profile="MEDIUM" position="NORTH_EAST">
<column>
<entry text="Map Legend" is_title="true" />
<entry style="gvis_#000000_#660000128" text="FREE AREA" />
<entry style="gvis_#000000_#FF0000128" text="CURRENT APPLICATION" />
<entry style="gvis_#000000_#CCE6FF128" text="EXISTING LEASES" />
<entry style="gvis_#000000_#FFFF33128" text="PRIOR APPLICATIONS" />
<entry style="gvis_#660000_#00FF00128" text="FOREST AREA" />
<entry style="gvis_#660000_#660066128" text="RESERVED AREA" />
<entry />
</column>
</legend>
<themes>
<theme name="theme1" label_always_on="true">
<jdbc_query
label_column="L_A_NO"
spatial_column="null"
label_style="_gvis_style_text_"
render_style="gvis_#000000_#FF0000128"
jdbc_srid="0"
datasource="mvdemo"
asis="true">SELECT lag.mine,laav.L_A_NO L_A_NO FROM LEASE_APPL_GEOMS lag,LEASE_APPL_ANNOT_V laav WHERE lag.application_id = 434 and lag.ver = 'R0' and laav.LEASE_ID = lag.APPLICATION_ID and laav.TYPE = 'A'
</jdbc_query>
</theme>
<theme name="theme2">
<jdbc_query
label_column="L_A_NO"
spatial_column="null"
label_style="_gvis_style_text_"
render_style="gvis_#000000_#CCE6FF128"
jdbc_srid="0"
datasource="mvdemo"
asis="true">SELECT g.mine_auto,laav.L_A_NO L_A_NO FROM lease_basic_info bi, lease_extra_info c,LEASE_APPL_ANNOT_V laav, (SELECT b.lease_id,b.GEOM_ID, sdo_geom.sdo_area (sdo_geom.sdo_intersection (a.mine, b.mine_auto, .0005 ), .005 ) overlap_sqm, b.mine_auto mine_auto FROM lease_appl_geoms a, lease_geoms b,lease_basic_info lbi WHERE a.application_id = '434' AND a.ver = 'R0' AND b.lease_id = lbi.lease_id AND lbi.status NOT IN (393, 394, 475) AND sdo_relate (b.mine_auto, a.mine, 'mask=inside%2bOVERLAPBDYINTERSECT%2bEQUAL%2bANYINTERACT' ) = 'TRUE' AND sdo_geom.sdo_intersection (a.mine, b.mine_auto, .0005) IS NOT NULL AND sdo_geom.sdo_area(sdo_geom.sdo_intersection (a.mine,b.mine_auto,.0005),.05) %26gt; 0 AND b.GEOM_ID in (SELECT a.* FROM TABLE (getlease_appl_geomid_1 ('L',b.lease_id,'No')) a) Union All SELECT b.lease_id,b.GEOM_ID, sdo_geom.sdo_area (sdo_geom.sdo_intersection (a.mine, b.mine_auto, .005 ), .005 ) overlap_sqm, b.mine_auto mine_auto FROM lease_appl_geoms a, CLOSING_ERROR_REMOVE_LEASE b,lease_basic_info lbi WHERE a.application_id = '434' AND a.ver = 'R0' AND b.lease_id = lbi.lease_id AND lbi.status NOT IN (393, 394, 475) AND sdo_relate (b.mine_auto, a.mine, 'mask=inside%2bOVERLAPBDYINTERSECT%2bEQUAL%2bANYINTERACT' ) = 'TRUE' AND sdo_geom.sdo_intersection (a.mine, b.mine_auto, .05) IS NOT NULL AND sdo_geom.sdo_area(sdo_geom.sdo_intersection (a.mine,b.mine_auto,.05),.05) %26gt; 0 AND b.GEOM_ID in (SELECT a.* FROM TABLE (getlease_appl_geomid_1 ('L',b.lease_id,'Yes')) a) ) g WHERE bi.lease_id = g.lease_id AND bi.lease_id = c.lease_id AND overlap_sqm IS NOT NULL AND laav.LEASE_ID = bi.LEASE_ID AND laav.TYPE = 'L' AND laav.geom_id = g.geom_id
</jdbc_query>
</theme>
<theme name="theme3">
<jdbc_query
label_column="L_A_NO"
spatial_column="null"
label_style="_gvis_style_text_"
render_style="gvis_#000000_#FFFF33128"
jdbc_srid="0"
datasource="mvdemo"
asis="true">SELECT g.mine_auto,laav.L_A_NO L_A_NO FROM lease_application bi, LEASE_APPL_ANNOT_V laav, (SELECT b.application_id, sdo_geom.sdo_area (sdo_geom.sdo_intersection (a.mine, b.mine, .005), .005 ) overlap_sqm, b.mine mine_auto FROM lease_appl_geoms a, lease_appl_geoms b WHERE a.application_id = '434' AND b.application_id != '434' AND a.ver = 'R0' AND sdo_relate (b.mine, a.mine, 'mask=inside%2bOVERLAPBDYINTERSECT%2bEQUAL%2bANYINTERACT' ) = 'TRUE' AND b.GEOM_ID in (SELECT a.* FROM TABLE (getlease_appl_geomid_1 ('A',b.application_id,'No')) a) ) g WHERE bi.application_id = g.application_id and bi.status in (436,438) and bi.transfer_flag NOT IN ('Y') AND bi.application_date %26lt;= (SELECT application_date FROM lease_application WHERE application_id = '434') AND overlap_sqm IS NOT NULL AND overlap_sqm %26gt; 0 AND laav.LEASE_ID = bi.APPLICATION_ID AND laav.TYPE = 'A'
</jdbc_query>
</theme>
<theme name="theme4" label_always_on="true">
<jdbc_query
label_column="Free_Area"
spatial_column="null"
label_style="_gvis_style_text_"
render_style="gvis_#000000_#660000128"
jdbc_srid="0"
datasource="mvdemo"
asis="true">SELECT 'Free Area (Block-' || ROWNUM || ')' free_area, (sdo_util.EXTRACT (c.diff, ROWNUM)) FROM (SELECT sdo_geom.sdo_difference ( app.mine , (SELECT sdo_aggr_union (sdoaggrtype (ovlap.overlap, .05) ) overlap_tot FROM (SELECT b.lease_id, sdo_geom.sdo_intersection (a.mine, b.mine_auto, .05 ) overlap FROM lease_appl_geoms a, lease_geoms b,lease_basic_info lbi WHERE a.application_id = '434' AND a.ver = 'R0' AND b.lease_id = lbi.lease_id AND lbi.status NOT IN (393, 394, 475) AND sdo_relate (b.mine_auto, a.mine, 'mask=inside%2bOVERLAPBDYINTERSECT%2bEQUAL%2bANYINTERACT' ) = 'TRUE' AND sdo_geom.sdo_intersection (a.mine, b.mine_auto, .0005 ) IS NOT NULL and sdo_geom.sdo_area(sdo_geom.sdo_intersection (a.mine,b.mine_auto,.0005),.05) %26gt;0 AND b.GEOM_ID in (SELECT a.* FROM TABLE (getlease_appl_geomid_1 ('L',b.lease_id,'No')) a) Union all SELECT b.lease_id, sdo_geom.sdo_intersection (a.mine, b.mine_auto, .05 ) overlap FROM lease_appl_geoms a, CLOSING_ERROR_REMOVE_LEASE b,lease_basic_info lbi WHERE a.application_id = '434' AND a.ver = 'R0' AND b.lease_id = lbi.lease_id AND lbi.status NOT IN (393, 394, 475) AND sdo_relate (b.mine_auto, a.mine, 'mask=inside%2bOVERLAPBDYINTERSECT%2bEQUAL%2bANYINTERACT' ) = 'TRUE' AND sdo_geom.sdo_intersection (a.mine, b.mine_auto, .0005 ) IS NOT NULL and sdo_geom.sdo_area(sdo_geom.sdo_intersection (a.mine,b.mine_auto,.0005),.05) %26gt;0 AND b.GEOM_ID in (SELECT a.* FROM TABLE (getlease_appl_geomid_1 ('L',b.lease_id,'Yes')) a) UNION ALL SELECT b.application_id, sdo_geom.sdo_intersection (a.mine, b.mine, .05 ) overlap FROM lease_appl_geoms a, lease_appl_geoms b, lease_application la WHERE a.application_id = '434' AND b.application_id != a.application_id AND b.application_id = la.application_id AND a.ver = 'R0' AND sdo_relate (b.mine, a.mine, 'mask=inside%2bOVERLAPBDYINTERSECT%2bEQUAL%2bANYINTERACT' ) = 'TRUE' and la.status in (436,438) and la.transfer_flag NOT IN ('Y') and sdo_geom.sdo_area(sdo_geom.sdo_intersection (a.mine,b.mine,.05),.05) %26gt;0 AND la.application_date %26lt;= (SELECT application_date FROM lease_application WHERE application_id = a.application_id) AND b.GEOM_ID in (SELECT a.* FROM TABLE (getlease_appl_geomid_1 ('A',b.application_id,'No')) a) UNION ALL SELECT a.application_id, sdo_geom.sdo_intersection (a.mine, rag.mine_auto, .005 ) overlap FROM lease_appl_geoms a, reserved_area_geoms rag, reserved_area ra WHERE a.application_id = '434' AND a.ver = 'R0' AND rag.ra_id = ra.ra_id AND ra.status = 588 AND sdo_relate (rag.mine_auto, a.mine, 'mask=inside%2bOVERLAPBDYINTERSECT%2bEQUAL%2bANYINTERACT' ) = 'TRUE' and sdo_geom.sdo_area(sdo_geom.sdo_intersection (a.mine,rag.mine_auto,.05),.05) %26gt;0 and rag.AREA_GEOMS_ID in (SELECT a.* FROM TABLE (getlease_appl_geomid_1 ('R',ra.ra_id,'No')) a) UNION ALL SELECT a.application_id, sdo_geom.sdo_intersection (a.mine, f.forest, .005 ) overlap FROM lease_appl_geoms a, forest f WHERE a.application_id = '434' AND a.ver = 'R0' AND sdo_relate (f.forest, a.mine, 'mask=inside%2bOVERLAPBDYINTERSECT%2bEQUAL%2bANYINTERACT' ) = 'TRUE' ) ovlap), .05 ) diff FROM lease_appl_geoms app WHERE application_id = '434' AND app.ver = 'R0' )c , dba_tables WHERE ROWNUM %26lt;= sdo_util.getnumelem (c.diff)
</jdbc_query>
</theme>
<theme name="theme5" label_always_on="true">
<jdbc_query
label_column="Forest"
spatial_column="null"
label_style="_gvis_style_text_"
render_style="gvis_#660000_#00FF00128"
jdbc_srid="0"
datasource="mvdemo"
asis="true">SELECT sdo_geom.sdo_intersection (appl.mine,aggr.aggr,.05), 'Forest' Forest FROM (SELECT sdo_aggr_union (sdoaggrtype (c.mine, .05)) aggr FROM ( SELECT f.forest mine FROM lease_appl_geoms a, forest f WHERE a.application_id = '434' AND a.ver = 'R0' AND sdo_relate (f.forest, a.mine, 'mask=inside%2bOVERLAPBDYINTERSECT%2bEQUAL%2bANYINTERACT' ) = 'TRUE') c) aggr, lease_appl_geoms appl WHERE appl.application_id = '434' AND appl.ver = 'R0'
</jdbc_query>
</theme>
<theme name="theme6" label_always_on="true">
<jdbc_query
label_column="Reserved_Area"
spatial_column="null"
label_style="_gvis_style_text_"
render_style="gvis_#660000_#660066128"
jdbc_srid="0"
datasource="mvdemo"
asis="true">SELECT sdo_geom.sdo_intersection (appl.mine,aggr.aggr,.05), nvl(aggr.area_name,'Reserved Area') Reserved_Area FROM (SELECT sdo_aggr_union (sdoaggrtype (c.mine, .05)) aggr,c.area_name area_name FROM ( SELECT rag.mine_auto mine,ra.area_name FROM lease_appl_geoms a, reserved_area_geoms rag, reserved_area ra WHERE a.application_id = '434' AND a.ver = 'R0' AND rag.ra_id = ra.ra_id AND ra.status = 588 AND sdo_relate (rag.mine_auto, a.mine, 'mask=inside%2bOVERLAPBDYINTERSECT%2bEQUAL%2bANYINTERACT' ) = 'TRUE' and rag.AREA_GEOMS_ID in (SELECT a.* FROM TABLE (getlease_appl_geomid_1 ('R',ra.ra_id,'No')) a) ) c group by c.area_name ) aggr, lease_appl_geoms appl WHERE appl.application_id = '434' AND appl.ver = 'R0'
</jdbc_query>
</theme>
<theme name="theme7">
<jdbc_query
label_column="ID"
spatial_column="null"
label_style="_gvis_style_free_area_text_"
render_style="gvis_#000000_#660000128"
jdbc_srid="0"
datasource="mvdemo"
asis="true">select POINT_GEOM, ID from FREE_AREA_ML_PL_VERTEX_V where application_id = '434'
</jdbc_query>
</theme>
</themes>
<styles>
<style name="gvis_#660000_#660066128">
<svg width="1in" height="1in" >
<g class="color" style="stroke:#660000;stroke-opacity:128;fill:#660066;fill-opacity:128" >
<rect width="50" height="50"/>
</g>
</svg>
</style>
<style name="gvis_#000000_#CCE6FF128">
<svg width="1in" height="1in" >
<g class="color" style="stroke:#000000;stroke-opacity:128;fill:#CCE6FF;fill-opacity:128" >
<rect width="50" height="50"/>
</g>
</svg>
</style>
<style name="_gvis_style_free_area_text_">
<svg width="1in" height="1in" >
<g class="text" float-width="1.0" style="font-style:PLAIN; font-family:Serif; font-size:12; font-weight:PLAIN; fill:#000000">
</g>
</svg>
</style>
<style name="gvis_#000000_#FF0000128">
<svg width="1in" height="1in" >
<g class="color" style="stroke:#000000;stroke-opacity:128;fill:#FF0000;fill-opacity:128" >
<rect width="50" height="50"/>
</g>
</svg>
</style>
<style name="gvis_#660000_#00FF00128">
<svg width="1in" height="1in" >
<g class="color" style="stroke:#660000;stroke-opacity:128;fill:#00FF00;fill-opacity:128" >
<rect width="50" height="50"/>
</g>
</svg>
</style>
<style name="gvis_#000000_#660000128">
<svg width="1in" height="1in" >
<g class="color" style="stroke:#000000;stroke-opacity:128;fill:#660000;fill-opacity:128" >
<rect width="50" height="50"/>
</g>
</svg>
</style>
<style name="gvis_#000000_#FFFF33128">
<svg width="1in" height="1in" >
<g class="color" style="stroke:#000000;stroke-opacity:128;fill:#FFFF33;fill-opacity:128" >
<rect width="50" height="50"/>
</g>
</svg>
</style>
<style name="_gvis_style_text_">
<svg width="1in" height="1in" >
<g class="text" float-width="1.0" style="font-style:PLAIN; font-family:Serif; font-size:12; font-weight:PLAIN; fill:#0000ff">
</g>
</svg>
</style>
</styles>
</map_request>

Similar Messages

  • On windows 7 only, ie9 and firefox 4 spry bar not displaying correctly?

    This website www.colonialstock.com does not display the spry menubar correctly.  I need it to go all the way to the right.  But when I do a view on IE8 or do the compatibility view on IE9 (which is the same as IE8) it brings the bar too far, making it fall below where it is.  I need it to work on both browsers.  The same is on firefox 4 and earlier versions.  I am guessing this is just a windows 7 issue in all.  Also on firefox when i hover on this tab issuer services> annual meeting & proxy the sub sub menu appears farther down than it should it works fine on all ie8/9 versions.  Please let me know if you have any solutions.

    See here http://forums.adobe.com/message/4002145#4002145
    Gramps

  • Menu bar not displaying in Internet Explorer 8

    I recently created the webpage http://sterlingfamilyfarm.com/index.html in Dreamweaver CC.
    I tested the site with http://jigsaw.w3.org/css-validator/ and http://validator.w3.org/ and all seemed good.
    But the menu bar is not displaying in IE8... it's displaying as a bulleted list instead.
    Also the footer is not displaying properly (not centered, no background color).
    Any help would be greatly appreciated.
    Thank you!
    Patrick

    <header> and <footer> are html5 semantic tags. Old non-html5 browsers (like IE8) don't know how to handle them without a little help.
    Add this code to your <head>
    <!--[if lt IE 9]>
         <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    Or better yet, download the .js file and add it to your site, then link to it, that way you won't depend on third party servers keeping the file in the same location...
    http://code.google.com/p/html5shiv/

  • Navigation Bar Not Displaying in Opera10

    Hello again,
    There seems to be an issue with the navigation container in my website, and it is not displaying at all in Opera10. It displays fine and visible in every other browser. I thought maybe Opera 10 requires some extra position settings, and the navigation bar is at the very top of the page behind the header. So I tried to put a z-index value on the container, to see whether or not it is behind the header, and in fact, I still could not see it.
    My website has a header image at the very top of the browser, with a horizontal spry drop down menu right underneath it.
    Does anybody have any ideas? I am not sure which details to provide with this question, however I can give any details upon request.
    Thanks in advance a thousand times!
    Cheers,
    Mr.V

    I have just read the "new to spry forums?" quick info, and I realized that I only have the version 1.4 framework. I will upgrade to 1.6.1 immediately, and the issue could be possibly resolved.
    Sorry for the inconvenience. I will note the details from now on.
    Mr.V

  • Af:table Scroll bars not displayed in IE11 for large number of rows

    Hi. I'm using JDeveloper 11.1.2.4.0.
    The requirements of our application are to display a table potentially displaying very large numbers of rows (sometimes in excess 3 million). While the user does not need to scroll through this many rows, the QBE facility allows drill-down into specific information in the rowset. We moved up to JDeveloper 11.1.2.4.0 primarily so IE11 could be used instead of IE8 to overcome input latency in ADF forms.
    However, it seems that IE11 does not enable the vertical or horizontal scroll bars for the af:table component when the table contains greater than (approx) 650,000 rows. This is not the case when the Chrome browser is used. Nor was this the case on IE8 previously (using JDev 11.1.2.1.0).
    When the table is filtered using the QBE (to a subset < 650,000 rows), the scroll bars are displayed correctly.
    In the code the af:table component is surrounded by an af:panelCollection component which is itself surrounded by an af:panelStretchLayout component.
    Does anyone have any suggestions as to how this behaviour can be corrected? Is it purely a browser problem, or might there be a programmatic workaround in ADF?
    Thanks for your help.

    Thanks for your response. That's no longer an option for us though...
    Some further investigation into the generated HTML has yielded the following information...
    The missing scroll bars appear to be as a consequence of the setting of a style for the horizontal and vertical scroll bars (referenced as vscroller and hscroller in the HTML).  The height of the scrollbar appears to be computed by multiplying the estimated number of rows in the iterator on which the table is based by 16 to give a scrollbar size proportional to the amount of data in the table, although it is not obvious why that should be done for the horizontal scroller.  If this number is greater than or equal to 10737424 pixels then the scroll bars do not display in IE11.
    It would seem better to be setting this height to a sensible limiting number of pixels for a large number of rows?
    Alternatively, is it possible to find where this calculation is taking place and override its behaviour?
    Thanks.

  • Navigation bar not displaying correctly in IE6

    Hello,
    I'm having trouble getting my navigation bar to display correctly in IE6!!! I've tried using the zoom: 1 IECC for #header, #header li a etc but can't seem to get it to display in the correct place. I'm fairly new to CSS (that's probably obvious!) and have been working through a tutorial to get this far but unfortunately the design you want never quite matches the tutorial!
    http://www.lewistest.webatu.com/
    Any help or any other comments about my coding or design would be greatly appreciated!
    Thanks,
    Tracie

    Oops sorry, I've used them before and forgot they did that soon after a site was set-up! My other site is hosted by them with no problem.
    If you are able to see the site now the link is still http://www.lewistest.webatu.com/ ... failing that I will post source code etc tomorrow

  • Horizontal Menu Bar - Not displaying correctly in Internet Explorer

    My issues are occuring in Internet Explorer 8 and 7, haven't tested earlier versions.
    I am currently using DW CS5, Spry 1.6.1
    The website (not yet complete) is at www3.sympatico.ca/mitchell.richard/
    The menu bar as viewed in Firefox is correct. In Internet Explorer the menu bar is left justified, hides visited links, and lists horizontal menu items in reverse order.
    I work for a Women's Shelter in Canada, as the Information Systems Manager. We don't have the funds to hire someone to build a website and it was decided and I quote "You know computers, you can buld the website". I couldn't get them to understand the analogy that just because a Neurosurgeon can use a scalpel he isn't a Cardiothoracic Surgeon... needless to say, I am floudering on this menu bar. Any help would be greatly appreciated.
    Below is the source for my menubar
    CSS
    @charset "UTF-8";
    /* 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
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 12pt;
        cursor: default;
        width: inherit;
        font: calibri;
        font-family: Calibri;
        font-weight: bold;
        background-color: #4F91CD;
        /* [disabled]height: 27px; */
        /* [disabled]border-bottom: 1px solid #A7C9E5; */
        /* [disabled]border-top: 1px solid #A7C9E5; */
    /* 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: 6
    .em;
        float: right;
    /* 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-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        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: 8.2em;
    /* 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
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #4F91CD;
        padding: 0.2em 0.75em;
        color: #FFF;
        text-decoration: none;
        border-bottom: 1px solid #A7C9E5;
        border-top: 1px solid #A7C9E5;
    /* 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: #A7C9E5;
        color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #A7C9E5;
        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.MenuBarHorizontal a.MenuBarItemSubmenu
        /* [disabled]background-image: url(SpryMenuBarDown.gif); */
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* 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.MenuBarHorizontal ul a.MenuBarItemSubmenu
        /* [disabled]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.MenuBarHorizontal a.MenuBarItemSubmenuHover
        /* [disabled]background-image: url(SpryMenuBarDownHover.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.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        /* [disabled]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.MenuBarHorizontal ifram=e
        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
      <tr>
        <td colspan="10" class="navbarrepeat"><ul id="navbar" class="MenuBarHorizontal">
          <li><a href="contact_us.html">Contact Us</a>        </li>
          <li><a href="helpful_links.html" class="MenuBarItemSubmenu">Resources</a>
            <ul>
              <li><a href="helpful_links.html">Helpful Links</a></li>
              <li><a href="community_agencies.html">Community Agencies</a></li>
              <li><a href="of_interest.html">Of Interest</a></li>
    </ul>
          </li>
          <li><a href="checklist.html" class="MenuBarItemSubmenu">Safety</a>
            <ul>
              <li><a href="safety_checklist.html">Safety Checklist</a></li>
              <li><a href="things_to_bring.html">Things to Bring</a></li>
              <li><a href="child_safety_plan.html">Child Safety Plan</a></li>
    </ul>
          </li>
          <li><a href="signs.html" class="MenuBarItemSubmenu">Abuse</a>
            <ul>
              <li><a href="what_is_abuse.html">What is Abuse?</a></li>
              <li><a href="signs.html">Signs of Abuse</a></li>
              <li><a href="characteristics.html">Characteristics</a></li>
              <li><a href="why_women_stay.html">Why Women Stay</a></li>
              <li><a href="donate.html">Survivors Speak</a></li>
            </ul>
          </li>
          <li><a href="donate.html" class="MenuBarItemSubmenu">Support Us</a>
            <ul>
              <li><a href="donate.html">Donate</a></li>
              <li><a href="events.html">Events</a></li>
              <li><a href="volunteering.html">Volunteering</a></li>
              <li><a href="statistics.html">Statistics</a></li>
    </ul>
          </li>
          <li><a href="join_us.html">Join Us</a>        </li>
          <li><a href="our_story.html" class="MenuBarItemSubmenu">About Us</a>
            <ul>
              <li><a href="residential.html">Our Services</a></li>
              <li><a href="our_mission.html">Our Mission</a></li>
              <li><a href="our_story.html">Our Story</a></li>
              <li><a href="board_of_directors.html">Board of Directors</a></li>
            </ul>
          </li>
        </ul></td>
        <td><img src="images/spacer.gif" width="1" height="26" alt=""></td>
      </tr>

    /* 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: 6
    .em;
         float: right;
    The red coloured line causes your menu to be displayed the wrong way round in FF. IE shows the menu as you have listed it with Contact Us as the first item.
    Advice:
    change the float to left so that the listed items start on the left hand side
    change the listed items in the order that you want them to appear.

  • Horizontal Scroll Bar not displaying

    Hi,
    We have a page with many recursive tables for alignment.
    We have a lot of graphs displayed horizontally, so that we need to scroll the page horizontally.
    We happened to change the layout and suddenly we are missing the horizontal scroll bar !!
    We could not scroll to see the hidden page details.
    This happens only in IE6, IE7. Firefox, Mozilla displays it with horizontal bars
    Does anybody knows as what the problem could be ??
    - Mohan

    Horizontal Scrollbar in base window... has nothing to do with Framework, its a browser feature and should appear automatically. I m still wondering what must have caused in ur cause.Can u upload the page screenshot on any pic website, would like to have a look !
    There is CSS work around for this but it would be difficult to inject it in a OAF page!Anyways upload the screenshot.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Menu bar not displaying inline with logo (Spry menu troubles - Extra Credit!)

    Coding Brothers and Sisters!
    Hope you all are well - would anyone please assist me to display inline the logo and menu bar at the following page?
         http://gratefulcreative.com/Andre_Madiz/index.html
    Superbonus, Adobe All-star points for help with my Spry Menu Bar, which is not showing submenus. I get an error message saying the following:
         This document contains Javascript code for a widget that no longer exists. If you don't remove the code, the browser might display Javascript errors when loading the page. Would you like Dreamweaver to find all the
         instances of the code for you?
         Widget: var Menu Bar 1 = New.Spry.Widget.MenuBar ("MenuBar1"; {imgdown:"SpryAssets/SpryMenuBarDownHover.gif",imgRight:"SpryAssets/SpryMenuBarRightHover .gif"});
    Thank you as always!
    Ken D
    Creative Director
    Grateful Creative
    www.gratefulcreative.com

    Use CSS floats.  Posted here with inline styles for expediency.  Ideally, you should set-up some re-usable classes for floats & clearing in your external style sheet.
    <div style="float:left; width:250px">
    <a href="http://www.andremadizmma.com"><img src="images/Bulldog_logo3.png" border="0"></a>
    </div>
    More on Floats:
    http://css.maxdesign.com.au/floatutorial/
    (='.'=)
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Menu bar not displaying in browser preview.

    After inserting my menu bar it doesn't display when I preview it in my browser. I have a rectangle sectioned for my main navigation menu and the menu bar sits on top of it...could this be causing it to not be seen? Also, it showed only once after pinning it...but that isn't what I want because when the page scrolls up and down the menu sits stationary...but it allows it to show??
    Anyone have this issue or have a fix?
    Thanks,
    Lee

    <header> and <footer> are html5 semantic tags. Old non-html5 browsers (like IE8) don't know how to handle them without a little help.
    Add this code to your <head>
    <!--[if lt IE 9]>
         <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    Or better yet, download the .js file and add it to your site, then link to it, that way you won't depend on third party servers keeping the file in the same location...
    http://code.google.com/p/html5shiv/

  • Location bar not displaying in Firefox 3

    Good Friday evening to you all,
    I'm running an RH8 CSH project and have defined a custom window by selecting the Location bar and Resizeable check boxes under CSH API use only.
    The window appears and works properly in IE7. In FF3, the window appears with the proper content, but the location bar does not appear. The window is resizeable.
    I''ve gathered from the forum that FF is represented in RH8 .js files as mozilla. Any idea how to force the FF window to display the location bar? Which .js file to hack?
    TIA,
    Patrick

    Tuttle wrote:
    If you're using Adblock Plus, go to the Tools menu, choose Adblock Plus, then choose Add Filter, enter:
    @@http://\apple.com/
    and press Okay.
    There are no third-party ads on Apple's site, and without this filter the plugin blocks a large amount of content here.
    I have ABP running on FF 3.0.1 and it doesn't block anything on that page. I don't have a filter set up for it. When I put my cursor on the ABP icon it says "0 blocked out of 96"
    Perhaps the O.P. might try re-installing Firefox?

  • Horizontal Menu Bar not displaying when published as it views in live view or preview

    I am working on putting together our site and haven't used Dreamweaver in years so very rusty.  I have a horizontal menu bar that is working properly in "live view" and in "preview" mode but when I publish the submenus are not working. 
    You can view the site at www.pulsecc.org
    Any help will be greatly appreciated.

    Thank you so much! That's a little frustrating how long I pulled my hair out trying to figure something this simple out!
    Thanks again!

  • Menu bar not displaying properly

    On boot-up I am have a recurring problem. About 80% of the time I login to my account (1 user, auto logs in on startup), several menu bar icons do not load. This includes 3rd party icons and 2nd party icons (built-in). It's difficult to compare the menu bar with everything loaded properly and when some things are missing because I can't look at both at once =/ . The noticeable absences include lack of battery status icon, wifi connectivity icon, and iStat menus CPU usage. Even when I go to System Preferences to make sure that it says "Show ____ status in menu bar" is checked, and when I uncheck and recheck it, nothing happens. Oftentimes I just have to log out and log back in, however it usually doesn't work. Any ideas as to what might be causing this.

    The menu bar extras are handled by SystemUIServer, which evidently is having a problem with something you have installed. While it seems to be more robust in Leopard than it was in earlier versions of Mac OS, it can still choke up on third party things (it used to choke even on some Apple menu bar extras). First take a look in your startup items, and see what, if anything, is there and loading menu bar extras, make a note of what it is so you can add it back later, and delete it.
    Then try deleting the preference list for SystemUIServer:
    /Users/yourname/Library/Preferences/com.apple.systemuiserver.plist
    and also the cache file for it:
    /Users/yourname/Library/Preferences/ByHost/com.apple.systemuiserver.0017f20dca84 .plist
    Log out and back in. Now go to the Apple items and re-enable the ones you need. Run for awhile and restart. Next add ONE of the third-party items back and see how things go. Each time you restart put another item back. You ought to eventually figure out which one is causing the problem. You'll have to learn to live without it, or check to see if the program that has it has an updater for Leopard.
    Francine
    Francine
    Schwieder

  • Menu Bar Not Displaying Correctly

    Hi,
    I am building a website locally and have developed the menu bar in Fireworks. When I preview the page in IE I get a strange strip running across the top of the bar, but it displays fine in Firefox. I have posted this in the Fireworks discussion without much luck, can anyone help?

    Thanks for the response, but as mentioned I am still building the page locally, there is no URL yet so I can't post a link.
    When I import the Fireworks HTML, the top line of code is:
      <table style="display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="1001">
    I wonder if the display field needs to be different?

  • Url bar not displaying correctly on forwarded domain

    I found a problem.... on domain forwarded site - the right side of the url does not update correctly...
    the REAL site is:
    mysite.com - but we use a 2nd domain - mysite2.com that uses forwarding (w masking) to the 1st - mysite.com (so they are both the same real pages)
    (the owner wants it this way)
    NO PROBLEM when I use = mysite.com
    mysite.com/dir1/dir2/index.php = ALL GOOD - urls display correctly...
    but this problem appears when I use mysite2.com (forwarding)
    mysite2.com/dir1/dir2/index.php - does NOT UPDATE CORRECTLY
    pages go the the right place - but url stays here (last place typed) - mysite2.com/dir1/dir2/index.php
    Q: any way to fix the 2nd forwarded domain with a master bit of code of something?
    a href links are simple like    -     update.php (not absolute refs)

    Hi Murray - thanks for your help,
    1 - the master site is:
    http://deboisproductions.com
    it has all the links showing properly as you go to varied pages
    2 - this is a domain forward with masking (from godaddy goes to #1 deboisproductions.com)
    http://deboisentertainment.com/
    it has all the links NOT showing properly as you go to varied pages - it stays on deboisentertainment.com

Maybe you are looking for