DIV scrollbar not working in IE 6

Posted this yesterday with no response. Since then I've
discovered it seems to be an IE 6 problem. Suggestions?
Using a DIV tag set to overflow. I have it so the scroll bars
show up if more text is addded. Works fine on my three PC's with IE
and FF, but the client says it doesn't work on her 3 computers at
all (AOL, IE 6). I tested with IE 6 and she's right...the scrollbar
just doesn't move.
Here's the page:
http://www.starkovichreporting.com/default.htm
Here's the CSS:
http://www.starkovichreporting.com/stylesheets/styles.css
Suggestions?
-Jesse

I dont have an answer, but whenever I run into a problem that
cannot/does
not get answered here, I just google it..and I found this
http://www.gunlaug.no/contents/wd_additions_15.html
There were quite a few articles when I used the search scroll
bar ie6.
HTH
"JesseLY" <[email protected]> wrote in
message
news:gnhh44$3a8$[email protected]..
> Posted this yesterday with no response. Since then I've
discovered it
> seems to
> be an IE 6 problem. Suggestions?
>
> Using a DIV tag set to overflow. I have it so the scroll
bars show up if
> more
> text is addded. Works fine on my three PC's with IE and
FF, but the client
> says
> it doesn't work on her 3 computers at all (AOL, IE 6). I
tested with IE 6
> and
> she's right...the scrollbar just doesn't move.
>
> Here's the page:
http://www.starkovichreporting.com/default.htm
>
> Here's the CSS:
>
http://www.starkovichreporting.com/stylesheets/styles.css
>
> Suggestions?
>
> -Jesse
>

