Making my side by side divs even in Height in different browsers

I have been wrestling with a problem for the past few hours. I don't know how to solve it and hope someone can help me. Here is a page that I thought I set up in such a way that I would be able to have the same height on both divs (left-text and right-flash movie). When I thought I had it worked out in Firefox, I looked at safari and saw uneven height.
Here is the page:
http://www.margaritascafe.com/parties.html
I have tried everything I can think of including the dreaded adding a height parameter to the div tags, however nothing is working to make both browsers show the same result.
here is my html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Main.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- InstanceEndEditable -->
<link href="margaritastyles.css" rel="stylesheet" type="text/css" />
<script src="Margaritas_temp_spry/SpryMenuBar.js" type="text/javascript"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<link href="Margaritas_temp_spry/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
<body>
<div id="wrapper">
  <div id="header">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1000" height="150" id="FlashID" tabindex="10" title="Margarita's Cafe header 2">
      <param name="movie" value="flash_movies/Margaritas Header 5.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="9.0.45.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="flash_movies/Margaritas Header 5.swf" width="1000" height="150">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="9.0.45.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
  </div>
  <div id="navigation">
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="index.html">Home</a></li>
      <li><a href="#" class="MenuBarItemSubmenu">Menus</a>
        <ul>
          <li><a href="menus/lunch.html">Lunch</a></li>
          <li><a href="menus/dinner.html">Dinner</a></li>
          <li><a href="menus/cocktail.html">Cocktail</a></li>
          <li><a href="menus/takeout.html">Take Out</a></li>
        </ul>
      </li>
      <li><a href="photo_gallery.html">Photos</a></li>
      <li><a href="#" class="MenuBarItemSubmenu">Catering</a>
        <ul>
          <li><a href="parties.html">Private Parties</a></li>
        </ul>
      </li>
      <li><a href="reservations.html">Reservations</a></li>
      <li><a href="#" class="MenuBarItemSubmenu">Contact</a>
        <ul>
          <li><a href="facebook.html">Facebook</a></li>
          <li><a href="twitter.html">Twitter</a></li>
          <li><a href="youtube.html">Youtube</a></li>
          <li><a href="merchant_circle.html">Merchant Circle</a></li>
<li><a href="directions.html">Directions</a></li>
        </ul>
      </li>
      <li><a href="reviews.html">Reviews</a></li>
      <li><a href="specials.html">Specials</a></li>
    </ul>
  </div>
  <div id="sidebar"><!-- InstanceBeginEditable name="Sidebar" -->
    <h2>Come Dine With Us!</h2>
    <p><span id="name">Margarita's Cafe</span> is the prime location to have your next party or event. Our experienced team of event planners are ready to help you have the time of your life! Margarita's Cafe is the only restaurant that will allow you to customize your menu and pricing to your needs.</p>
    <p>We offer a large dining room area for a large party or event up to 75 people. We also have a smaller dining area for a more intimate gathering of up to 20 people. Need Music, entertainment or decorations? No problem! Our staff will work with you to create the ultimate party experience.    </p>
    <p>Take a look at our party packages to get an idea of how we can create that special atmosphere for your next event. Got a date in mind or have questions? Give us a call at 516-745-0033 or 516-222-0328.</p>
    <p>Private Parties for:</p>
    <ul>
      <li>Weddings | Anniversaries</li>
      <li>Birthdays | Bar/Bat Mitzvahs | Sweet Sixteens</li>
      <li>Corporate Functions | Business Luncheons</li>
      <li>Bachelor / Bachelorette Parties<br />
        <br />
      </li>
    </ul>
    <!-- InstanceEndEditable --></div>
  <div id="maincontent"><!-- InstanceBeginEditable name="main content" -->
  <script type="text/javascript">
<!--
//-->
  </script>
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="560" height="315" id="FlashID2" title="Parties">
    <param name="movie" value="flash_movies/parties.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="9.0.45.0" />
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="flash_movies/parties.swf" width="560" height="315">
      <!--<![endif]-->
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="9.0.45.0" />
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
      <div>
        <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
        <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
      </div>
      <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
  </object>
  <!-- InstanceEndEditable --></div>
  <div id="clearboth"></div>
  <div id="page_container"></div>
  <div id="footer"><a href="http://www.facebook.com/margaritascafe" target="_blank"><img src="png-gif-jpg/Margaritas Facebook logo.png" alt="Facebook" width="40" height="25" align="absmiddle" /></a> <a href="http://twitter.com/#!/MargaritasCafe" target="_blank"><img src="png-gif-jpg/Margaritas Twitter logo.png" alt="Twitter Logo" width="40" height="25" align="absmiddle" /></a><a href="http://www.merchantcircle.com/business/Margaritas.Cafe.516-745-0033" target="_blank"><img src="png-gif-jpg/merchantcircle_mini.png" alt="Merchant Circle Logo" width="63" height="25" align="absmiddle" /></a> Powered by Kemite Multimedia &copy;2011 Margarita's Cafe</div>
