Probably a simple answer: easy div problem

Hello,
I have a very easy problem but can't find the answer.  3 divs: 1 "wrapper" and 2 inside it (one left column, one right).  I want to get the CSS settings so that the left and right column are both the same length.  Right now they are on auto length and the left column is longer.  I tried to "fill out" the wrapper with the right column by setting the right column to 100% length, but now I realize the "wrapper" div is being shrink-wrapped around the shorter right column and is not stretching it.  I just want both columns to be as long as the (longer) left column.
Thanks!

First of all height: 100% doesn't work for divs usually. The height of the browswer window is very hard to fiigure out.
Second: http://matthewjamestaylor.com/blog/equal-height-columns-2-column.htm
SOmehow that layout works, and I don't qutie know how although it is a very simple layout.
Lastly,  I'll bust out the unorthodox, loathed answer that actually is fine unless you want to worry about various screen types or browsing devices: a table.
First, I will say that it is great that there is new CSS that allows divs to display as tables as Murray, I think, is saying. But with 10% of peple still using IE 6 and 10% using IE 7 (crazy, eh?), I don't think you can do away with support from IE 7 yet, even though we're just about up to 10 now.
Tables are the intuitive way to solve this if you are not concerned with separating content and organization, which good modern designers are usually concerned with:
<table class="content">
<tr>
<td>first column</td>
<td>second column</td>
</tr>
</table>
No fuss no muss. But if we can figure out how the two even length columns layout works above, I'd say that's the smart, modern way to deal with this.

