Problem with DIV "clearing both"

I am in the process of building a template for my website. I
have built my Spry menu bar and have designated a div for to become
my "editable area." This area to become the editable area is a DIV
called "main content." It placed directly following the Spry menu
bar. I have set a CSS rule for the "main content" div as: BOX =
Float: left and Clear: both.
Why is the content (text) for the "main content" div still
jumping up along side my spry menu bar?
See the page...
http://www.birchwoodstudios.net/luke/bsweb/Birchwoodstudios.html
Thanks so much in advance!
Luke

Luke, a few problems in your code, don't use spaces in CSS
div names. Also
you don't need to place float and clear inside the same
division.
Try this instead.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
<title>Birchwood Studios</title>
<style type="text/css">
body {
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;}
body,td,th {
font: 100% Arial, Helvetica, sans-serif; color:#FFFFFF}
#container {
margin-right: auto;
margin-left: auto;
width: 780px;
background-color: #2A5FAA;}
#banner {
padding: 10px;
background-color: #2A5FAA;}
#menubar {font-size:16px}
.clearing {
clear:both;
visibility:hidden}
#maincontent {padding: 10px; font-size:1em;
line-height:1.5em}
#footer {text-align:center; font-size:.75em;}
</style>
<script src="SpryAssets/SpryMenuBar.js"
type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css"
rel="stylesheet"
type="text/css" />
</head>
<body>
<div id="container"><!--Begin container -->
<div id="banner"> <!--Begin banner --><img
src="images/2ndbanner.gif"
width="760" height="156" alt="Birchwood studios banner" />
</div><!--end banner -->
<div id="menubar"><!--Begin menubar -->
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="#">Main </a> </li>
<li><a href="#"
class="MenuBarItemSubmenu">Services</a>
<ul>
<li><a href="#">Photo
Scanning</a></li>
<li><a href="#">DVD
Slideshows</a></li>
<li><a href="#">Photo
Restoration</a></li>
<li><a href="#">Website
Development</a></li>
<li><a href="#">Web Hosting</a></li>
<li><a href="#">Search Engine
Optimization</a></li>
</ul>
</li>
<li><a class="MenuBarItemSubmenu"
href="#">Pricing</a><ul>
<li><a href="#">Photo Scanning</a>
</li>
<li><a href="#">DVD
Slideshows</a></li>
<li><a href="#">Photo
Restoration</a></li>
<li><a href="#">Website
Development</a></li>
<li><a href="#">Web Hosting</a></li>
<li><a href="#">Search Engine
Optimization</a></li>
</ul>
</li>
<li><a href="#">About Us</a> </li>
<li><a href="#">Contact Us</a></li>
</ul>
</div><!--end menubar -->
<div class="clearing"><!--this is to clear menu from
maincontent --></div>
<div id="maincontent"><!--Begin Content -->
<p>Content for id maincontent Goes Here</p>
</div> <!--end maincontent -->
<div id="footer"><!--Begin footer -->
<p>Content for id footer Goes Here</p>
</div> <!--end footer -->
</div> <!--end container -->
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1",
{imgDown:"SpryAssets/SpryMenuBarDownHover.gif",
imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
</html>
"ape54321" <[email protected]> wrote in
message
news:[email protected]...
> I am in the process of building a template for my
website. I have built
my
> Spry menu bar and have designated a div for to become my
"editable area."
This
> area to become the editable area is a DIV called "main
content." It
placed
> directly following the Spry menu bar. I have set a CSS
rule for the "main
> content" div as: BOX = Float: left and Clear: both.
>
> Why is the content (text) for the "main content" div
still jumping up
along
> side my spry menu bar?
>
> See the page...
>
http://www.birchwoodstudios.net/luke/bsweb/Birchwoodstudios.html
>
> Thanks so much in advance!
> Luke
>

Similar Messages

  • Problems with cache.clear()

    Hello!
    We are having some problems with cache clears in our production cluster that we do once a day. Sometimes heaps "explode" with a lot of outgoing messages when we do a cache.clear() and the entire cluster starts failing.
    We had some success with a alternate method of doing the cache clear where we iterate cache.keySet() and do a cache.remove(key) with a pausetime of 100 ms after 20000 objects until the cache is empty. But today nodes started failing on a cache.size() before the removes started (the first thing we do is to log the size of the cache we are about to clear before the remove operations start).
    We have multiple distributed caches configured with a near cache. The nearcache has 10k objects as high units and the back caches vary in size, the largest is around 300k / node.
    In total the DistributedCache-service is handling ~20 caches.
    The cluster consists of 18 storage enabled nodes spread across 6 servers and 31 non storage enabled nodes running on 31 servers.
    The invalidation stategy on the near caches is ALL (or, its AUTO but it looks like it selects ALL since ListenerFilterCount=29 and ListenerKeyCount=0 on a StorageManager?)
    Parition count is 257, backup count 1, no changes in thread count on the service, service is DistributedCache.
    Coherence version 3.6.1.0.
    A udp test sending from one node to another displays 60 megabyte/s.
    Heapsize for the Coherence JVMs, 3gb. LargePages is used.
    Heapsize for the front nodes JVMs, 6gb. LargePages is used.
    No long GC-times (until the heaps explode), 0.2-0.6 seconds. CMS-collector.
    JDK 1.6 u21 64-bit.
    Windows 2k8R2.
    We are also running CoherenceWeb and some Read/Write-caches, but on different coherence services. We are not doing any clear/size-operations against caches owed by these services.
    Looking at some metrics from the last time we had this problem (where we crashed on cache.size()).
    The number of messages sent by the backing nodes went from <100/s to 20k-50k/s in 15 s.
    The number of messages resent by the backing nodes went from ~0/s to 1k-50k/s depending on the node in 15 s.
    At the time the total number of requests against the DistributedCache-service was around 6-8/s and node.
    To my questions, should it be a problem to do a cache clear with this setup (where the largest cache is around 5.4 million entires) ? Should it be a problem to do a cache.size()?
    What is the nicest way to do a cache.clear()? Any other strategy?
    Could a lock on a entry in the cache cause this problem? Should it really cause a problem with cache.size()?
    Any advice?
    BR,
    Carl
    Edited by: carl_abramsson on 2011-nov-14 06:16

    Hi Charlie,
    Thank you for your answer! Yes, actually we are using a lot of expiry and many of the items are created at roughly the same time! We haven't configured expiry in the cache configuration, instead we do a put with a expire.
    Regarding the workload, compared to our peak hours it has been very low when had problems with the size and clear operations. So the backing tier isn't really doing much at the time. That's what has been so strange with this problem.
    The release going live today has PRESENT as near cache invalidation strategy. We remove as much of the expire as possible in the next.
    BR,
    Carl

  • Problem with Div and table

    I have a table that contains data parsed for a weather station page.  It also has a webcam picture on the page.  Up until now, the webcam pic has loaded via an applet but I want to change that to a jquery slideshow so it's accessible to more mobile devices.   My problem is that no matter what I do (aside from putting a 5x240 spacer) I can't get the table data to display below the webcam div (id="featured").  I've put the webcam and data table in their own div, the webcam's div in the table, used clear:both on the divs, tried setting block size, but it's like nothing is working.   So I'm back to go and thought I'd post it here since there are so many folks here who know more about this than me.  This is the html, right now with no CSS classes or anything added.  So whatever you would suggest as far as div and/or table layout and any CSS would be appreciated.
    <table width="100%" cellpadding="3">
    <tr align="center"><td >
          <div id="featured"> <a href="http://www.spyglasshill.com/Webcam/" target="_new"><img src="http://spyglasshill.com/Webcam/netcam.jpg" alt="Webcam of Holland Channel from Spyglass Condos" width="320" height="253" border="0" id="Img0" /></a>
                  <a href="http://www.spyglasshill.com/Webcam/" target="_new"><img src="http://spyglasshill.com/Webcam/netcam-9.jpg" alt="Webcam of Holland Channel from Spyglass Condos" width="320" height="253" border="0" id="Img10" /></a>
                  <a href="http://www.spyglasshill.com/Webcam/" target="_new"><img src="http://spyglasshill.com/Webcam/netcam-8.jpg" alt="Webcam of Holland Channel from Spyglass Condos" width="320" height="253" border="0" id="Img9" /></a>
                  <a href="http://www.spyglasshill.com/Webcam/" target="_new"><img src="http://spyglasshill.com/Webcam/netcam-7.jpg" alt="Webcam of Holland Channel from Spyglass Condos" width="320" height="253" border="0" id="Img8" /></a>
                  <a href="http://www.spyglasshill.com/Webcam/" target="_new"><img src="http://spyglasshill.com/Webcam/netcam-6.jpg" alt="Webcam of Holland Channel from Spyglass Condos" width="320" height="253" border="0" id="Img7" /></a>
                  <a href="http://www.spyglasshill.com/Webcam/" target="_new"><img src="http://spyglasshill.com/Webcam/netcam-5.jpg" alt="Webcam of Holland Channel from Spyglass Condos" width="320" height="253" border="0" id="Img6" /></a>
                  <a href="http://www.spyglasshill.com/Webcam/" target="_new"><img src="http://spyglasshill.com/Webcam/netcam-4.jpg" alt="Webcam of Holland Channel from Spyglass Condos" width="320" height="253" border="0" id="Img5" /></a>
                  <a href="http://www.spyglasshill.com/Webcam/" target="_new"><img src="http://spyglasshill.com/Webcam/netcam-3.jpg" alt="Webcam of Holland Channel from Spyglass Condos" width="320" height="253" border="0" id="Img4" /></a>
                  <a href="http://www.spyglasshill.com/Webcam/" target="_new"><img src="http://spyglasshill.com/Webcam/netcam-2.jpg" alt="Webcam of Holland Channel from Spyglass Condos" width="320" height="253" border="0" id="Img3" /></a>
                  <a href="http://www.spyglasshill.com/Webcam/" target="_new"><img src="http://spyglasshill.com/Webcam/netcam-1.jpg" alt="Webcam of Holland Channel from Spyglass Condos" width="320" height="253" border="0" id="Img2" /></a>
                  <a href="http://www.spyglasshill.com/Webcam/" target="_new"><img src="http://spyglasshill.com/Webcam/netcam-0.jpg" alt="Webcam of Holland Channel from Spyglass Condos" width="320" height="253" border="0" id="Img1" /></a>  <!--end div featured--></div>
    </td></tr>
    <tr>
      <td><img src="images/spacer5x260.gif" width="5" height="260"></td></tr>
    <tr>
                          <td colspan="4"><p align="center"><a href="images/06/Waterspout/Waterspouts.htm"><br />
                              </a></p>
                            <div align="center">
                              <p><a href="images/Waterspout/Waterspouts.php">Waterspout on Lake Mich </a>||| <a href="images/ANIFreighter.gif">Freighter Leaving Harbor</a><br />
                              </p>
                            </div></td>
                          </tr>
                        <tr>
                          <td colspan="4" bgcolor="#EAEFF9"><div align="center">
                            <h2>Weather Conditions Last Updated  wvcurudwv at wvcurutwv </h2>
                          </div></td>
                        </tr>
                        <tr>
                          <td><div align="right">                        Temperature                      </div></td>
                          <td><div align="left">                        wvcur01wv                      </div></td>
                          <td><div align="right">                        Wind Speed                      </div></td>
                          <td><div align="left">                        wvcur18wv                      </div></td>
                        </tr>
                        <tr>
                          <td><div align="right">                        Average High                      </div></td>
                          <td><div align="left">                        wvahtempwv                      </div></td>
                          <td><div align="right">                        Wind Direction                      </div></td>
                          <td><div align="left">                        wvcur17wv                      </div></td>
                        </tr>
                        <tr>
                          <td><div align="right">                        Record High                      </div></td>
                          <td><div align="left">                        wvrhtempwv in
                          wvrhtyrwv                      </div></td>
                          <td><div align="right">                        Peak Wind Gust                      </div></td>
                          <td><div align="left">                        wvhigh18wv at
                          wvhight18wv                      </div></td>
                        </tr>
                        <tr>
                          <td><div align="right">                        High
                          Since Midnight                      </div></td>
                          <td><div align="left">                        wvhigh01wv
                          at wvhight01wv                      </div></td>
                          <td><div align="right">                        Wind Chill Factor                      </div></td>
                          <td><div align="left">                        wvcur02wv                      </div></td>
                        </tr>
                        <tr>
                          <td><div align="right">                        Low                      </div></td>
                          <td><div align="left">                        wvlow01wv
                          at wvlowt01wv                      </div></td>
                          <td><div align="right">                        Yesterday Max Wind                      </div></td>
                          <td><div align="left">                        wvyhigh18wv at wvyhight18wv                      </div></td>
                        </tr>
                        <tr>
                          <td><div align="right">                        Rainfall Since
                          Midnight                      </div></td>
                          <td><div align="left">                        wvcur16wv                      </div></td>
                          <td><div align="right">                        Relative Humidity                      </div></td>
                          <td><div align="left">                        wvcur13wv                      </div></td>
                        </tr>
                        <tr>
                          <td><div align="right">                        Rainfall Yesterday                      </div></td>
                          <td><div align="left">                        wvyhigh16wv                      </div></td>
                          <td><div align="right">                        Barometric Pressure                      </div></td>
                          <td><div align="left">                        wvcur15wv                      </div></td>
                        </tr>
                        <tr>
                          <td><div align="right">                        Sunrise                      </div></td>
                          <td><div align="left">                        wvsrisewv                      </div></td>
                          <td><div align="right">                        Heat Index                      </div></td>
                          <td><div align="left">                        wvcur04wv                      </div></td>
                        </tr>
                        <tr>
                          <td><div align="right">                        Sunset                      </div></td>
                          <td><div align="left">                        wvssetwv                      </div></td>
                          <td><div align="right">                        Dew Point                      </div></td>
                          <td><div align="left">                        wvcur03wv                      </div></td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td> </td>
                          <td> </td>
                          <td> </td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td>Moon
                          distance from earth</td>
                          <td><span>wvmdistwv</span></td>
                          <td> </td>
                        </tr>
                        <tr>
                          <td><h2> </h2></td>
                          <td><h2> </h2></td>
                          <td><h2> </h2></td>
                          <td><h2> </h2></td>
                        </tr>
                        <tr>
                          <td><h2><a href="http://www.coastwatch.msu.edu/twomichigans.html" target="_blank">Lake
                            Michigan<br />
       Water Temp</a></h2></td>
                          <td><h2><a href="http://www.woodtv.com/Global/category.asp?C=2906&nav=0Rcf">TV
                          8</a> &amp; <a href="http://www.wzzm13.com/weather/forecast/weather.asp">TV13</a> Weather </h2></td>
                          <td><h2><a href="http://www.deq.state.mi.us/beach/Default.aspx?County=70" target="_blank">Ottawa County Beach Conditions</a></h2></td>
                          <td><h2><a href="http://www.crh.noaa.gov/product.php?site=grr&product=nsh&issuedby=grr" target="_blank">Nearshore
                          Marine Forcast</a></h2></td>
                        </tr>
                      </table>

    Of course as soon as I posted that, I found the error of my ways. I had forgotten to set containerheight:   on my .js script for 'div#featured'
    Arrrghh, why couldn't I have realized that a hour ago!!!

  • Layout problem with div. on PC but ok on iPad how to fix?

    hello. like the title says, im having a problem here. i im builiding my own website and am creating a page with all my personal exp. and so on. to keep it nice i created serveral div tags. here is my site:
    http://www.eduweb.hhs.nl/~10071717/home.htm
    when you go to the "CV" link in the left colum you will see the layout is ok, vertically. but there is way to much space between the created table (div tags)
    on dreamweaver "live view" it shows fine with one line of space between the bottom of the table and the top of the text (trying to be as clear as possible).
    but when i press Ctrl+F12 (prev in browser) it show like it is now.
    on my iPad it shows just fine:
    you know what i mean now?
    here are my html codes(made them red to be clear):
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Curriculum Vitae</title>
    <link href="css/main.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <div id="wrapper">
      <div id="banner">
        <p>Content for  id "wrapper"</p>
      </div>
      <div id="navigation">
        <ul>
          <li><a href="home.htm">home</a>    </li>
        </ul>
        <ul>
          <li><a href="bouwkunde.htm">bouwkunde</a></li>
          <li><a href="cv.htm">CV</a></li>
          <li><a href="werkervaringen.htm">werkervaringen</a></li>
          <li><a href="mijn_werk.htm">mijn werk</a></li>
          <li><a href="contact.htm">contact</a></li>
        </ul>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
      </div>
      <div id="main">
        <h2>Curriculum Vitae</h2>
        <p> </p>
        <h6>Persoonlijk</h6>
        <div id="CvPersoonlijkL">
          <p>naam</p>
          <p>voornaam</p>
          <p>adres</p>
          <p> </p>
          <p>geboortedatum</p>
          <p>geboorteplaats</p>
          <p>telefoon</p>
          <p>mobiele nummer</p>
          <p>E-mail adres</p>
          <p>Nationaliteit</p>
          <p>Sofinummer</p>
        </div>
        <div id="CvPersoonlijkR">
          <p>kamp</p>
          <p>boris</p>
          <p>Zwartendijk 31</p>
          <p>2671LL, Naaldwijk</p>
          <p>18-03-1991</p>
          <p>Monster, Zuid-holland</p>
          <p>0174-670671</p>
    <p>06-55718742</p>
          <p><a href="mailto:[email protected]?subject=Betreft Digitaal Portfolio">[email protected]</a></p>
          <p>nederlander</p>
          <p>205270621</p>
        </div>
        <p>  </p>
        <p> </p>
        <p> </p>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6>opleidingen</h6>
        <div id="CvOpleidingenL">
          <p>MBO bouwkunde</p>
          <ul>
            <li>school:</li>
            <li>naam richting:</li>
            <li>periode:</li>
          </ul>
          <p> </p>
          <p>HAVO</p>
          <ul>
            <li>school</li>
          </ul>
          <ul>
            <li>periode</li>
          </ul>
        </div>
        <div id="CvOpleidingR">
          <p> </p>
          <p>mondriaan techniek &amp; ICT den haag</p>
          <p>vormgeving ontwerp En architectuur</p>
          <p>2006-2010</p>
          <p> </p>
          <p> </p>
          <p>ISW, tiendweg, Naaldwijk </p>
          <p>2003-2006</p>
    </div>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
    <h6>vaardigheden</h6>
    <div id="CvVaardighedenL">
      <ul>
            <li>Autodesk AutoCAD 2D</li>
            <li>Autodesk AutoCad 3D</li>
            <li>Autodesk Revit </li>
            <li>Google SketchUp</li>
            <li>BouwCalc Voorcalculatie</li>
            <li>PlanCalc Windows</li>
            <li>Microsoft Word</li>
            <li>Microsoft Excel</li>
            <li>Microsoft PowerPoint</li>
            <li>PC zelf</li>
          </ul>
      </div>
        <div id="CvVaardighedenM">
          <p>sterk</p>
          <p>goed</p>
          <p>matig</p>
          <p>sterk</p>
          <p>matig</p>
          <p>matig</p>
          <p>sterk</p>
          <p>sterk</p>
          <p>sterk</p>
          <p>sterk </p>
        </div>
        <div id="CvVaardighedenR">
          <p>2006-heden</p>
          <p>2008-heden</p>
          <p>2009-2010</p>
          <p>2006-heden</p>
          <p>2008-2010</p>
          <p>2008-2010</p>
          <p>2003-heden</p>
          <p>2003-heden</p>
          <p>2003-heden </p>
          <p>2003-heden</p>
        </div>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
    <h6>overige informatie</h6>
        <div id="CvOverigL">
          <p>rijbewijs:</p>
        </div>
        <div id="CvOverigR">Ja, rijbewijs B sinds juli 2009</div>
      </div>
    </div>
    </body>
    </html>
    i hope someone can solve this problem........... its really strange.
    thanks!!
    Boris

    After the end of each section of your CV you have code like below before the start of your next section/s:
    <p>  </p>
    <p> </p>
    <p> </p>
    <h6> </h6><h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    You need to delete all of that so the section/s end cleanly before the start of the next section as shown below:
    <p>205270621</p>
        </div>
    <!-- this is the end of your first section with all the code as mentioned above deleted -->
    <h6>opleidingen</h6>
        <div id="CvOpleidingenL">
    Then you need to add clear: both; and padding: 15px 0 7px 0; as shown below to the <h6> css:
    h6 {
        font-family: "BankGothic Lt BT", georgia, "times New Roman";
        font-size: 12px;
        color: #000;
    clear: both;
    padding: 15px 0 7px 0;

  • CSS problem with the clear property

    This is my actual page
    http://www.martcol.co.uk/abba/
    and I want to swap the paragraphs around. This is what I come up
    with
    http://www.martcol.co.uk/abba/test/test01.php
    I reckon I am getting muddle with the whole clearing the
    float thing.
    Many thanks
    Martin
    Actually, I think it only breaks up in Firefox - bear in mind
    I only tested in IE6 and FF

    http://martcol.co.uk/abba/pages/patch.php
    Oh dear, another problem with my floated elements and the
    clear property....
    Martin
    I think I have this now. Not sure why but picking away at it
    has it fixed.

  • HT201380 keep having scrolling problems with Maverick on both iMac and Mac Pro despite downloading mail software update

    Have scrolling problems with Maverick despite downloading mail update on both IMAC and Mac Pro
    Have to reboot and it helps for awhile then stalls again

    The Mac OS X 10.4.7 Update introduced connection issues as a result of (according to the documentation) "Mail now supports connecting to mail servers through a SOCKS proxy". This probably has nothing to do with your problem, but it'd be worth going to System Preferences > Network and making sure the SOCKS Proxy is not enabled in the network configuration used to connect to the Internet.
    Also, it looks like the crashes you're talking about are actually freezes, i.e. Mail becomes unresponsive rather than quitting unexpectedly. In Mail, open Window > Activity Viewer, and see whether Mail displays there what it's doing when it freezes. Actually, you may be able to avoid having to force quit Mail by canceling whatever it's doing (by clicking on the red stop icon of the activity).
    Reinstalling Mail will probably accomplish nothing, but it might be worth reinstalling the Combo Update for the type of machine and the version of Mac OS X you're using (which you would have to do anyway if you wanted to reinstall Mail):
    Mac OS X 10.4.7 Combo Update for Intel
    Take a look at the following articles for guidelines on how to properly install system updates:
    Troubleshooting installation and software updates
    Installing software updates
    Basically, you should verify/repair the startup disk before installing the update, and no applications should be running while installing it.

  • Spry menu problem with div

    when I try to place a horz. spry menu into a div, it hops outside the container.

    I went back to the thread but could not figure out how to respond.
    The site was originally built using AP Divs (including a spry menu bar). It appeared that the new menu “hopped” because the absolute position was still within the code – is that possible?
    I created a new spry asset folder and started over. As you can see, it’s in the div just fine, but the buttons (font size, hover, etc.) are all messed up and I can’t figure out how to fix the problem.
    http://www.hoistco.com/test3.html
    Thanks for your help.

  • HELP- VISTA problem with div inside of div

    Hi all,
    I need some Dreamweaver CSS help. I put together a profile Web site, http://lizconnolly.com/index.html and in VISTA/IE the yellow bio box inside the gray box is being pushed down. The box looks fine in Firefox and Safari, and I am not sure what the problem is.
    My css file link is: http://lizconnolly.com/Connolly.css
    Please help if you can.
    Thank you for your help.
    Liz

    As I said in my earlier post, the pages look similar in both IE7 and FFox. The text is very close to the bottom line, but not spilling out of the box.

  • Problems with LOV+Clear Form +Enter Query

    Hi Friends,
    I have a Master Detail Form which is only query form my
    requirement is as soon as the user presses F9(List of Values) on
    Employee Number then 3 activities should be done.
    1. Clear Form
    2. Enter Query
    3. Displaying List of Values
    Any ideas please let me know
    Thanks in Advance
    Rao Guduru
    null

    Hi Rao,
    Here is solution for your problem.
    in KEY-LISTVAL trigger of the Employee number filed write
    following code
    Begin
    Do_Key('clear_form');
    Do_Key('Enter_Query');
    End;
    in the WHEN-NEW-ITEM-INSTANCE Trigger of Employee number filed
    BEGIN
    If (:system.Mode = 'ENTER-QUERY') Then
    list_values;
    End If;
    END;
    If the Employee number is not the first navigable item in that
    block , then in the first navigable item's WHEN-NEW-ITEM-
    INSTANCE trigger write the following code
    If (:system.Mode = 'ENTER-QUERY') Then
    go_item('EMP1.EMPNO');
    End If;
    Let me know whether it solved your problem or not.
    Regards
    Surendra.
    Rao Guduru (guest) wrote:
    : Hi Friends,
    : I have a Master Detail Form which is only query form my
    : requirement is as soon as the user presses F9(List of Values)
    on
    : Employee Number then 3 activities should be done.
    : 1. Clear Form
    : 2. Enter Query
    : 3. Displaying List of Values
    : Any ideas please let me know
    : Thanks in Advance
    : Rao Guduru
    null

  • Problems with divi 316

    hey
    i am a newbie and just bought the cam. it was very fun to use. but i have problems
    firstly, my computer cannot reconise the decive as a camera sometimes.secondly when i can connect it, i use it on msn messenger but it keeps blinding, can someone help me? please

    Hi Friend
    i saw ur posting in the web and i like to know more about the cam thata is how long we can take pic by using the cam and is it good for you by ur experience
    pl send ur reply to any of these e mail address
    home_59 @hotmail.com ( can chat on msn)
    [email protected]
    [email protected]
    arul

  • Problem with Cenvat clearing Accounting Entries on invoice

    Dear Guru's
       my Scene is , i am doing  MIRO  gainst PO  ,  when i stimulate the document  All general Accounting entries are there Except  ,  cenevat  Entries , (BED , ES , HES )  ,  
    i did part 1 in MIGO  & , post Cenevat in  J1IEX  ,,    there i found , when i am taking key Capture Excise Invoice (J1IEX) & in that , there is post button if  I am clicking that button  , Cenavat is posting (10.3%)  ,
    but when i am taking   capture  frist & then i  post it in posting key of J1IEX ,  system is showing Error message  that 
    No Part I exists for availing credit in excise invoice 555 2011
         Message no. 4F112   , 
    So please tell me how should i proceed  , will be very help full for me
         Thanks & Regards
       Akshay
    Edited by: Jeyakanthan A on Feb 10, 2012 3:12 PM

    Hi,
    No Part I exists for availing credit in excise invoice 609 2011
    Message no. 4F112
    which refernce you are using you should used MIGO
    609 is i think vendor excise number for you
    and check in J1IEX you are getting part1 entry there or not for MIGO docuement
    second dispay 609 entry in J1IEX and check statsu of this entry
    Regards
    Kailas Ugale

  • Help needed with HTC One regarding mic problem with noise cancellation

    I picked up an HTC One last week, and so far I am loving the phone.  Great build quality, screen, sound - all as advertised.
    However, there is one very annoying problem I am having.  When I am talking to someone, I can gear them great, but they keep telling me I sound muffled or robotic.  I performed some tests, and the problem appears to be something with the dual microphones and the HTC One's noise cancellation features.
    Here are the tests I ran:
    Typical phone call, with holding the phone as I normally do on the sides and to my ear.  Call result, pretty muffled voice.  I'd give the call quality a 5/10.
    Help the phone as I typically do, but covered the mic hole on the back of the phone.  This definatelyimproved call quality.  Was louder and clearer, but not perfect.  I'd rate it at 8/10.
    Help the phone towards the bottom, using my hand to kind of cup the bottom directing the sound to the bottom mic.  This was a further improvement in sound quality.  Rating would be 9/10.
    Help phone as normal, but covered the bottom mic hole.  Very low volume and muffled sound.  Rating a 4/10.
    Talked directly into the bottom of the phone into the bottom mic.  This gave perfect call quality and volume.  Rating a 10/10!
    Talked directly into the mic on the back of the phone. Horrible quality, couldn't hear hardly anything. Rating 0/10.
    Speaker phone on, held the phone up and moved it around as I would normally use a speaker phone.  Call quality was really nice.  Id give it 9/10.
    Speaker phone on, covered back mic hole and used speaker phone as in #7.  Very bad quality, rating 1/10 for call quality.
    Speaker phone on, covered bottom mic and help speaker phone in hand.  Really good quality, even an improvement over test #7.  Would give the call quality a 9.5/10.
    Speaker phone on, placed face down on table.  Volume a bit low, a little muffled.  Call quality 6/10.
    Speaker phone on, place face up on table.  A bit worse than test #10, low volume and a bit muffled.  Call quality is 5/10.
    Based on these tests, I know this problem has nothing to do with the network CDMA connection.  It is obvious that the noise cancellation features are a bit too aggressive, or I have some hardware problem with one or both mics.
    I question wether its really a hardware mic problem, because on non-speaker phone calls, talking directly into the bottom mic gives great quality.  And on Speaker phone, covering the bottom mic makes the speaker phone sound really good.  That's why I think there's something going on with the "Sense Sound" noise cancellation.
    Is anyone else seeing the same issues?  I want to be able to hold the phone normal on a non speaker phone call and get good quality.
    Looking for any tips and advice anyone can give.  Is it worth exchanging for a new one, as I am still in my 14 day window.
    Thanks in advance for the help!

    Here are some other threads that seem to be having similar issues:
    http://forum.xda-developers.com/showthread.php?t=2262648
    http://forum.xda-developers.com/showthread.php?t=2294532

  • CSS clear: both; ISSUE

    New to CSS, obviously: I have a left floated div of 200px
    wide that stretches lengthwise as the content fills it. At the
    bottom there is a footer with the clear:both; applied to it. As I
    fill the float with content it is still stretching behind the
    footer instead of pushing it down. Now on the right side there is a
    right floated div, and as the content fills that portion up it IS
    able to push the footer down. Any ideas to why it isn't working on
    the left side? I'll attach the code. Thanks in advance!

    Trouble-man, you should know better than to use APDivs by now 
    http://apptools.com/examples/pagelayout101.php
    Use margins and floats -
    http://alt-web.com/DEMOS/CSS2-Captions-on-floated-images.shtml
    Also, check your code.
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Problem with log4j

    I want to load the jar file for my program into oracle.
    The program depends on log4j.
    I am using loadjava command.
    loadjava -user schema/password@database -oci8 -resolve so.jar lib\*.jar config\*.properties
    but i get this error
    errors : class org/apache/log4j/jmx/AbstractDynamicMBean
    ORA-29521: referenced name javax/management/RuntimeOperationsException could not be found
    ORA-29521: referenced name javax/management/AttributeList could not be found
    ORA-29521: referenced name javax/management/Attribute could not be found
    ORA-29521: referenced name javax/management/DynamicMBean could not be found
    ORA-29521: referenced name javax/management/MBeanRegistration could not be found
    ORA-29521: referenced name javax/management/MBeanException could not be found
    ORA-29521: referenced name javax/management/ReflectionException could not be found
    ORA-29521: referenced name javax/management/AttributeNotFoundException could not be found
    ORA-29521: referenced name javax/management/InvalidAttributeValueException could not be found
    ORA-29521: referenced name javax/management/MBeanServer could not be found
    ORA-29521: referenced name javax/management/ObjectName could not be found
    ORA-29521: referenced name javax/management/MBeanInfo could not be found
    what i could figure out is that the jvm on oracle server is 1.4 and hence this class has problems there. Is there a way to make this work without sacrificing log4j?
    null

    Hi,
    The tomcat service is still running fine.
    I have implemented a rotation(once a day) for the log4j log files
    Usually the file size is at about 400KB - 1.5MB the most a day for the log43j log files, and for catalina.out i do not have any rotation implemented.
    Sometimes, i just restarted the tomcat, and the catalina.out is cleared. The catalina.out log, sometimes, it becomes slow and stops logging after a few hours yet the tomcat service is still running because i am getting log on the http post and etc.
    So basically i am having problem with the logger, both log4j and the catalina.out
    Any ideas ?
    (on certain occurance, the log starts again after a while (maybe 1-2 hours later), yet there is a http post request during this period and its not logged)
    below is the log4j properties
    log4j.rootCategory=info,S,R
    log4j.rootLogger=debug, S,R
    log4j.appender.R=org.apache.log4j.DailyRollingFileAppender
    log4j.appender.S=org.apache.log4j.ConsoleAppender
    log4j.appender.R.File=/home/server/tomcatlogs/http_my.log
    log4j.appender.R.DatePattern=-yyyy-MM-dd
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.S.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=%d{dd MMM yyyy HH:mm:ss} - %p %m%n
    log4j.appender.S.layout.ConversionPattern=%d{dd MMM yyyy HH:mm:ss} - %p %m%n
    log4j.category.org.apache.axis=OFF
    log4j.logger.org.apache.commons.httpclient=OFF
    everything is to be working normally, until a weird sudden death.
    So my main problems are:
    1) catalina.out
    2) log4j
    Both seems to die a slow and painful death :)
    appreciate ur help on this
    cheers,
    Edited by: sankai on Aug 14, 2008 3:58 AM

  • Audio has ceased when at Amazon and with e-mails with audio attachments. This only during last few days previously O.K. Windows Media Player still working so no problem with speakers only happens with online audio. John

    Operating system Windows 7. A few days ago no problems with audio, clear sound when listening to e-mail audio attachments and Amazon music samplers. During last 2/3 days both attachments and samplers fail to work, but when playing music from library held in Windows Media Player no problems. This would appear to show no problem with speakers etc and I have not knowingly amended any audio controls.

    Thank you so much for replying.
    Yes I have removed and reinstalled WMP.
    I had good results with the PD6 application installed on the default path onto the C: drive with the one exception that if the application was launched by accident and the user data path was not available, the PD6 application would blow away my custom user path registry settings. Now that I know what they are I have made a .reg file to repair my registry to my desired user data paths.
    Installing the application on the removable drive appeared to help prevent me from launching the application by accident and overwriting my registry with default user paths.
    So which is the less of the two evils?
    If the application directory is not available, windows media player still tries to launch the .msi for installing PD6.
    If I install the application to the C: drive but the user data to the removable drive, launching the PD6 application without the user data drive will still corrupt my registry settings for a user data path.
    Both these issues seem like a logical (if not easy) fix that should be done in the PD6 application and installation package. I mean really, cannot anyone tell me why windows media player is checking the PD6 application directory? Why in PD4 did we have an option control for setting the user data path from the PD4 application? Why is this option not in the PD6 application, just the installer?
    I am given a choice during installation to move the user data to another non default location. Why else would this be provided if not to accommodate my kind of request to store the user data into an alternate location other than “My Document”. Certainly Palm is not trying to force the users on how to protect and store their personal data?
    Post relates to: Centro (Verizon)

Maybe you are looking for

  • ITunes doesn't open...PleaseHelp!

    My iTunes stopped opening..I have read all the help things but I don't get an error message it just won't open..I have my iPod plugged in adn it is charging I just can't get in iTunes but I have all my songs. Please try to help me! I think I must hav

  • Spry submenus overlap menu in Internet Explorer

    Hi, I'm working on a spry menu, and it looks exactly how i want it in Firefox, but in Explorer my submenus shift to the left and overlap my menu a lot. Also on my horizontal menu, the whole menu shows up shifted to the left and to the top in Explorer

  • How many extents allocated when table created?

    I am using Oracle 9, is the number going to be what we specified by minextents? thanks

  • Updating a pdf form

    Hi unfortunately due to the requirement to save the form i had to use the pdf form instea dof the web version. the problem i have i s the form is live and working ok, but i neeed to make some adjustments to the form, whats the best way to do this? ca

  • G5 ticking noise

    ok i know this has probably been covered but... on my g5 (oem ATI radeon 9600 pro 64mb) it seems like maybe it's my video card making a ticking noise when scrolling with the mouse or doing other actions affecting the GUI. i can 100% reproduce the noi