</div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"Margaritas_temp_spry/SpryMenuBarDownHover.gif", imgRight:"Margaritas_temp_spry/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
<!-- InstanceEnd --></html>
and my CSS:
body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background-color: #FCAF5D;
#wrapper {
    text-align: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 1000px;
#header {
    margin: 0px;
    padding: 0px;
#navigation {
    padding: 0px;
    background-color: #909;
    margin-top: -3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
#sidebar {
    background-color: #77c4cb;
    width: 420px;
    float: left;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-indent: 20px;
    font-style: italic;
    color: #FFF;
    margin: 0px;
#wrapper #sidebar p #name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
#maincontent {
    margin: 0px;
    padding: 0px;
    width: 560px;
    float: right;
#maincontentlayout3 {
    background-color: #0F0;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 250px;
#specials {
    background-color: #CC9;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: both;
#footer {
    margin: 0px;
    background-color: #fdc58a;
    clear: both;
    font-style: italic;
    font-size: 11px;
    text-align: right;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
#clearboth {
    margin: 0px;
    padding: 0px;
    clear: both;
#page_container {
    margin: 0px;
    padding: 0px;
#menu {
    margin: 0px;
    padding: 0px;
#menutitle {
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #FFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
#menutable {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
Can anyone tell me what to do to solve this problem?

The easy way is to google 'faux columns'.  It won't make the divs the same height, but it will make it look like they are.
The (probably) best way to do it would be to leverage some CSS2 as I show in the following table (view it in Live view in DW) -
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<style type="text/css">
#wrap {
          display:table;
          border:1px solid #000;
#col1, #col2 {
          display:table-cell;
          width:350px;
#col1 {
          background-color:#CCC;
#col2 {
          background-color:#FFC;
</style>
</head>
<body>
<div id="wrap">
  <div id="col1">Lorem ipsum dolor sit amet, sed do eiusmod tempor incididunt eu fugiat nulla pariatur.</div>
  <div id="col2">Similique sunt in culpa qui officia deserunt mollitia animi, qui in ea voluptate magnam aliquam quaerat voluptatem. Nemo enim ipsam voluptatem nam libero tempore, eaque ipsa quae ab illo inventore veritatis.</div>
</div>
</body>
</html>