Similar Messages

  • Probably a simple answer to a simple question

    I used all of my hard earned money to enjoy this wonderful device sent down from heaven. Now after 33 hours of trying to make my very un-cooperative computer work with this thing I have a really simple problem to you but to me its like nuclear physics. (actually 2 things come to think of it) I finally imported all of my music into the itunes. I first put like 6 songs on the i-pod just to try it out. Now in i-tunes its very organized. I can search by song, artist, album etc. In the ipod I can only search by song, when I try to search by artist I only got one album name in the artist section out of the six songs??!! how do I make it nice and neat on the ipod? The other question is I would like to know how when I download audio from Limewire to set it so it goes right into my itunes library. PLEASE will someone help me. THANKS!!!

    Ok my tags are labeled correctly. When I right click a particular song in I-tunes and then click on "get info" I check the song, artists, album etc titles and they are correct. So back to my original problem, Everything seems to be labeled and organized correctly in I-tunes. When I am trying to browse in the I-pod I cannot look up certain songs by artists... When the tags are labeled correctly in I-tunes.

  • Probably a simple answer; centered links with floating link descriptions, both left and right of the links?

    Attatched is an image of the requested result. I'm new to Dw so this might be an easy bit of code, but with research I haven't been able to find an answer.
    Ideally, the numbers in the middle are links (centered on the page); and the text is a description of the link which floats to either side of the links, but is not necessarily centered; nor linked.
    I would really appreciate the help of someone more knowledgeable. Thanks in advance.
    The code I'm working on follows the image.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>design communications</title>
    <style type="text/css">
    body,td,th {
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: lighter;
      font-size: 10px;
      color: #FB6145;
    body {
      background-color: #FFFFFF;
    .strike {
      text-decoration:line-through;
    .links {
      color: #FB6145;
      text-decoration: none
    a:visited {
      text-decoration: none;
      color: #FFA493;
    a:hover {
      cursor: none;
      text-decoration: none;
    a:active {
      text-decoration: none;
    .back-arrow{
      color: #FB6145;
      text-decoration: none;
      font-size: 14px;
    </style>
    <link rel="shortcut icon" href="images/e_rimoldi_favicon_02.ico" type="image/x-icon" />
    <style type="text/css">
    </style>
    </head>
    <body>
    <p><a href="question mark/prefix_0_0.html">? </a></p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <div class="links">
    <p align="center">| <a href="works_03_01_perspective.html" id="01"
    onmouseover=
    "document.getElementById('02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >01</a> |</p>
    <p align="center">| <a href="works_03_03_plan.html" id="02"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >02</a> |</p>
    <p align="center"> | <a href="works_03_02_section.html" id="03"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >03</a> |</p>
    <p align="center">| <a href="works_03_04_mapping.html" id="04"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('back-arrow').className='links';"
    >04</a> |</p>
    <div class="back-arrow">
    <p align="center"><a href="works index_1.0.html" id="back-arrow"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';"
    >«</a></p>
    </div>
    </body>
    </html>

    hey marty,
    Perhaps this updated code will help clarify. I want the links to be centered on the page. But the link descriptions to float to either side? Does that make sense?
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>design communications</title>
    <style type="text/css">
    body,td,th {
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: lighter;
      font-size: 10px;
      color: #FB6145;
    body {
      background-color: #FFFFFF;
    .strike {
      text-decoration:line-through;
    .links {
      color: #FB6145;
      text-decoration: none
    a:visited {
      text-decoration: none;
      color: #FFA493;
    a:hover {
      cursor: none;
      text-decoration: none;
    a:active {
      text-decoration: none;
    .back-arrow{
      color: #FB6145;
      text-decoration: none;
      font-size: 14px;
    </style>
    <link rel="shortcut icon" href="images/e_rimoldi_favicon_02.ico" type="image/x-icon" />
    <style type="text/css">
    </style>
    </head>
    <body>
    <p><a href="question mark/prefix_0_0.html">? </a></p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <div class="links">
    <p align="center">| <a href="works_03_01_perspective.html" id="01"
    onmouseover=
    "document.getElementById('02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >01</a> | meddling</p>
    <p align="center"> kongenshus | <a href="works_03_03_plan.html" id="02"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >02</a> |</p>
    <p align="center"> | <a href="works_03_02_section.html" id="03"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >03</a> | design communications</p>
    <p align="center"> green river | <a href="works_03_04_mapping.html" id="04"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('back-arrow').className='links';"
    >04</a> | utah</p>
    <div class="back-arrow">
    <p align="center"><a href="works index_1.0.html" id="back-arrow"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';"
    >«</a></p>
    </div>
    </body>
    </html>

  • Probably a simple answer

    Okay this sounds like the most basic problem but it's
    annoying me no end.
    I'm creating an object in flash and then going to change it
    into a graphic, and make children movie clips (it's a person, with
    each child movie clip being a different limb, head, torso etc). But
    when drawing and colouring the object in, I can't seem to get flash
    to only colour one section ie. just the tshirt and not the skirt.
    There is a line seperating them so I assumed it would behave
    like MS paint and just fill the one section, but it fills the
    t-shirt and skirt with the same colour. Any suggestions?
    Thanks!

    put the different object that you want to individually color
    on their own layer.

  • How do I change the mail info (Probably a simple answer)

    Don't know how to describe it in the title
    But basically I was setting up my work email to my iphone. I think I entered an incorrect address for the server or something. Now when I go to mail, it just looks for the address for a long time and then says it can't connect seems to still be searching for a connection.
    How do I delete this email setup and start over? I have gone through almost every option on the screen in terms of pushing this button and that button but they all lead me to checking the inbox (empty or composing a msg).

    Back to Settings, then Mail, Contacts, Calendar options.
    There it lists mail accounts you have setup.
    Remove in there.

  • Probably a simple solution to a problem that has me baffled: javac

    I have downloaded the software and set the classpath. My old programs do run, however the compiler wouldn't take javac as a command when I tried to compile a test program.
    It gives me this message: 'javac' is not recognized as an internal or external command,
    operable program or batch file.
    I'm incredibly confused why it understand the java command but won't compile any source code!
    Thanks!

    if you are running windows:
    open file c:\autoexec.bat
    put something like:
    set path=%path%;c:\j2sdk1.4.2_02\bin;
    set classpath=%classpath%;.;C:\;C:\j2sdk1.4.2_02\jre\lib\plugin.jar;C:\j2sdk1.4.2_02\jre\lib\servlet.jar;
    you have to specify the location of the folder containing the java.exe file. In my system, it is
    c:\j2sdk1.4.2_02\bin
    then, at the DOS prompt, type autoexec.bat.

  • MSI x976 Power UP Edition Realtek Audio Question, probably a simple answer HELP!

    I have the x975 Power up board and 6400 conroe, so far clocked at 2.8ghz.  One hell of a processor, man they really meant it was going to be un upgrade from my [email protected] and it is.  Anyway, I have a set of Klipsch Promedia 4.1's that I still love and enjoy.  How do I utilize these speakers on the realtek hd audio card.  I selected 4.1 on the setup screen and plugged the front channel into the green plug, and it works great.  So where do I plug in the rear channel speakers, which color plug?  I want just to listen to music playing through all 4 speakers, and the surround effect in games, obviously minus the center channel.  I have a santa cruz, that does just what I need, but its dated technology and I really want to utilize the HD realtek if possible, its not like it will slow down the computer, haha.

    Quote from: NovJoe on 22-August-06, 10:44:25
    I'm not sure if Realtek Audio will do an upmix from 2.1 to 4.1 but you can also check if your speakers are able to do it.
    Yup, it's inside there...

  • Probably a simple fix ...

    why doesnt my page look the same in the browser as it does in dreamweaver?
    < what it looks like in dreamweaver ... perfect
    < what it looks like in my browser ... all spread out and messed up
    there is probably something simple i am doing or not doing but i cannot figure it out hopefully someone can help me out
    thank you so so so so much!
    here is this page's code if needed:
    <!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>Designs by Christina Mae  |  School { print }</title>
    <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>
    <style type="text/css">
    <!--
    body,td,th {
    color: #A78462;
    body {
    background-image: url(../webimages/background.gif);
    background-repeat: repeat;
    float: inherit;
    -->
    </style></head>
    <body onload="MM_preloadImages('slices/school-motion/motion_rollover_09.gif','../slices/school- print/print_rollover_04.gif','../slices/school-print/print_rollover_06.gif','../slices/sch ool-print/print_rollover_10.gif','../slices/school-print/print_rollover_09.gif')">
    <table width="1024" height="384" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="221"><table width="221" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="221"><img src="../slices/school-print/print_01.gif" width="221" height="73" /></td>
          </tr>
          <tr>
            <td><img src="../slices/school-print/print_03.gif" width="221" height="71" /></td>
          </tr>
          <tr>
            <td><a href="../web&amp;motion/DESIGNS_motionweb.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','../slices/school-print/print_rollover_04.gif',1)"> <img src="../slices/school-print/print_04.gif" name="Image8" width="221" height="18" border="0" id="Image8" /></a></td>
          </tr>
          <tr>
            <td><img src="../slices/school-print/print_05.gif" width="221" height="33" /></td>
          </tr>
          <tr>
            <td><a href="../freelance/DESIGNS_freelance.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','../slices/school-print/print_rollover_06.gif',1)" ><img src="../slices/school-print/print_06.gif" name="Image11" width="221" height="21" border="0" id="Image11" /></a></td>
          </tr>
          <tr>
            <td><img src="../slices/school-print/print_07.gif" width="221" height="552" border="0" usemap="#Map3" /></td>
          </tr>
        </table></td>
        <td width="803"><table border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td height="655" nowrap="nowrap" bgcolor="#F9F3DE"><script type="text/javascript" src="swfobject.js"></script>
    <div id="flashcontent">SimpleViewer requires JavaScript and the Flash Player.
    <a href="http://www.macromedia.com/go/getflashplayer/">Get Flash.</a></div>
    <script type="text/javascript">
    var fo = new SWFObject("viewer.swf", "viewer", "800", "600", "8", "#f8f0dd");
    fo.write("flashcontent");
    </script></td>
          </tr>
          <tr>
            <td nowrap="nowrap"><table width="605" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="553"><p><img src="../slices/school-print/print_08.gif" width="591" height="113" /></p></td>
                <td width="52"><table border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="42"><p><a href="../resume.pdf" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image13','','../slices/school-print/print_rollover_09.gif',1)" ><img src="../slices/school-print/print_09.gif" name="Image13" width="212" height="23" border="0" id="Image13" /></a></p>
                      </td>
                  </tr>
                  <tr>
                    <td><p><a href="mailto:[email protected]" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image12','','../slices/school-print/print_rollover_10.gif',1)" ><img src="../slices/school-print/print_10.gif" name="Image12" width="212" height="22" border="0" id="Image12" /></a></p>
                      </td>
                  </tr>
                  <tr>
                    <td><p><img src="../slices/school-print/print_11.gif" width="212" height="68" /></p>
                      </td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table>
    <div align="center"></div>
    <map name="Map" id="Map"><area shape="circle" coords="114,449,42" href="DESIGNS_home.html" />
    </map>
    <map name="Map2" id="Map2"><area shape="circle" coords="112,447,40" href="DESIGNS_home.html" />
    </map>
    <map name="Map3" id="Map3"><area shape="circle" coords="114,445,43" href="../DESIGNS_home.html" />
    </map></body>
    </html>

    It's always nicer to see the live page on remote server so we can see the images and everything in context.
    Try changing this:
    body {
    background-image: url(../webimages/background.gif);
    background-repeat: repeat;
    float: inherit;
    to this:
    body {
    background: url(../webimages/background.gif) repeat;
    Also,  remove the height="value"  from your tables.  It's not valid 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
    www.alt-web.blogspot.com

  • Probably a simple SQL Query - Newbie

    I want to select entries from a table that has 2 columns where the first column value is contained within the 2 column....Does that make sense?
    The first is a varchar that contains a value for a customer. The second is a varchar that contains a a textual description of a problem the customer has. My problem is that I only want to select the entries in the table where the second column contains a description that includes the first column value.
    eg. I want to select rows that have the following condition:
    column1 has value of "customer1"
    column2 has a value of "an error was reported by customer1 on service blah"
    but not these
    column1 has value of "customer1"
    column2 has a value of "an error was reported by customer2 on service blah"
    This is probably a simple question but I've spent time looking at how to do it and can't seem to manage...any help would be appreciated....Thanks

    Hi Barbara,
    I've never used the CONTAINS operator before. I compared the use in this situation to the other methods and found the others to be FAR less resource intensive, despite working on unindexed columns, as I demonstrate below.
    It would seem that CONTAINS is unsuited to this type of simple query. Can you shed any light on this, from the perspective of somebody who has used it before? Is this type of performance penalty normal? If so, it could seem that CONTAINS is fairly useless next to LIKE.
    [email protected]> desc test;
    Name                                        Null?    Type
    COLUMN1                                              VARCHAR2(20)
    COLUMN2                                              VARCHAR2(100)
    [email protected]> select count(*) from test;
      COUNT(*)
         10000
    Elapsed: 00:00:00.00
    [email protected]> select * from test where instr(column2, column1) > 0;
    10000 rows selected.
    Elapsed: 00:00:00.18
    Execution Plan
       0      SELECT STATEMENT Optimizer=ALL_ROWS (Cost=23 Card=8328 Bytes=532992)
       1    0   TABLE ACCESS (FULL) OF 'TEST' (TABLE) (Cost=23 Card=8328 Bytes=532992)
    Statistics
              5  recursive calls
              0  db block gets
            821  consistent gets
              0  physical reads
              0  redo size
         702263  bytes sent via SQL*Net to client
           7838  bytes received via SQL*Net from client
            668  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
          10000  rows processed
    [email protected]> select * from test where column2 like '%'||column1||'%';
    10000 rows selected.
    Elapsed: 00:00:00.18
    Execution Plan
       0      SELECT STATEMENT Optimizer=ALL_ROWS (Cost=23 Card=8328 Bytes=532992)
       1    0   TABLE ACCESS (FULL) OF 'TEST' (TABLE) (Cost=23 Card=8328 Bytes=532992)
    Statistics
              5  recursive calls
              0  db block gets
            821  consistent gets
              0  physical reads
              0  redo size
         702263  bytes sent via SQL*Net to client
           7838  bytes received via SQL*Net from client
            668  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
          10000  rows processed
    [email protected]> create index testidx on test(column2) indextype is ctxsys.context;
    Index created.
    [email protected]> select * from test where contains(column2, column1) > 0;
    10000 rows selected.
    Elapsed: 00:00:56.80
    Execution Plan
       0      SELECT STATEMENT Optimizer=ALL_ROWS (Cost=25008 Card=4 Bytes=284)
       1    0   TABLE ACCESS (FULL) OF 'TEST' (TABLE) (Cost=25008 Card=4 Bytes=284)
    Statistics
          55201  recursive calls
              0  db block gets
          85857  consistent gets
              0  physical reads
              0  redo size
         702263  bytes sent via SQL*Net to client
           7838  bytes received via SQL*Net from client
            668  SQL*Net roundtrips to/from client
            204  sorts (memory)
              0  sorts (disk)
          10000  rows processedThanks in advance,
    Anthony

  • Adobe Reader will not open PDF in browser simple answer.

    I just had this problem and was able to work through it with the help of tech support from TD Ameritrade.  The fix is simple so read on.  After uninstalling and reinstalling all things adobe and trying other recommendations on these forums I was stumped.  I called my broker tech section since I couldn't open their reports and we identified what my specific problem was.  For me, and I imagine some of you this will help and prevent a lot of wasted time.
    Nothing was wrong with my Adobe Reader.  My problem was that I have a 64 bit operating system and both of my default browsers were 64 bit browsers.  I did not know my internet explorer default browser was the 64 bit one until the technician that assisted me informed me that a recent windows update made all 64 bit systems default to 64 bit internet explorer browsers.  You cannot change that default by choosing between 64 bit and 32 bit, because you can only choose internet explorer.  That explains why my attempts to open with a 32 bit browsers always failed.  I also tried with Firefox thinking it was 32 bit and it failed as well.  The technician informed me Firefox is a 64 bit browser and then it made sense.  I guess the recent Adobe reader update caused a change that no longer allowed my 64 bit system and 64 bit browser to open PDF's through the browser. The technician who assisted me has a 64 bit system and only uses 64 bit browsers and can still open PDF's through those browsers.  That confused us for a while until we realized he had his Adobe updater turned off and therefore had not been exposed yet to the update that originated my problems.
    ****ANSWER FOR MY PROBLEM*******The quick answer is use Google Chrome or some other 32 bit browser.  If you set a 32 bit browser as your default, the PDF's will open.  You cannot set Internet Explorer 32 bit browser as your default if you have a 64 bit system and also have 64 bit Internet Explorer.  The windows update prevents you from doing it.  At least that is my understanding. 
    The bottom line is I have the newest Adobe Reader on a 64 bit system and can open any web PDF with Google Chrome set as my default browser, because it is a 32 bit browser.  The new Adobe Reader will not open PDF's with a 64 bit browser in Vista.  A 64 bit system is fine as long as you use the 32 bit browser to open your PDF's in Vista.  I hope this helps some avoid some headaches.  I wish it had been posted when my problem first arose. 
    I think you can use a 64 bit browser in Windows 9 or later, but for Vista the above applies.

    Yes I can create a short cut to internet exp. 32 bit on my desktop and I can even be using Internet expl. 32 bit, but when I try to open a PDF with adobe reader it won't work with internet exp. as my default browser b/c windows will always choose Internet exp. 64 bit which isn't supported yet by adobe reader.  With google chrome as my default browser windows can't choose an unsupported 64 bit browser in its place b/c google chrome doesn't have a 64 bit version.
    My post was for those people who may not have realized yet that windows would not ever choose Internet expl. 32 bit over Internet expl. 64 bit if both exist on their system.  For them it is easiest to just choose a default browser that only has a 32 bit version. 
    If I understood your reply correctly, you were telling me how to create a shortcut to Internet exp. 32 bit on my desk top.  However, having that shortcut on my desk top and opening my browser through it will not prevent the problem of windows choosing my Internet exp. 64 bit browser for pdf's I try to open from the web.  Thank you for your response, but I think the problem that I have tried to explain does exist for many users and can only be fixed by using a 32 bit browser that is not Internet explorer as your default browser.  At some point if windows fixes the update that always chooses Internet expl. 64 bit over Internet expl. 32 bit, then this will all be irrelevant.
    Thanks
    Sent from my iPod

  • Why is "Photos" so awful?  iPhoto was simple, intuitive, easy to organize and use. Photos is the opposite of that.

    Why is "Photos" so awful?  iPhoto was simple, intuitive, easy to organize and use. Photos is the opposite of that.

    pjonesCET1 wrote:
    You can't once installed you can't use iPhoto, anymore in fact I think it is physically removed when you install the 10.10.3 Update.
    Incorrect. iPhotos is not removed at all. It can still be used as long as you have kept your Software up to date. Otherwise
    Is Iphoto gone ? i want it back!
    Pete

  • HT1386 simple and easy way to sync my contacts from iPhone 3gs to Macbook Pro that both my partner and I use. Have tried with photos and and only 350 of 3,500 items have synced. Remember simple and easy, I'm still learning-slowly.

    Simple and EASY way to sync contacts from 3gs iPhone to MacBook Pro. Partner and I both use macBook. I have tried and get a message that only 350 of 3,500 item have syncd- all photos. I'm still learning and am very afraid of doing something that will wipe out all info,contacts and photos. Entering this site, the account shows my partners name, but accepts my other information.

    First of all, you should always save you photos on computer like any other digital camera.
    Backup on iCloud or iTunes only backup your Camera Roll. The other photos should be already on the computer.
    Note: Photos are not saved in iTunes, it's only a conduit between your iPhone and your photo managing software on computer.
    What computer do you have?

  • I have an iMac that I purchased back in 2010 and over the past 9 month or less my computer just started shutting down while someone was in the process or working on it.  What could this come from?  Is there a simple solutions to this problem?

    I have an iMac that I purchased back in 2010 and over the past 9 month or less my computer just started shutting down while someone was in the process or working on it.  What could this come from?  Is there a simple solutions to this problem?

    Which model iMac do you have?  http://support.apple.com/kb/HT1758 How to identify iMac models 
    Which OS is currently installed? 
    Check out KB Articles:  http://support.apple.com/kb/HT3964 Intel-based Macs: Resetting the System Management Controller (SMC) and http://support.apple.com/kb/HT1379 Resetting your Mac's PRAM and NVRAM 
    If not of the above works and you have AC, call them.  Let them deal w/it.  Otherwise, take your iMac down to your local AS or an AASP.  Diagnostic testing is FREE! 
    You can also research for a solution on YouTube's "How To" website and iFixit. 

  • TS1717 Im new to itunes so this might be a simple answer but...

    Im new to itunes so this might be a simple answer but...I downloaded 20 songs a few days ago and the last 45-60 second ds of more than half didn't download. When playing the song it will kirt move to the next song. How can I get it to download again or get my money back? It does this whether I'm on my ipod touch, laptop, shuffle, etc.

    That has been a common problem at the Store for several months.  The easiest thing is to download fresh copies at no charge, per these instructions: 
    http://support.apple.com/kb/PH1619

  • Probably incredibly simple question, so sorry. I have just changed e-mail after many many years and I want to e-mail everyone in my mac mail client with the new e-mail address at the same time.

    Probably incredibly simple question, so sorry. I have just changed e-mail after many many years and I want to e-mail everyone in my mac mail client with the new e-mail address at the same time.

    If you are using Address Book, open it, create a new Group, select all you contacts by click the top one while holding down the shift key and then select the last one. Drag the contacts to the group, then send an e-mail to the group.

Maybe you are looking for

  • I have a FaceTime issue on my iPhone 5. Recently updated my iPhone with OS 7.0.4

    Hello there, I am not able to connect to anyone via FaceTime. It just does not connect. Recently I have updated my iPhone to iOS version 7.0.4 which should resolved any FaceTime issues but it has gone the other way and stopped my good working FaceTim

  • Config "look-alike" desktop for testing purposes... small problem...

    my experiment requires me to make AWN resemble the Win7 menu bar.  My problem is that I can't seem to find the right clock/calendar applet (or configuration of such) to sincerely mimic the one from Win7... could someone shed some light on how I can p

  • ICal & Snow Leopard upgrade.  iCal icon is now stuck on July 17th?

    Hi everyone, I have recently upgraded my Mid '07 Mac Mini from Leopard to Snow Leopard and have only come across 3 problems (None really major). One of these is my iCal dock icon on my dock is stuck on July 17th rather than the present date unless th

  • No es compatible el toolbar yahoo firefox 36

    en la version 35.0.1 la extension de yahoo toolbar tenia muchas opciones cuando instale la version 36 solo me aparece la del correo

  • ADT Helper Tool - updated!

    Hi all, I've updated the ADT Helper Tool with a few bits and pieces.  This is a front-end to help you compile your AIR apps for iOS.  Only works on windows at this time - sorry!  Though I am looking for someone to help out with a mac version if you a