Similar Messages

  • Scrollbar not working in a JScrollPane

    In the JDialog there is a JScrollPane. JTextPane is in a the scroll pane. For some reason the scrollbars are not working.
    Any suggestions on this why the scrollbars not working?
    Thanks.

    using the setText() method the text is set to the text pane from some other package. the Dialog displays the text too with the vertical scroll bar that doesn't work.
    public MyDialog(JFrame frame) {
    super(frame);
    initialize();
    private void initialize() {
    this.setResizable(true);
    this.setName("");
    this.setUndecorated(false);
    this.setContentPane(getScrl());
    this.setSize(400, 300);
    this.centerDialog();
    private javax.swing.JScrollPane getScrl() {
    if (scrl == null) {
    scrl = new javax.swing.JScrollPane();
    scrl.setViewportView(getTxt());
    return scrl;
    private javax.swing.JTextPane getTxt() {
    if (txt == null) {
    txt = new javax.swing.JTextPane();
    txt.setBackground(java.awt.SystemColor.info);
    txt.setEditable(false);
    return txt;
    public void setText(String text) {
    if (txt.getEditorKit() == null) {
    txtToolTip.setEditorKit(new StyledEditorKit());
    txt.setContentType("text/html");
    txt.setOpaque(true);
    txt.setText(text);

  • Flex 4: Custom ScrollBar not working in Custom DropDownList

    Hello,
    I'm having an odd issue that I just cannot figure out. I have a custom DropDownList .as component (to pass color values) and a custom skin. In this skin I am using a custom Scroller (same AS file component with mxml skin). When I use this configuration, clicking on the scrollbar just closes the DropDown. If I remove the skin from my custom scrollbar it works, which leads me to believe it has something to do with the DropDown skin. Even if I revert my custom Scroller to the spark Scroller, it still doesn't work. I've narrowed it down to what seems like a problem with my DropDownList skin.
    Not really sure what code to put here, but all I've been doing is right clicking my project and making new ActionScript components and MXML skins from the default skin. Here is my DropDownList skin, not sure if I should paste any other code? I have no idea what would be causing this, so I don't really know what code to place.
          [HostComponent("ccm.DropDown.DropDownList")]          

    Woops, the code didn't place correctly, here it is:
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:fb="http://ns.adobe.com/flashbuilder/2009" alpha.disabled=".5" xmlns:Scroller="ccm.Scroller.*" xmlns:DropDown="ccm.DropDown.*">
        <fx:Metadata>
              [HostComponent("ccm.DropDown.DropDownList")]
         </fx:Metadata>
        <!-- host component -->
         <fx:Script fb:purpose="styling">
              <![CDATA[           
                   import flash.filters.BitmapFilterQuality;
                   import flash.filters.BitmapFilterType;
                   import mx.controls.Alert;
                   import spark.filters.*;
                   /* Define the content fill items that should be colored by the "contentBackgroundColor" style. */
                   static private const contentFill:Array = [];
                    * @private
                   override public function get contentItems():Array {return contentFill};
                    * @private
                   override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
                        openButton.setStyle("cornerRadius", getStyle("cornerRadius"));
                        super.updateDisplayList(unscaledWidth, unscaledHeight);
              ]]>
         </fx:Script>
         <s:states>
              <s:State name="normal" />
              <s:State name="open" />
              <s:State name="disabled" />
         </s:states>
         <!---
         The PopUpAnchor control that opens the drop-down list.
         <p>In a custom skin class that uses transitions, set the
         <code>itemDestructionPolicy</code> property to <code>none</code>.</p>
         -->
         <s:PopUpAnchor id="popUp"  displayPopUp.normal="false" displayPopUp.open="true" includeIn="open"
                           left="0" right="0" top="0" bottom="0" itemDestructionPolicy="auto"
                           popUpPosition="below" popUpWidthMatchesAnchorWidth="true" >
              <!---
              This includes borders, background colors, scrollers, and filters.
              @copy spark.components.supportClasses.DropDownListBase#dropDown
              -->
              <s:Group maxHeight="134" minHeight="22" >
                   <s:Rect id="fill" left="1" right="1" top="1" bottom="0" bottomLeftRadiusX="16.5" bottomRightRadiusX="16.5" topLeftRadiusX="16.5" topRightRadiusX="16.5" >
                        <s:fill>
                             <s:SolidColor color="0xFFFFFF" />
                        </s:fill>
                        <s:filters>
                             <s:GlowFilter
                                  color="0x000000"
                                  alpha=".35"
                                  blurX="6"
                                  blurY="6"
                                  strength="1"
                                  quality="{BitmapFilterQuality.HIGH}"
                                  inner="true"
                                  knockout="false"/>
                        </s:filters>
                   </s:Rect>
                   <!--- @private -->
                   <Scroller:Scroller id="scroller" left="8" top="8" right="8" bottom="8" hasFocusableChildren="false" minViewportInset="1"
                                          showButtons="false"
                                          trackColor="{hostComponent._trackColor}"
                                          thumbColor="{hostComponent._thumbColor}"
                                          skinClass="ccm.Scroller.ScrollerSkin">
                        <!--- @copy spark.components.SkinnableDataContainer#dataGroup-->
                        <s:DataGroup id="dataGroup" itemRenderer="ccm.DropDown.DropDownItemRenderer">
                             <s:layout>
                                  <s:VerticalLayout gap="0" horizontalAlign="contentJustify"/>
                             </s:layout>
                        </s:DataGroup>
                   </Scroller:Scroller>
              </s:Group>
         </s:PopUpAnchor>
         <!---  The default skin is DropDownListButtonSkin.
         @copy spark.components.supportClasses.DropDownListBase#openButton
         @see spark.skins.spark.DropDownListButtonSkin -->
         <DropDown:DropDownButton id="openButton" left="0" right="0" top="0" bottom="0" focusEnabled="false"
                                        skinClass="ccm.DropDown.DropDownButtonSkin"
                                        buttonColor="{hostComponent._buttonColor}"
                                        /> 
         <!--- @copy spark.components.DropDownList#labelDisplay -->
         <s:Label id="labelDisplay" verticalAlign="middle" maxDisplayedLines="1"
                    mouseEnabled="false" mouseChildren="false"
                    left="12" right="30" top="2" bottom="2" width="75" verticalCenter="1" />
    </s:SparkSkin>

  • Mouse scrollbars not working

    Hi all, my issue that I've been facing using Itunes 7 is the scrollbars on my mouse quit working, are any of you having this problem? Any fixes people have come across? Thanks.
    -DS
    David
    Custom AMD 64 3200   Windows XP Pro  

    Is your MacBook one with an easily removeable battery? Some of the batteries have been known to expand and interfere with the trackpad. Test by the following steps:
    Shut down your MacBook.
    Remove the battery.
    Connect to power adapter.
    Start up the MacBook.
    Test the trackpad.
    Examine the battery for expansion.
    If the battery has expanded, do not use it again. Replace it.
    Best of luck.

  • Lining up divs inside a main div: Mine not working

    Hello, I need help with my CSS design, I am trying to line many dives inside a container DIV, interestingly only the first div is well
    positioned, the rest lie outside the container all together. I can't figure out what I am doing wrong. Find attached my CSS definitions and also the related code:
    CSS:
    /* id the for main container of index page elements */
    #indexmain{
    background-color:#FFFFFF;
    font-weight: bold;
    color:#00FF00;
    width: 100%;
    height: 600px;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    /* id for welcome label */
    #welcome {
    background-color:#FFFFFF;
    color:#00FF00;
    padding-top: 5px;
    padding-right: 5px;
    padding-left:5px;
    padding-bottom:5px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 140px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    top: 160px;
    left: 120px;
    /* id for main container of index elements */
    #welcomemain{
    background-color:#FFFFFF;
    color:#00FF00;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 60%;
    height: 400px;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    top: 192px;
    left: 120px;
    /* id for description of consumer component */
    #consumerdescription{
    background-color:#FFFFFF;
    color:#00FF00;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 50%;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-right-color:#FF0000;
    top: 0;
    left:0;
    margin-left: auto ;
    margin-right: auto ;
    text-align:center;
    /* id for label of consumer link */
    #consumerlink{
    background-color:#FFFFFF;
    color:#00FF00;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 50%;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-left-color:#FF0000;
    background-color:#CCFF66;
    top: 0;
    right: 0;
    margin-left: auto ;
    margin-right: auto ;
    text-align:center;
    /* id for label of business link */
    #businesslink{
    background-color:#FFFFFF;
    color:#00FF00;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 50%;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-right-color:#FF0000;
    background-color:#CCFF66;
    bottom: 0;
    left: 0;
    margin-left: auto ;
    margin-right: auto ;
    text-align:center;
    /* id for description of business component */
    #businessdescription{
    background-color:#FFFFFF;
    color:#00FF00;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 50%;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-left-color:#FF0000;
    bottom: 0;
    right: 0;
    margin-left: auto ;
    margin-right: auto ;
    text-align:center;
    /* id to control positioning of content*/
    .centerlinkcontent{
         position:absolute;
         top:80px;
         left: 110px;
    .centerdescriptioncontent {
    position:absolute;
    top:50px;
    left:20px;
    .titlelabelconsumer{
    width:100%;
    height:35px;
    background-image:url(../images/Isl_bkgrd.jpg);
    background-repeat:repeat-x;
    text-align:center;
    .titlelabelbusiness{
    width:100%;
    height:35px;
    background-image:url(../images/Isl_bkgrd.jpg);
    background-repeat:repeat-x;
    text-align:center;
    top:400px;
    .searchresultscontainer{
    width:812px;;
    height:62px;
    border-style:solid;
    border-color:#FF0000;}
    .searchresultsimg{
    width:100px;
    height:60px;
    background-color:#CCCCCC;
    left:0px;
    border-style:solid;
    border-color:#9966CC;
    border-width:1px;
    /*.searchresultsdetail{
    position:relative;
    width:700px;
    height:61px;
    text-align:center;
    background-color:#CCCCCC;
    float:right;
    left:101px;
    margin:0;
    padding:0;
    .productdescription{
         position:absolute;
         width:300px;
         height:36px;
         text-align:left;
         left:101px;
         margin:0;
         padding-bottom:10px;
        padding-top:12px;
         border-style:solid;
         border-color:#FFCC00;
         border-width:1px;
    .productmodelno{
    position:absolute;
    width:100px;
    height:36px;
    text-align:left;
    left:401px;
    margin:0;
    padding-bottom:10px;
    padding-top:12px;
    border-style:solid;
    border-color:#996600;
    border-width:1px;
    .productmodelyear{
         position:absolute;
         width:100px;
         height:36px;
         text-align:left;
         left:501px;
         margin:0;
         padding-bottom:10px;
        padding-top:12px;
         border-style:solid;
         border-color:#00FF00;
         border-width:1px;
    .productprice{
    position:absolute;
    width:100px;
    height:36px;
    text-align:left;
    left:601px;
    margin:0;
    padding-bottom:10px;
    padding-top:12px;
    border-style:solid;
    border-color:#000033;
    border-width:1px;
    .productuserid{
    position:absolute;
    width:100px;
    height:36px;
    text-align:left;
    left:701px;
    margin:0;
    padding-bottom:10px;
    padding-top:12px;
    border-style:solid;
    border-color:#990000;
    border-width:1px;
    Related Code:
    <!---Create a container for the search results --->     
    <div class="searchresultscontainer">
        <div class="searchresultsimg"><!--- creating a resized version of uploaded image of product --->
               <cfimage source="#ExpandPath('images/consumer/#Cnsmr_ProductIMAGE#')#" action="resize" width="100" height="60" name="resizedImg" format= "jpg">
               <cfimage source="#resizedImg#" action="writeToBrowser"><!---img src="images/consumer/#Cnsmr_ProductIMAGE#"--->
        </div>
        <div class="productdescription"><font size="+2">#Cnsmr_ProductDESCRIPTION# </font>  <font size="+2"></div>
         <div class="productmodelno"><a href="showProductDetail.cfm?Cnsmr_ProductCountID=#URLEncodedFormat(TRIM(Cnsmr_ProductCountID))#">#Cnsmr_ProductMODELNo# </font> </a></div>
         <div class="productmodelyear"><font size="+2">#Cnsmr_ProductMODELYEAR# </font> </div> 
         <div class="productprice"><font size="+2">#Cnsmr_ProductPRICE#</font> </div>
         <div class="productuserid"><font color="#000066#" size="+2">#User_id#</font></div>
    </div>
    <!--- end of searchresultscontainer --->
    </cfoutput>

    In addition to PZ's reply, you have way too much going on in your stylesheet ;-)  it needs to be streamlined dramatically.
    If you don't undersand the how and whys of using AP (absolutely positioned) divs, it's better not to use them - here's why:
    Why do my AP Divs (layers) move when I resize the browser window?
    You may want to run through a few CSS tutorials before going any further, so as to get your head around how CSS layouts work and how to use a stylesheet effectively  :-)
    http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html http://www.adobe.com/devnet/dreamweaver/articles/bk_dwcs4_mastering_css/bk_dwcs4 _mastering_css_04.pdf
    LIST OF CSS TUTORIALS:
    http://www.adobe.com/devnet/dreamweaver/css.html

  • Divs are not working Right for me

    Hello all hoping some one can help me on this one
    I am trying to get this site up and running but from some reson the dives keep braking apart nomater what browser I look in any ideas what it culd be?
    http://ol.helpmetechteam.com/
    Thanks Aaron Dye
    below is the css and html
    #bg {
    background-attachment: fixed;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    #contact_us {
    background-color: #EEEEF0;
    height: 27px;
    width: 182px;
    font-family: Calibri;
    font-size: 16pt;
    font-weight: normal;
    color: #000;
    margin: 0px;
    padding: 0px;
    #adress {
    background-color: #EEEEF0;
    height: 56px;
    width: 244px;
    margin: 0px;
    padding: 0px;
    #phone_Number {
    font-family: Calibri;
    font-size: 24px;
    color: #01ADDB;
    background-color: #EEEEF0;
    height: 31px;
    width: 182px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    #nav_bar {
    background-color: #EEEEF0;
    height: 35px;
    width: 863px;
    margin: 0px;
    padding: 0px;
    #ad_1 {
    background-color: #FFF;
    height: 64px;
    width: 697px;
    font-family: Calibri;
    font-size: 24pt;
    margin: 0px;
    padding: 0px;
    #ad_2 {
    background-color: #FFF;
    height: 73px;
    width: 697px;
    font-family: Calibri;
    font-size: 24pt;
    text-align: right;
    margin: 0px;
    padding: 0px;
    #main_text_body {
    background-color: #EEEEF0;
    height: auto;
    width: 1024px;
    background-image: url(../images/main_body_slice.jpg);
    background-repeat: repeat-y;
    padding: 0px;
    margin: 0px;
    #btm_left_corn {
    background-image: url(../images/btm_left.jpg);
    background-repeat: no-repeat;
    height: 77px;
    width: 206px;
    margin: 0px;
    padding: 0px;
    #footer {
    background-color: #EEEEF0;
    height: 40px;
    width: 612px;
    font-family: Calibri;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding: 0px;
    #below_main_text {
    background-color: #FFF;
    width: 1023px;
    height: auto;
    margin: 0px;
    padding: 0px;
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <head>
    <title>hmtt_5-26-11</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="css/main_layout.css" rel="stylesheet" type="text/css">
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- Save for Web Slices (hmtt_5-26-11.psd - Slices: 04, 07, 09, 10, 11, 16, 210-822-8817, 25, 903_austin_highway_san_antonio_tx_78209, Big_Picture, Clearly_Mag_Glass, Help_me_tech_team_logo, ad_1, ad_2, btm, btm_left, btm_main_body, btm_nav, btm_right, contactus_icon, footer, main_text_body, nav_bar, top_main_body, top_mid)
    -->
    <div id="Main_body">
    <div id="bg">
    <table width="1024" height="862" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
    <tr>
    <td width="1" height="340" rowspan="9">
    <img src="images/spacer.gif" width="1" height="340" alt=""></td>
    <td colspan="3" rowspan="5">
    <img src="images/Help_me_tech_team_logo.jpg" width="341" height="158" alt=""></td>
    <td rowspan="5">
    <img src="images/top_mid.jpg" width="415" height="158" alt=""></td>
    <td>
    <img src="images/temp_04.jpg" width="62" height="24" alt=""></td>
    <td colspan="3">
    <img src="images/210-822-8817.jpg" width="205" height="24" alt=""></td>
    </tr>
    <tr>
    <td rowspan="2">
    <img src="images/contactus_icon.jpg" width="62" height="58" alt=""></td>
    <td colspan="2"><div id="contact_us">Contact Us</div></td>
    <td>
    <img src="images/210-822-8817-08.jpg" width="23" height="27" alt=""></td>
    </tr>
    <tr>
    <td colspan="2" bgcolor="#EEEEF0"><div id="210-822-8817">
    <div id="phone_Number">210.822.8817</div>
    </div></td>
    <td>
    <img src="images/temp_10.jpg" width="23" height="31" alt=""></td>
    </tr>
    <tr>
    <td colspan="3"><div id="adress">903 Austin Highway<br>
    San Antonio, TX 78209</div></td>
    <td rowspan="2">
    <img src="images/903_austin_highway_san_antonio_tx_78209.jpg" width="23" height="76" alt=""></td>
    </tr>
    <tr>
    <td colspan="3">
    <img src="images/903_austin_highway_san_antonio_tx_78209-13.jpg" width="244" height="20" alt=""></td>
    </tr>
    <tr>
    <td rowspan="4">
    <a href="#"
    onmouseover="window.status='Clearly You are in the right Place'; return true;"
    onmouseout="window.status=''; return true;">
    <img src="images/Clearly_Mag_Glass.jpg" width="137" height="182" border="0" alt=""></a></td>
    <td colspan="6"><div id="nav_bar">
    <ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a href="#">Home</a> </li>
    <li><a href="#" class="MenuBarItemSubmenu">Services</a>
    <ul>
    <li><a href="#">Equipment as a Service</a></li>
    <li><a href="#">Computer Repair</a></li>
    <li><a href="#">Networking</a></li>
    <li><a href="#">Managed Services</a></li>
    <li><a href="#">Managed Services</a></li>
    <li><a href="#">Security &amp; CCTV</a></li>
    <li><a href="#">Point of Sale</a></li>
    <li><a href="#">EMR &amp; Practice Management</a></li>
    <li><a href="#">Voice / Data Cabling</a></li>
    </ul>
    </li>
    <li><a href="#" class="MenuBarItemSubmenu">Who We Serve</a>
    <ul>
    <li><a href="#">Testimonials</a></li>
    <li><a href="#">Our Specialty</a></li>
    <li><a href="#">Clients We Serve</a></li>
    </ul>
    </li>
    <li><a class="MenuBarItemSubmenu" href="#">About Us</a>
    <ul>
    <li><a href="#">Our Story</a> </li>
    <li><a href="#">Our Promise</a></li>
    <li><a href="#">Partners &amp; Certifications</a></li>
    <li><a href="#">Why choose us?</a></li>
    <li><a href="#">In The News</a></li>
    </ul>
    </li>
    <li><a href="#" class="MenuBarItemSubmenu">Resources</a>
    <ul>
    <li><a href="#">Newsletter</a></li>
    <li><a href="#">White Papers</a></li>
    <li><a href="#">Techspert Blog</a></li>
    <li><a href="#">Guest Voices</a></li>
    </ul>
    </li>
    </ul>
    </div></td>
    <td>
    <img src="images/temp_16.jpg" width="23" height="35" alt=""></td>
    </tr>
    <tr>
    <td colspan="5">
    <img src="images/btm_nav.jpg" width="697" height="10" alt=""></td>
    <td colspan="2" rowspan="3">
    <img src="images/Big_Picture.jpg" width="189" height="147" alt=""></td>
    </tr>
    <tr>
    <td colspan="5"><div id="ad_1">you are in the right place</div></td>
    </tr>
    <tr>
    <td colspan="5"><div id="ad_2">Because as Systems Integrators we see the </div></td>
    </tr>
    <tr>
    <td height="11" colspan="9">
    <img src="images/top_main_body.jpg" width="1024" height="11" alt=""></td>
    </tr>
    <tr>
    <td height="363" colspan="9"><div id="main_text_body">
    <div id="main_text">
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    </div>
    </div></td>
    </tr>
    <tr>
    <td width="1" height="114" rowspan="4">
    <img src="images/spacer.gif" width="1" height="114" alt=""></td>
    <td colspan="8"><img src="images/btm_main_body.jpg" width="1023" height="11" alt=""></td>
    </tr>
    <tr>
    <td colspan="8"><div id="abuve_footer">
    <div id="below_main_text">
    <p> </p>
    <p> </p>
    </div>
    </div></td>
    </tr>
    <tr>
    <td colspan="2" rowspan="2"><div id="btm_left_corn"></div></td>
    <td colspan="3"><div id="footer">Copyright &copy; 2010 Help Me!!&reg; Tech Team, a dba of HELP ME!!&reg; Computers, LLC All Rights Reserved. Contact us at [email protected] <br>
    903 Austin Highway San Antonio, Texas 78209 | Phone: (210) 822-8817 | Fax: (210) 832-0670 <br>
    </div></td>
    <td colspan="3" rowspan="2">
    <img src="images/btm_right.jpg" width="205" height="77" alt=""></td>
    </tr>
    <tr>
    <td colspan="3">
    <img src="images/btm.jpg" width="612" height="37" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="1" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="137" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="69" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="135" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="415" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="62" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="16" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="166" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="23" height="1" alt=""></td>
    </tr>
    </table>
    </div>
    </div>
    <!-- End Save for Web Slices -->
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    You have HTML and CSS errors:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fol.helpmetechteam.com%2F
    http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fol.h elpmetechteam.com%2F
    Address those and see how it works out.

  • Scrollbar does not work in PDF documents

    When FF opens an PDF document the scrollbar does not work. If it is a one page document I can use Page up/Page down to toggle between top and bottom of page. If it is a multiple page document I can use PageUp/Page down and the arrow keys.

    Try running Firefox in [[Safe Mode]]. If it works correctly in that configuration, then one of your add-ons is the culprit.

  • Scrollbar in layer window is not working properly.

    There seems to be a bug with the scroller belonging to the tools. The functionality of a scrollbar is simple. You can pull it or you can click above or below the pull bar to make it move. The latter functionality is not working.
    See image for further explanation.
    System info:
    Adobe Photoshop Version: 2014.2.2 20141204.r.310 2014/12/04:23:59:59 CL 994532  x64
    Operating System: Mac OS 10.10.3
    System architecture: Intel CPU Family:6, Model:69, Stepping:1 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, AVX2, HyperThreading

    Hi,
    Replacing "Failure" with "null" did not work. However, when I added few println statements, I came to know that, reRender is getting executed before, catch block is entered. Hennce, I am getting the value of the of hidden variable as empty.
    06/10/20 11:10:24 In the set profile error message.
    (This is while loading the page)
    06/10/20 11:10:24 In get Profile err msg :
    (This is while loading the page)
    06/10/20 11:10:49 In the set profile error message.
    06/10/20 11:10:49 In the set profile error message.
    (Don't know why two times set profile error message is executed)
    (Now the catch block is executed.)
    2006-10-20 11:10:49.828 WARNING J2EE RMI-00009 Exception returned by remote server: {0}
    06/10/20 11:10:49 Exception occured.
    06/10/20 11:10:49 Error message is set
    Is this the right behaviour or reRender? Not sure what I am doing wrong here.
    regds
    -raju

  • ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.

    ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.
    It seems that flash movie is identifed as 'undefined' inside document.
    //a statically placed div
    var staticdiv=document.getElementById('PropDiv');
    //dynamically placed div with object tag
    var dynDiv =staticdiv.cloneNode( true );
    var xD=50;
    var yD=50;
    if(dynDiv)
    dynDiv.style.display  = "block";
    dynDiv.innerHTML="<object classid=" + "\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"" + "codebase=" +
    "\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\"" + "width=" + xD + "height=" + yD +
    "id=" + "\"external\"" + "align=" + "\"middle\"" + ">" +
                    "<param name=" + "\"allowScriptAccess\"" + "value=" + "\"sameDomain\"" + "/>" +
                    "<param name=" + "\"movie\"" + "value=" + "\"external.swf\"" + "/>" +
                    "<param name=" + "\"quality\"" + "value=" + "\"high\"" + "/>" +
                    "<param name=" + "\"wmode\"" + "value=" + "\"transparent\"" + "/>" +
                    "<param name=" + "\"bgcolor\"" + "value=" + "\"#ffffff\"" + "/>" +
                    "<embed src=" + "\"external.swf\"" + "quality=" + "\"high\"" + "wmode=" + "\"transparent\"" +"bgcolor=" + "\"#ffffff\""
    + "width=" + xD + "height=" + yD + "name=" + "\"external\"" + "align=" + "\"middle\"" + "allowScriptAccess=" + "\"sameDomain\"" +
    "type=" + "\"application/x-shockwave-flash\"" + "pluginspage=" + "\"http://www.macromedia.com/go/getflashplayer\"" + "/>" +
                    "</object>";
       dynDiv.style.top=50;
       dynDiv.style.left=100;
    document.body.appendChild(dynDiv);
    In above situation communication is not establised when a  funtion which is retruning boolean is called from flash using
    ExternalInterfcae.call.The return value of this function is getting as false inside flash.But the value is true in javascript.
    if (navigator.appName.indexOf("Microsoft") != -1) {
       return window[movieName];
      } else {
       return document[movieName];
    window["external"] is returning as 'undefined'.
    Please give a  solution to solve this.

    Note that you have different file names for the object (images/banner.swf) and the embed (images/banner1.swf)
    You also placed the embed in the middle of a param tag and nested all param tags.
    Because you didn't include a MIME type and the object doesn't have a classid for an ActiveX control for IE, I'm not sure what Firefox will be using.<br />
    The object doesn't have a data attribute to specify the file.<br />
    A separate embed is only needed when you specify a classid in the object.
    <pre><nowiki><div class="bannercontainer">
    <object width="940" height="445" type="application/x-shockwave-flash" data="images/banner.swf" >
    <param name="wmode" value="transparent" />
    <param name="movie" value="images/banner.swf" />
    </object>
    </div></nowiki></pre>

  • Revealing / Hiding DIVs Not Working

    Howdy, on one of my pages I used getelemntbyid to reveal and hide DIVs. It works perfectly in that page.
    I want to make a page that uses the same structure but different content, so I copied the entire page code into a new document, so I had a duplicate page.
    In the new page, I changed the DIV IDs appropriately, but hide and reveal on the new page does not work. All I changed were the DIV IDs. I went over them with a fine tooth comb to make sure all my ducks are in a row.
    Here's an example of the code that does not work. The only thing I changed from the original was that Div1 became 101. Thanks a lot for any help you can give.
    <tr>
        <td align="left" valign="top"><strong>CAD & MOBILE MANAGEMENT</strong><br>
          <a href="javascript:;" onClick="document.getElementById(‘Div101’).style.display='block';">reveal products</a></td>
      </tr>
      <tr>
        <td><hr></td>
      </tr>
      <tr>
        <td align="left" valign="top"><div id="Div101" style="display:none">
            <p>CAD SOLUTIONS</p>
            <ul>
              <li><a href="example.htm" target="_blank">Product Walkthrough</a></li>
            </ul>
            <p>PTS MOBILE</p>
            <ul>
              <li><a href="example.htm" target="_blank">Product Walkthrough</a></li>
            </ul>
            <p>PTS MAP</p>
            <ul>
              <li><a href="example.htm" target="_blank">Product Walkthrough</a></li>
            </ul>
            <p>AVL REPLAY</p>
            <ul>
              <li><a href="example.htm" target="_blank">Product Walkthrough</a></li>
            </ul>
            <p><a href="javascript:;" onClick="document.getElementById(‘Div101’).style.display='none';">hide products</a>
            <p> </p>
          </div></td>
      </tr>

    I found the answer. You will not believe this, but it is the honest truth.
    It has to do with how I type the new DIV IDs.
    If I select the current DIV ID (example: 1) and type the new DIV ID
    (example: 101), thus replacing the current ID, the javascript does not work.
    However, if I place the curser in front of the 1 (first number of the
    DIV ID) and then type 10 to make the DIV ID 101, the js does work.
    I am not kidding. I repeated this multiple times with the same result.
    That is weird weird weird.
    Thanks for your willingness to help me out.
    Mike

  • Scrollbar positions not working

    i got a tree like structure in jsp as
    Root
    --- Node1
    ---- ChildNode1
    --- Node2
    ---- ChildNode1
    ---- ChildNode2
    --- Node3
    ---- ChildNode1
    --- ChildNode1.1
    --- ChildNode1.2
    ---- ChildNode2
    .......and so on
    this is a dynamic tree . on click on each node the page is refreshed and the below child nodes are retrieved form the database.
    its all are working fine but my bug is on chicking on the each node, the page goes to the top again and again i ve to scroll down to position of the node what i have to do to hold on the scroll bar position where it is for the previous page.
    ive used ScrollTo() but its moving and again it goes to the top automatically wat to do

    Thanks for the suggestion, but I already looked before and
    after page 6, nothing has changed. I've been trying to create a new
    scrollbar with the instructions from the help on the UIScrollBar
    component, but the arrows on the scroll bar don't show up.
    I have the text in the text box showing up and changing with
    each page. But the scroll bars are not working. Here is the AS I
    have on frame 1:
    NarrativeText_bottom = narrative_text[_root.CurrentPgNumber];
    this.createClassObject(mx.controls.UIScrollBar, "my_sb");
    my_sb.setScrollTarget(InstanceName_0);
    my_sb.setSize(16,InstanceName_0._height);
    my_sb.move(NarrativeText_bottom =
    narrative_text[_root.CurrentPgNumber];
    this.createClassObject(mx.controls.UIScrollBar, "my_sb");
    my_sb.setScrollTarget(InstanceName_0);
    my_sb.setSize(16,InstanceName_0._height);
    my_sb.move(InstanceName_0._x + InstanceName_0._width,
    InstanceName_0._y);
    // Load text to display and define onData handler.
    var my_lv:LoadVars = new LoadVars();
    my_lv.onData = function(src:String) {
    if (src != undefined) {
    InstanceName_0.text = src;
    } else {
    InstanceName_0.text = "Error loading text.";
    ._x + InstanceName_0._width, InstanceName_0._y);
    // Load text to display and define onData handler.
    var my_lv:LoadVars = new LoadVars();
    my_lv.onData = function(src:String) {
    if (src != undefined) {
    InstanceName_0.text = src;
    } else {
    InstanceName_0.text = "Error loading text.";
    When I drag the component to the side of the text box, the
    instance name for the text field (InstanceName_0) automatically
    populates the _targetInstanceName property of the component, like
    it's supposed to. So why are the arrows on the scroll bar not
    showing up?? PLEASE HELP! thanks.

  • Scrollbar, why it`s not working

    My purpose is to display for example 20 record, but just only few of them are visible in the window, rest are out of a window so i need scrollbar.But why, when part of a block is out of a window the srollbar is not working, the "bar"(i mean this part of a scrollbar which is scrolling) is as long as whole scrollbar.I have my block`s "show scrollbar" property to on.
    But when I put my block on stack canvas and set canvas`s "show scrollbar" property to on it`s working just like I want.Is it possible to do the same but on content canvas.
    Tia.
    Corni

    Hi,
    Let me start by saying that a data block scroll bar is not the same as an stacked canvas scroll bar, the work a little bit different.
    On a data block, the property "Number of records displayed" is going to show the items on the data block as many times as the number entered eg: 10; if you combine this with the property "Show scroll bar" set to "Yes", the scrollbar is going to work once the query has retrieved more records then the number of records displayed.
    If your query only returns 5 records, the scrollbar is disabled.
    On the other hand you use an Stacked canvas, when the objects you need to display won't fit on screen.
    The stacked canvas viewport determines the area that is visible on the content canvas, and to be able to diplay the rest of the objects, you need to activate the scrollbars.
    Now, to be able to scroll on a Content canvas, you may need to set the "Show scroll bar" property on the Window where you canvas is shown.
    Hope this helps,
    Hugo.

  • Centre Page with wrapper div tag does not work

    Hi there,
    I am trying to centre the content of my website with a 'wrapper' div tag but the div tag just does not seem to have any effect on the layout at all.
    Here is how I do it:
    1.) Select all the html in the body.
    2.) Creating 'wrapper' div tag --> width: 768, left & right margin: auto, bottom & top margin: 0
    I found this in an adobe tutorial and it sounds logical to me, but somehow it just does not work.
    I hope someone can help me out.
    Thanks a lot!
    Anja

    You need three basic things to center a page.
    1) A valid X/HTML document type.  This declaration always appears in the first line of HTML code. The good news is that DW does this for you when you create a new page.  The bad news is that some other apps such as graphics editors don't always do this for you.  If your page has no document type, hit File > Convert > choose one that fits your coding skills.
    2) You need a container width in pixels or percentages.  Most often this is applied to a #wrapper but it can be applied to your body.
    3) Finally, a margin-left and margin-right of auto (browser default).
    CSS:
    body {
    width: 900px;
    margin: 0 auto; /*centers page*/
    text-align:center; /*centers older browsers*/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Padding and margin does not work in div.

    padding and margin does not work in div.
    though design field  shows me padding effect, but at the web browser it does not work.
    please let me know how to deal it.

    Your HTML code is missing a closing div.  I have just done a rough check on it and came out with this code:
    <div class="wrapper">
    <div class="container1">
      <div id="header">
      <!-- end .header -->
      <img height="45" src="n_image/coaraSmall.jpg" width="53" /></div>
      <div id="top">
      <div id="top_inner1">
        <div id="top_inner2">
        <div id="top_inner3">
          <div id="top_inner4">
          <div id="slider1">
            <a class="buttons prev" href="#"></a>
            <div class="viewport">
            <ul class="overview">
              <li><img src="n_image/nora_big.jpg" /></li>
            </ul>
            </div>
            <a class="buttons next" href="#"></a></div>
          <!-- end .top_inner4 --></div>
          <!-- end .top_inner3 --></div>
        <!-- end .top_inner2 --></div>
        <!-- end .top_inner1 --></div>
      <!-- end .top --></div>
      <div id="menue">
      <div id="menue_inner1">
        <div id="globalnavi">
        <ul>
          <li><a href="#">Home</a></li>
          <li><a href="#">Song 4 Happy</a></li>
          <li><a href="#">About</a></li>
          <li><a href="#">Contact</a></li>
          <li><a href="#">Other</a></li>
          <li></li>
        </ul>
        <div class="c-both">
        </div>
        </div>
        <!-- end .menue_inner1 --></div>
      <!-- end .menue --></div>
      <!-- end .container1 --></div>
    <div class="container2">
      <div id="main">
      <div id="main2">
        <div align="center">
        <img height="297" src="n_image/noira002.jpg" width="600" />
        </div>
        <table class="category_01">
        <tr>
          <td>
          <img height="178" src="n_image/noira002_1.gif" width="180" /></td>
          <td>
          <img alt="" height="178" src="n_image/noira002_1.gif" width="180" /></td>
          <td>
          <img alt="" height="178" src="n_image/noira002_1.gif" width="180" /></td>
        </tr>
        </table>
        <div id="step">
        I hope it is going to be good. </div>
        <!-- end .main2 --></div>
      <!-- end .main --></div>
      <div id="footter">
      <div class="inner">
        <div class="footerLogo">
        <img height="92" src="n_image/side_rogojpg.jpg" width="150" /></div>
      </div>
      <!-- end .container2 --></div>
      <!-- end .wrapper --></div>
    </div>
    You need to copy and paste the above code in the body of your editor window and the css styles will start to work again.
    Please note this is a rough check only so you need to see if the closing div tag is in the right place.

  • Fix for scrollbar in Firefox 4.0 not working with Synaptics touchpad

    Since updating to Firefox 4.0 I'm having trouble scrolling with the touchpad on my Dell laptop. I followed all the instructions here: http://support.mozilla.com/en-US/kb/Cannot%20scroll%20with%20mouse%20wheel%20or%20touchpad - updated the driver, then changing the settings in Firefox.
    After changing both the .numlines and .sysnumlines settings and restarting Firefox, the scrollbar works once or twice, then stops. If I change the settings and restart Firefox, I can get it to work again, but really - that gets old fast. Is there something that would be a more permanent fix?

    Its due to the adobe reader add on. I removed adobe reader and installed foxit reader. Now everything seems perfect. My laptop model is model is Acer Aspire 5820 TG and I use synaptics driver.
    Solution: (Courtesy - iuliand)
    If you have issues with touch-pad scrolling in FF4 do this:
    1) disable Adobe Acrobat add-on and test if it works, otherwise
    2) install the latest touch-pad driver.
    Hope this will help others.
    Edit:
    If the above does not work, temporarily disable all add-ons in order to check if there is another one that may cause this.
    Also, make sure you update to the latest touch-pad driver from the touch-pad manufacturer site (very easy to do if you have a Synaptics). Most of the time drivers from notebook manufacturer support site are NOT up to date.
    Keep in mind that you may need to do both things (disable acrobat AND install latest driver). Both are possible causes and may occur at the same time, as it was in my case.
    Edit 2:
    If you have an ALPS touch-pad and none of the above works, check dog425's post below in this topic. He pointed out a solution found in this thread: https://support.mozilla.com/en-US/questions/791829#answer-163071

Maybe you are looking for

  • How to Change Schedule line Quantity in BADI 'ORDER_SAVE'

    Hi, I need to change the Schedule line quantity While Order saving. I am writing the code in ORDER_SAVE BADI. Using the Header guid i am reading the details and changing the quantity in Schedule line structure. How can i pass those values in to Memor

  • Server 2008 R2 SP1 - Software install - Error 1935 HRESULT:0x800736B5

    I'm working on an error installing a product on Windows Server 2008 R2 SP1 machines. The server has been acting as a file server for months with no problems. The application requires .net 3.5 and .net 4 client profile to be installed. I'm able to pas

  • Photobooth not working, can't take pictures/record videos!!! HELP!

    I wanted to record a video for a friend and it says to connect the camera but the built isight is not even detected and, I tried checking other applications that use the isight camera and none of them detect it...HELP PLEASE!

  • Posting without Business Area

    Hi, I am trying to post one  entry with B/S GL a/c as below: Dr. 400001 - 1000 INR with Business Area 1000 Cr. 400001 - 1000 INR without Business Area I.e., I am nullifying (the value) the Balances at the Business Area level, but system is taking the

  • Using pen tool to draw a particular shape...

    Hi all, I'm pretty new to Illustrator and just wanted some advice. I'm using the pen tool to try and draw a specific shape () but finding it hard trying to 'smooth' out the points where I connect my lines. The pen tool can't draw this all in one go,