Similar Messages

  • Floating 3 div tags side by side

    Hello Dreamweavers.
    Im trying ot float 3 div tags side by side. I dont have a problem floating 2. But when I add a 3dr DIV the 2nd DIVS margin is making me confused
    how to get them floatin next to each other. Here is what I have so far.
    Thank you.
    #box_one {
              background-color: #9C9;
              width: 400px;
              height: 400px;
              float: left;
    #box_two {
              background-color: #99F;
              height: 400px;
              width: 400px;
              float: right;
              margin-right: 450px;
    #box_three {
              background-color: #06F;
              height: 400px;
              width: 400px;
              margin-left: 1000px;
              float: right;
    <body>
    <div id="box_one">Content for  id &quot;box_one</div>
    <div id="box_two">Content for  id &quot;box_two</div>
    <div id="box_three">Content for  id "box_three" Goes Here</div>
    </body>
    </html>

    No need to get complex, just float all of the <divs> left and give 'box_two' and 'box_three' a margin-left: 50px;  (see below)
    #box_one {
    float: left;
    background-color: #9C9;
    width: 400px;
    height: 400px;
    #box_two {
    float: left;
    background-color: #99F;
    height: 400px;
    width: 400px;
    margin-left: 50px;
    #box_three {
    float: left;
    background-color: #06F;
    height: 400px;
    width: 400px;
    margin-left: 50px;

  • Placing 2 images side by side in a div and not hving a gap between them

    I'm building my first website http://www.ClayBernard.com and having a problem in the div "#logoAndBanner" - when I place 2 images side by side I get a gap so in the browser they look disjointed. I want to make them seamless.
    Any ideas would be great
    Thanks

    Hi,
    what's about this:
    <div id="logoAndBanner"><a href="index.html"><img src="images/BANNERS/IndexBanner_rev00.png" width="1000" height="80" border="0" /></a><img src="images/BANNERS/Banner_Contact_rev00.png" width="100" height="80" border="0" /></div>
    Hans-G.

  • How can i centre two side by side divs vertically so they both are in the centre of there parent /containing div?

    How can i centre two side by side divs vertically so they both are in the centre of there parent /containing div? One of the divs is larger than the other so i would want the smaller one to centre inside a parent div like so:
    Grey= parent/container (Width of both orange and red div)
    Orange= Div 1
    Red= Smaller div- centralised (hopefully)

    If you wanted to go completely "Not for IE8 or lower" and use some of the often overlooked viewport units, it could be very responsive to browser resizing...
    <!doctype html>
    <html lang="en-us">
    <head>
    <meta charset="utf-8">
    <title> VW, it's not just a car for Mac users...</title>
    <style>
         -moz-box-sizing:border-box;
         -webkit-box-sizing:border-box;
         box-sizing:border-box;
    #gray {
        background-color:gray;
        width:80vw;
        margin:0 auto;
        height:40vw;
        font-size:2vw;
    #red {
        width:50%;
        height:50%;
        background-color:red;
        margin-top:12.5%;
        float:left;
    #orange {
        background-color:orange;
        width:50%;
        height:100%;
        float:left;
    </style>
    <!--[if lt IE 9]>
    <link href="IE-only.css" rel="stylesheet" type="text/css">
    <![endif]-->
    </head>
    <body>
    <div id="gray">
        <div id="orange"></div>
        <div id="red"></div>
    </div>
    </body>
    </html>

  • How to align 3 divs side-by-side

    Hello.
    I need to get out of the habit of using tables and starting
    using div's.
    I need to align 3 divs in a row the main site layout. One on
    the left, one on the right and one in the middle, I have been
    trying to make it work for quite a while now and have given up. So,
    how would I go about aligning 3 divs side by side?
    Thanks in advance,
    Perry

    Use floats (CSS). There is no one best way but here's a
    starting point.
    First create a containing wrapper div & give it a width
    of say 600 px
    (width:600px;)
    Create 3 divs, 200 px wide each inside the wrapper div, one
    after the other.
    Float each div left (float:left;).
    Create a 4th div, or just a paragraph (<p></p>)
    and make it clear:left.
    Place it after the 3rd div and inside the wrapper div. Again
    this is just a
    start. Once you get this working you can experiment with the
    code until you
    thoroughly understand what is happening.
    If any of these terms/jargon makes you say, "Huh?" you are in
    over your head
    and should return to Go. Once back at go study CSS and how it
    interacts with
    HTML before going further.
    Walt
    "Perry|" <[email protected]> wrote in
    message
    news:g39q32$fcj$[email protected]..
    > Hello.
    >
    > I need to get out of the habit of using tables and
    starting using div's.
    > I need to align 3 divs in a row the main site layout.
    One on the left, one
    > on
    > the right and one in the middle, I have been trying to
    make it work for
    > quite a
    > while now and have given up. So, how would I go about
    aligning 3 divs side
    > by
    > side?
    >
    > Thanks in advance,
    >
    > Perry
    >

  • Can't get my divs side by side and tried everything

    i am new to DW and am really struggling
    i am simply trying to get my DIVs side by side by floating left and floating right inside a wrapper DIV
    thye just always end up one ontop of the other
    here's the html can someone have a look for me i have been struggling with this for days and rebuilt the site 3 times.
    <!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>suffolk international film festval</title>
    <link rel="stylesheet" type="text/css" href="default.css"/>
    <style type="text/css">
    #wrapper {
              background-color: #000;
              height: auto;
              width: 960px;
              margin-right: auto;
              margin-left: auto;
    #wrapper #nav {
              background-color: #000;
              float: right;
              height: 20px;
              width: auto;
    #wrapper #pics banner {
              height: 85px;
              width: 960px;
    #wrapper #main wrapper {
              background-color: #000;
              height: 600px;
              width: 960px;
              border: 2px dotted #C00;
    #wrapper #main wrapper #main left {
              background-color: #565656;
              float: left;
              height: 390px;
              width: 440px;
    #wrapper #main wrapper #main right wrapper {
              background-color: #565656;
              float: right;
              height: auto;
              width: 100;
              border-top-width: 2px;
              border-right-width: 2px;
              border-bottom-width: 2px;
              border-left-width: 2px;
              border-top-style: dotted;
              border-right-style: dotted;
              border-bottom-style: dotted;
              border-left-style: dotted;
    </style>
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body onload="MM_preloadImages('images/nav-bar-over_01.gif','images/nav-bar-over_02.gif','image s/nav-bar-over_03.gif','images/nav-bar-over_04.gif','images/nav-bar-over_05.gif','images/n av-bar-over_06.gif','images/nav-bar-over_07.gif')">
    <div id="wrapper">
              <div id="banner"><img src="images/banner_01.gif" width="960" height="116" alt="banner" /></div>
        <div id="nav"><a href="index test.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','images/nav-bar-over_01.gif',1)"><img src="images/nav-bar_01.gif" alt="home" name="home" width="81" height="20" border="0" id="home" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('about us','','images/nav-bar-over_02.gif',1)"><img src="images/nav-bar_02.gif" name="about us" width="79" height="20" border="0" id="about us" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contact','','images/nav-bar-over_03.gif',1)"><img src="images/nav-bar_03.gif" name="contact" width="80" height="20" border="0" id="contact" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('attend','','images/nav-bar-over_04.gif',1)"><img src="images/nav-bar_04.gif" name="attend" width="81" height="20" border="0" id="attend" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('films','','images/nav-bar-over_05.gif',1)"><img src="images/nav-bar_05.gif" name="films" width="79" height="20" border="0" id="films" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('supporters','','images/nav-bar-over_06.gif',1)"><img src="images/nav-bar_06.gif" name="supporters" width="80" height="20" border="0" id="supporters" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('team','','images/nav-bar-over_07.gif',1)"><img src="images/nav-bar_07.gif" name="team" width="80" height="20" border="0" id="team" /></a></div>
      <div id="pics banner"><img src="images/pics-banner.jpg" width="960" height="85" alt="banner2" /></div>
        <div id="main wrapper">
                  <div id="main left"></div>
            <div id="main right wrapper">
                      <div id="top">
                    <p>test</p>
                </div>
                <div id="bottom">
              </div>
            </div>
    </div>
        </div>
    </body>
    </html>

    It is important to keep things as simple as possible and not to introduce elements for the sake of it. As a case in mind is the #wrapper element. There are already two wrapper elements called html and body that we can use.
    To ensure that you do not run into problems in the future, use a CLASS instead of an ID. They both perform the same function with the exception that an ID is unique in each document.
    Copy and paste the following into a new document and view the result in your favourite browser.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <style>
    * { /* USE A RESET INSTEAD - http://meyerweb.com/eric/tools/css/reset/*/
        padding: 0;
        margin: 0;
    *, *:before, *:after { /* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
      -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    p, h1, h2, h3, h4 {
        padding: 1em 20px;
    html {
        background: #FFF;
        height: 100%;
    body {
        background: #CCC;
        margin: auto;
        width: 960px;
    .header {
        background: #060;
        color: #CCC;
    .nav {
        background: #000;
        color: #CCC;
    .aside {
        float: left;
        width: 30%;
    .article {
        background: #FFC;
        float: left;
        width: 70%;
    .article .feature {
        background: #F30;
        float: left;
        height: 150px;
        margin: 1.65%;
        width: 30%;
    .footer {
        background: #060;
        clear: both;
        color: #CCC;
    </style>
    </head>
    <body>
      <div class="header">
        <h1>HEADER</h1>
      </div>
      <div class="nav">
        <p>Navigation</p>
      </div>
      <div class="aside">
        <h3>Side Bar</h3>
      </div>
      <div class="article">
        <h2>Main Article</h2>
        <div class="feature">
            <h4>Feature 1</h4>
        </div>
        <div class="feature">
            <h4>Feature 2</h4>
        </div>
        <div class="feature">
            <h4>Feature 3</h4>
        </div>
      </div>
      <div class="footer">
        <p>Footer</p>
      </div>
    </body>
    </html>

  • HT204409 Have brand new iphone 4s. Wifi signal is very weak even when very close to router. I have also an iPod Touch and when both are side by side, the iPod wifi signal is excellent and the iPhone wifi signal is very poor??!!! Hardware issue? or softwar

    Have brand new iphone 4s. Wifi signal is very weak even when very close to router. I have also an iPod Touch and when both are side by side, the iPod wifi signal is excellent and the iPhone wifi signal is very poor??!!! Hardware issue? or software issue? I was hoping it is just a software issue, but...
    Saw may web sites discussing this same issue; many discussions point to hardware problems but there is no official word from Apple about it, which is disapointing !??  Few discussions point to software problem with solutions based on try and error, and they don't seem to work.

    did not help at all; the problem continues the same

  • Trouble putting div tags side by side in the center

    Hi All,
    I am having trouble in centering two div tags side by side, both have the correct floats of left and right, margins set to auto but in the browser view each div is on the very edge of the browers, I have tryed playing with the margins and so on but what ever i seem to do i am unable to correct this, does any one how to solove this or has experianced it before??

    A live link is the best way to get help here.
    http://alt-web.com/DEMOS/3-CSS-boxes.shtml
    First center your parent container.
    CSS:
         #wrapper {
              width: 900px; /**adjust width as req'd**/
              margin: 0 auto:
              overflow: hidden; /*to contain floats*/
              border: 1px dotted red; /*for demo purposes*/
    HTML:
         <div id="wrapper">
              Everything else goes inside this container
         </div>
    Nancy O.

  • None of the buttons work on my phone, cursor only moves up & down or side to side

    Hope someone can help, I have had my BB Curve since Christmas my Partner bought it from someone as an unwanted upgrade. It was brnd new then. I used it on Friday and then 30 mins later it was ringing i tried to answer it nothing would work. The cursor moves from side to side and up and down apart from that nothing works, people can text and call but i cannot open the texts or answer the calls.
    I have completed a software update but it still does not work. None of the buttons, not even the side ones work..any advice ?

    Hi
    The Blackberry is designed to be reset by removing the battery whilst the device is powered-on. Leave the battery out for a minute or 2.
    See if that resolves the problem. If not, then more information will be needed before making suggestions. Please provide as much as you are able of the the following
    Blackberry Model.
    Carrier Name.
    Do you have a Data Plan?
    Operating System Version go to Menu > Options > About - it looks like v5.0.0.681
    Memory for Device and SD Card Options > Memory
    Any error statement or code.
    The Exact nature of problem - the more info the better.
    When this started and whether it started just after an update or new App download and which App/s theme/s download.
    Blackberry Best Advice - Back-up weekly
    If I have helped you please check the "Kudos" star on the right >>>>

  • Displaying Two groups of data side by side

    We are using XML Publisher 5.6.2. We have a requirement where we need to display two independent groups side by side.
    What we tried was, we had a single table, on which on the same row, we defined the first group ( for-each:group1)<?Col1?><end-each>, in a single cell as part of three different form fields and then in the second column, we started the next group.
    But when we ran the report, the second group does not get dsiplayed. The workaround we have to use is that define the second group in a seperate row than the first group. This displayed the data for both the groups.
    The issue is that, if Group1 has 10 rows, then my second group will be pushed down.
    Has anybody had this issue and if there is a resolution, please let us know.
    Thanks,
    - Vasu K -

    hi this is mohan,
    I would Like to display the data in single table. i have 10 groups when i m trying the columns becoming null. when i m taking it in diff tables its working fine but my client is not satisfied with that is there any solution for this making it in one table.
    Regards&Thanks
    Mohan.katepalli
    Path Infotech Limited

  • What happened? After this morning Firefox's update, I couldn't get into Firefox but got this message, "The application failed to start because it's side-by-side configuration is incorrect.

    This morning I went to go into Firefox, a message came up stating it was updating. After the update, Firefox didn't open, so I clicked on the icon and got this message. C:\Program Files (x86) Mozilla Fire\firefox.exe. The application has failed to start because its side-by-side configuration is incorrect. I tried removing & re-installing and I even try the Window's restoration point of a couple days back and I still get the message. Has anyone had or have this problem?

    You can click the link in my above post if you haven't done that yet.
    *https://support.mozilla.org/questions/910134
    That SxS error seems to be caused by a corrupted Visual C installation that requires some DLL files to be reinstalled.
    *http://www.vistax64.com/software/245768-side-side-configuration-incorrect.html

  • I downlaoded Firefox 4 and now it won't let me open up on another screen..I have 2 screens side by side!!I used open up mulitable browsers and move them from screen to screen!Now i cant..Only opens to screen 1!!

    Before i downloaded Firefox 4, i could open up mulitable screens and move them from screen to screen..I have one computer with 2 screens side by side..Say i open up your browser and then open up another browser session,I could then move that browser session to the other screen,,Great for researching and looking at different websites side by side!!Now i cant even shrink it and move that browser to the other side(other screen)..Before i could!!!

    A brief and probably non-helpful answer: I know of no way to eliminate your large amount of duplicates other than by repetitive, tedious manual effort.
    *There has got to be a simpler way.*
    I hope you're right, but I don't think there is a simpler way.
    BACKUP:  It also appears that the only way I can back up the catalog is to shut down LR.  Really?!
    Yes, really

  • How can i open a few windows or tabs side by side?

    Hi firefox crew!
    Okay, I know how to work the tab groups. But I'd like to be able to open a window(or tab) side by side with one or more others, as often I want to compare a couple sites/web pages. I really would rather be able to easily do this! So I'm wondering:
    is there any way to, say, choose some setting or option/customize to have firefox automatically open a second window (or tab) as a half-window, whilst shrinking the first fullpage down to the other half of the screen (or window)?
    And, even better would be if I could select a few tabs of my choosing at once (eg. by ctrl-clicking each one i want from among the tabs i have open along the tabs bar, say, A, C, E, and F out of all my 7 tabs A-G), and right-click to bring up a context menu, and from there select an option: "open tabs in a grid", and have that work to display (all four of) these tabs side by side.
    (And, theoretically, each successive tab/window opened in this manner would effectively add to the grid, thereby shrinking each one proportionately.)
    Any ideas on how to make this work? Much appreciated!

    OOH, to let you all know (both experts and other newbies who might benefit!)--
    i think i found my answer! :)
    To tile open windows horizontally(side by side), if i right-click on an empty Taskbar area i can choose Tile Windows Horizontally (in Windows XP).
    To tile windows vertically, i can right-click on an empty Taskbar area and click Tile Windows Vertically (in Windows XP) or Show Windows Stacked.

  • Is it possible to view two web pages side by side on Safari

    I am looking for a command that would put two or more web pages(or any open windows) side by side or even stacked so they can be viewed simultaneously. I know you can do this by resizing the the windows but I was wondering if there something already within Safari or Mac that would do the sizing automatically for you.
    I remember back in the old Windows 3.1 days there was a Panel option under in the window menu that would this. And I also saw that this is possible in Windows 7 now. Surely, Mac has a way!
    Thanks,
    Casa

    I misnamed this the option I am looking for. It is called "Tiling". After some research I found out that this is one of the features that former Windows users miss the most when they come over to Mac. I will have to concur. I don't know why Mac has not added this simple feature.
    However, there is a third part app that makes this possible - SizeUp by Irradiated Software. You can download it here - http://www.apple.com/downloads/macosx/productivity_tools/sizeup.html
    There is a limited free version called Two up from the same developer.

  • I want to make a video clip using two still pictures, placing side by side.  I am able to make with only one at a time.

    I want to make a video clip using two still pictures, placing side by side.  I am able to make with only one at a time.  Also, I am able to move the picture using Transform.  But unsuccessfull in making with two stills in same clip.  Thank you for reply.

    If you want a Picture in Picture effect, stack one still on top of the other with a connect edit. Use Transform to scale and reposition the top image.
    Russ

Maybe you are looking for

  • Windows terminal sessions not logging off

    Hi All, I am new to SDG and hoping someone could shed some light on a issue i'm having with applications running on a windows terminal server. When i launch a windows application through SGD, it opens and works fine. When I close this application and

  • Default style (for navigation bars) is lost!

    I've a problem that has been discussied a couple of times but I have never seen a solution. We have made a page with portlets and styles. Our navigationbar-portlet has a blue background but the other porlets have a white background. With te creation

  • I upgraded to itunes 10.7.0.21 and now every time itunes starts it crashes within a few seconds!

    I upgraded to itunes 10.7.0.21 and now every time itunes starts it crashes within a few seconds! I have uninstalled and re-installed and I get the same! I am running windows 7 64bit. The error window sais the fault is " KERNELBASE.dll". I also instal

  • Lost Connection to iTunes Music Store...

    I was downloading a season pass for a TV show (22 EPISODES) and my iTunes lost the connection...My error message said that the connection had been reset and I should make sure that my connection was active and then retry...How do I make sure the conn

  • 15" Macbook Pro shuts down unexpectedly

    Recently, my MBP has been shutting down unexpectedly and then the front light will flash 3 times. I have been searching for any insight but have not found the right answer. The MBP is running Mac OS X, version 10.6.8, 2.4 GHz Intel Core 2 Duo