Browser alignment issues

Please look at this page in IE and in FF http://www.breastcanswers.com/donate.html
I want the "donate" button to be to the right of the text like it shows in IE.  FF & chrome put the button below the text.....
Thanks for your help!!

BcSurvivor08 wrote:
Please look at this page in IE and in FF http://www.breastcanswers.com/donate.html
I want the "donate" button to be to the right of the text like it shows in IE.  FF & chrome put the button below the text.....
Thanks for your help!!
One way to do this is to put everything in a table like this:
<table style="border: 3px #2a022f groove;">    <tr style="height: 50px; vertical-align: middle;">        <td style="width: 180px;">Donate $100</td>        <td style="width: 160px; text-align: center;"><form action="https://www.paypal.com/cgi-bin/webscr" method="post">                <input type="hidden" name="cmd" value="_s-xclick">                <input type="hidden" name="hosted_button_id" value="3826318">                <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">                    <img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">        </form>        </td>    </tr>            <tr style="height: 50px; vertical-align: middle;">        <td style="width: 180px;">Donate $75</td>        <td style="width: 160px; text-align: center;"><form action="https://www.paypal.com/cgi-bin/webscr" method="post">                <input type="hidden" name="cmd" value="_s-xclick">                <input type="hidden" name="hosted_button_id" value="3826318">                <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">                    <img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">        </form>        </td>    </tr>            <tr style="height: 50px; vertical-align: middle;">        <td style="width: 180px;">Donate $50</td>        <td style="width: 160px; text-align: center;"><form action="https://www.paypal.com/cgi-bin/webscr" method="post">                <input type="hidden" name="cmd" value="_s-xclick">                <input type="hidden" name="hosted_button_id" value="3826318">                <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">                    <img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">        </form>        </td>    </tr>            <tr style="height: 50px; vertical-align: middle;">        <td style="width: 180px;">Donate $25</td>        <td style="width: 160px; text-align: center;"><form action="https://www.paypal.com/cgi-bin/webscr" method="post">                <input type="hidden" name="cmd" value="_s-xclick">                <input type="hidden" name="hosted_button_id" value="3826318">                <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">                    <img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">        </form>        </td>    </tr>                <tr style="height: 50px; vertical-align: middle;">        <td style="width: 180px;">Donate other amount</td>        <td style="width: 160px; text-align: center;"><form action="https://www.paypal.com/cgi-bin/webscr" method="post">                <input type="hidden" name="cmd" value="_s-xclick">                <input type="hidden" name="hosted_button_id" value="3826318">                <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">                    <img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">        </form>        </td>    </tr></table>
In the above table you simply copy the TR and paste to create other options.

Similar Messages

  • Alignment Issues between dreamweaver and browser

    Hi
    Hoping someone can help, i'm trying to learn how to make
    better sites with advanced tools like apDIV's but seem to be
    running into an alignment issue. When I make the html file in
    dreamweaver I seem to have to off set the images and div tags
    inorder for the site to show up aligned properly in firefox,
    explorer, etc. I'm thinking there might be a problem in the actual
    code causing this but am not good enough yet to find it or the
    problem, any ideas or guidence would be greatly accepted. below if
    the links work is the difference I see between dreamweaver and when
    its launched in a browser.
    DreamweaverScreen
    BrowserScreen

    > over a centered frame
    You are not using frames - that's a table.
    Yes - there's a way to do this, but it will involve your
    working in code.
    Make your page left aligned by removing any centering.
    Then position your layer so that it is properly located over
    the table.
    Change this -
    </head>
    to this -
    <style type="text/css">
    #wrapper { width:760px; margin:0 auto;position:relative; }
    /* 760px will display on an 800px screen maximized browser
    window without */
    /* horizontal scrollbars. */
    </style>
    </head>
    (you may need to adjust this width so that it's consistent
    with the width of
    your centering table)
    change this -
    <body ...>
    (the ellipsis represents any other attributes that might be
    mentioned in the
    body tag, and SHOULD NOT BE INCLUDED EXPLICITLY!)
    to this -
    <body ...>
    <div id="wrapper">
    and this -
    </body>
    to this -
    <!-- /wrapper -->
    </div>
    </body>
    and see if that helps.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Vinx21" <[email protected]> wrote in
    message
    news:ge9t3e$92s$[email protected]..
    > thanks for the help osgood, I see now what my problem is
    and am just
    > wondered
    > if there was a way to place the absolute layer over top,
    in the right
    > position,
    or will have i have to remake one of the elements a
    > different way???
    >
    > thanks again, dave
    >

  • IE v7 alignment issues

    My main content is out of alignment in IE7 but looks fine in Safari and Firefox  (big suprise there).
    http://fitnessworx.thehtmlcode.com/
    I can't get the page to align (shrink to fit)  in IE like it does in Firefox or Safari.
    I used a template that states:
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
    .twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    I tried to use this but it didn't correct the issue.
    The areas that aren't aligning are:
    1) .twoColLiqLtHdr #header: The logo and the entire backgound gets cut off when you maximize or "restore down" the browser.
    2) .twoColLiqLtHdr #sidebar2clm, This wants to stay in place but either my margin or padding settings here push the main content down when the page is "resotred down"
    3) .twoColLiqLtHdr #mainContent2clm: The header is an image and it doesn't shrink down when I "restore down" the browser.
    4) #menutop or #menutop a:link, #menutop a:visited or #menutop a:active, #menutop a:hover
        I put a "white space: no wrap" in #menutop li, #menutop ul; just to get the menu items to fit.
    I'm going to put my menu items in a library before I go live with the site, I just need to get a hold of these browser compatibility issues first.
    I've tweaked my margins so much I've now gotten an browser incompatability errors.
    Here is my css file:
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #ffffff;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
    .twoColLiqLtHdr #container {
        width: 60%;  /* this will create a container 60% of the browser width */
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 1px solid #000000;
        text-align: left;
    .twoColLiqLtHdr #header {
        background-repeat: no-repeat;
        height: 160px;
        background-position: left;
        background-image: url(../images/FitnessWorxLogo1.png);
    /*Menu stuff*/
    #menutop {
        height: 23px;
        background-color: #000000;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 7px;
        padding-right: 10px;
    #menutop li, #menutop ul {
        display: inline;
        text-align: left;
        word-spacing: 1px;
        white-space: nowrap;
        margin-left: 1px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    #menutop a:link, #menutop a:visited {
        color: #FFFFFF;
        text-decoration: none;
        border-top-width: thin;
        border-right-width: thin;
        border-left-width: thin;
        border-top-style: inset;
        border-right-style: inset;
        border-left-style: inset;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-left-color: #FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bolder;
        padding: 5px;
        background-color: #272727;
        margin-top: 1px;
    #menutop a:active, #menutop a:hover {
        color: #000000;
        text-decoration: none;
        background-color: #FFFFFF;   
    .twoColLiqLtHdr #header h1 {
        margin: 0;
    /* Tips for sidebar1:
    1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width.
    2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
    3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
    .twoColLiqLtHdr #sidebar2clm {
        float: right;
        width: 24%;
        height: 600px;
        padding-top: 10px;
        padding-right: 5;
        padding-bottom: 10px;
        padding-left: 5;
        margin-left: 10px;
        margin-right: 11px;
        margin-top: 10px;
        margin-bottom: 10px;
    .twoColLiqLtHdr #sidebar1clm {
        float: left;
        width: 24%; /* the background color will be displayed for the length of the content in the column, but no further */
        padding: 15px 0; /* top and bottom padding create visual space within this div  */
        background-color: #FFFFFF;
    .twoColLiqLtHdr #sidebar2clm h3, .twoColLiqLtHdr #sidebar2clm p {
        margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
        margin-right: 10px;
    .twoColLiqLtHdr /* Tips for mainContent:
    1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
    2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
    3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
    #mainContent2clm {
        margin-top: 15;
        margin-right: 10px;
        margin-bottom: 15px;
        margin-left: 1%;
        width: 70%;
        border-right-width: thin;
        border-right-style: inset;
        border-right-color: #000000;
        padding-top: 10px;
        padding-right: 7px;
        padding-bottom: 10px;
        padding-left: 10px;
    .twoColLiqLtHdr #container #mainContent2clm h1 {
        font-weight: lighter;
    #mainContent1clm {
        margin: 0 20px 0 3%;
    /* brand page */
    #mainContentbrandclm {
        margin: 0 20px 0 3%;
    #brandtable {
        background-color: #FFFFFF;
        width: 70%;
        border: 0;
        padding: 2, 5, 2, 5;
        text-align: center;
        margin: 4;
    .twoColLiqLtHdr #footer {
        padding: 0 10px;
        background-color: #000000;
    .twoColLiqLtHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #feda02;
        text-align: center;
    /* Miscellaneous classes for reuse */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .CIform {
        width: 60px;
    #Contacttable {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 24px;
        font-style: normal;
        line-height: normal;
        text-align: left;
        margin: 6px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    #CIform p {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        color: #333333;
    Thank you,
    Will

    My main content is out of alignment in IE7 but looks fine in Safari and Firefox  (big suprise there).
    http://fitnessworx.thehtmlcode.com/
    I can't get the page to align (shrink to fit)  in IE like it does in Firefox or Safari.
    I used a template that states:
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
    .twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    I tried to use this but it didn't correct the issue.
    The areas that aren't aligning are:
    1) .twoColLiqLtHdr #header: The logo and the entire backgound gets cut off when you maximize or "restore down" the browser.
    2) .twoColLiqLtHdr #sidebar2clm, This wants to stay in place but either my margin or padding settings here push the main content down when the page is "resotred down"
    3) .twoColLiqLtHdr #mainContent2clm: The header is an image and it doesn't shrink down when I "restore down" the browser.
    4) #menutop or #menutop a:link, #menutop a:visited or #menutop a:active, #menutop a:hover
        I put a "white space: no wrap" in #menutop li, #menutop ul; just to get the menu items to fit.
    I'm going to put my menu items in a library before I go live with the site, I just need to get a hold of these browser compatibility issues first.
    I've tweaked my margins so much I've now gotten an browser incompatability errors.
    Here is my css file:
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #ffffff;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
    .twoColLiqLtHdr #container {
        width: 60%;  /* this will create a container 60% of the browser width */
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 1px solid #000000;
        text-align: left;
    .twoColLiqLtHdr #header {
        background-repeat: no-repeat;
        height: 160px;
        background-position: left;
        background-image: url(../images/FitnessWorxLogo1.png);
    /*Menu stuff*/
    #menutop {
        height: 23px;
        background-color: #000000;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 7px;
        padding-right: 10px;
    #menutop li, #menutop ul {
        display: inline;
        text-align: left;
        word-spacing: 1px;
        white-space: nowrap;
        margin-left: 1px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    #menutop a:link, #menutop a:visited {
        color: #FFFFFF;
        text-decoration: none;
        border-top-width: thin;
        border-right-width: thin;
        border-left-width: thin;
        border-top-style: inset;
        border-right-style: inset;
        border-left-style: inset;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-left-color: #FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bolder;
        padding: 5px;
        background-color: #272727;
        margin-top: 1px;
    #menutop a:active, #menutop a:hover {
        color: #000000;
        text-decoration: none;
        background-color: #FFFFFF;   
    .twoColLiqLtHdr #header h1 {
        margin: 0;
    /* Tips for sidebar1:
    1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width.
    2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
    3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
    .twoColLiqLtHdr #sidebar2clm {
        float: right;
        width: 24%;
        height: 600px;
        padding-top: 10px;
        padding-right: 5;
        padding-bottom: 10px;
        padding-left: 5;
        margin-left: 10px;
        margin-right: 11px;
        margin-top: 10px;
        margin-bottom: 10px;
    .twoColLiqLtHdr #sidebar1clm {
        float: left;
        width: 24%; /* the background color will be displayed for the length of the content in the column, but no further */
        padding: 15px 0; /* top and bottom padding create visual space within this div  */
        background-color: #FFFFFF;
    .twoColLiqLtHdr #sidebar2clm h3, .twoColLiqLtHdr #sidebar2clm p {
        margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
        margin-right: 10px;
    .twoColLiqLtHdr /* Tips for mainContent:
    1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
    2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
    3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
    #mainContent2clm {
        margin-top: 15;
        margin-right: 10px;
        margin-bottom: 15px;
        margin-left: 1%;
        width: 70%;
        border-right-width: thin;
        border-right-style: inset;
        border-right-color: #000000;
        padding-top: 10px;
        padding-right: 7px;
        padding-bottom: 10px;
        padding-left: 10px;
    .twoColLiqLtHdr #container #mainContent2clm h1 {
        font-weight: lighter;
    #mainContent1clm {
        margin: 0 20px 0 3%;
    /* brand page */
    #mainContentbrandclm {
        margin: 0 20px 0 3%;
    #brandtable {
        background-color: #FFFFFF;
        width: 70%;
        border: 0;
        padding: 2, 5, 2, 5;
        text-align: center;
        margin: 4;
    .twoColLiqLtHdr #footer {
        padding: 0 10px;
        background-color: #000000;
    .twoColLiqLtHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #feda02;
        text-align: center;
    /* Miscellaneous classes for reuse */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .CIform {
        width: 60px;
    #Contacttable {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 24px;
        font-style: normal;
        line-height: normal;
        text-align: left;
        margin: 6px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    #CIform p {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        color: #333333;
    Thank you,
    Will

  • OBIEE 11g Calendar alignment issue

    Facts: OBIEE 11g - 11.1.5 on Windows 2003 server.
    There's an alignment issue going on with OBIEE calendar, wich happens only when the month is october. For all other months, the calendar is displayed properly. It does not depend on the year. You may change the year and select October, you'll get the error.
    You might see what happens on the link below.
    http://img210.imageshack.us/img210/7876/firefoxds.jpg
    This behavior may occur when using IE9 (both using compatibility mode or not), Mozila Firefox and Google Chrome.
    I've looked over Metalink and the forums and could not find any information about this error.
    Any tips?!
    Thanks!
    Marcos
    Edited by: BI_Creation on Dec 1, 2011 11:37 AM
    Edited by: BI_Creation on Dec 1, 2011 11:40 AM

    Hi there. Does anybody noticed this issue on calendars?! That only occurs when the month is october....
    Just updating, the correct version of OBIEE is 11.1.1.5.0.
    Thanks in advance.
    Marcos

  • Browser compatibility issues with different versions of IE

    I'm looking for an online resource or book on identifying/troubleshooting JSP browser compatiblility issues focusing on recent versions of IE (5.0 - 6.0).
    Any sugguestions?

    A JSP runs on a server. It is actually a servlet that merely outputs HTML (usually) to the browser. Your browser does not (really) know the difference between a JSP and a static HTML page and PERL cgi generated page. There is no interaction what-so-ever between the JSP portion and your browser. There will not be any books about compatibility issues between JSP and browsers since its a non-issue.
    The previous reply suggesting JavaScript conflicts is entirely true. If you want a flipping nightmare job, write javascript that is compatible on NN 3.0 and above and IE 4.0 and above. It's a godd**ned mess.

  • Unity - Greeting Player in Browser -- Java Issue

    Guys,
    I have Unity conneciton 9.x,   The embed Java greeting player is not working..
    I suspect one of these reason :
    Java version ( too rescent )
    Too much security on Java
    Browser version issue
    ... I have try many thing,  lower security, try 3 different browser, but nothing.. .I can't see the player.
    Anyone can suggest me something ?
    thanks

    Is there any error message? Or the Media Master is not seen at all? And complete Unity Connection version? Output of 'show version active'.
    There are a few defects with Java 7 and CUC 9,
    CSCum81926 - Media Master not working properly on Internet Explorer with java 7 
    CSCug57088 - Cisco PCA Greetings Page Java Errors with JRE 7
    CSCuo44795 - Media Master Java Error: Missing Required Permission manifest attribute
    CSCug94328 - Not able to save recording in CPCA recorded via computer over Java 7 
    CSCuo66204 - UC: Media Master issue 
    CSCtw45908 - Trap call not woking on build CUC: 9.0.0.67 
    CSCuo94694 - Media Master jar signing Certificate expiry issue 
    CSCue74920 -  Media Master Playback& Recording and Help not working with win 7/java 7 
    Also try this,
    Go to Control Panel > Java > Advanced Tab > Disable Verification
    There is a patch released by the developers for most of the defects. Either upgrade the server to a fixed version or open a TAC case to get the patch. The patch may not solve your issue and this could be a new issue as well. Happens all the time when Java releases new versions.
    HTH
    Anirudh

  • Browser crashing issues.

    I have late 2009 iMac with 3.06 GHz Intel Core 2 Duo running Mountain Lion. I'm having browser crashing issues (Safari, Chrome, and Firefox are all crashing.) Could someone take a look at this Safari Problem Report and let me know if there's anything I can do. Thanks in advance.
    Kevin
    Process:         WebProcess [186]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         8536 (8536.30.1)
    Build Info:      WebKit2-7536030001000000~9
    Code Type:       X86-64 (Native)
    Parent Process:  Safari [166]
    User ID:         501
    Date/Time:       2013-08-20 01:43:28.695 -0500
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          23752 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  28034 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      1C6C344A-AE19-F6BB-72DC-CC720674AFEE
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000038
    VM Regions Near 0x38:
    -->
        __TEXT                 0000000100460000-0000000100461000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x00007fff91c72600 JSC::SlotVisitor::copyAndAppend(void**, unsigned long, JSC::JSValue*, unsigned int) + 208
    1   com.apple.JavaScriptCore                0x00007fff91c463c0 JSC::JSObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 432
    2   com.apple.JavaScriptCore                0x00007fff91c3ebdb JSC::JSFunction::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 27
    3   com.apple.JavaScriptCore                0x00007fff91c72158 JSC::SlotVisitor::drain() + 312
    4   com.apple.JavaScriptCore                0x00007fff91c1b51c JSC::Heap::markRoots(bool) + 1452
    5   com.apple.JavaScriptCore                0x00007fff91c1abf8 JSC::Heap::collect(JSC::Heap::SweepToggle) + 152
    6   com.apple.JavaScriptCore                0x00007fff91c19a0b JSC::DefaultGCActivityCallbackPlatformData::timerDidFire(__CFRunLoopTimer*, void*) + 315
    7   com.apple.CoreFoundation                0x00007fff8df14804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    8   com.apple.CoreFoundation                0x00007fff8df1431d __CFRunLoopDoTimer + 557
    9   com.apple.CoreFoundation                0x00007fff8def9ad9 __CFRunLoopRun + 1529
    10  com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    11  com.apple.HIToolbox                     0x00007fff8a0eeeb4 RunCurrentEventLoopInMode + 209
    12  com.apple.HIToolbox                     0x00007fff8a0eec52 ReceiveNextEventCommon + 356
    13  com.apple.HIToolbox                     0x00007fff8a0eeae3 BlockUntilNextEventMatchingListInMode + 62
    14  com.apple.AppKit                        0x00007fff8e46e533 _DPSNextEvent + 685
    15  com.apple.AppKit                        0x00007fff8e46ddf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    16  com.apple.AppKit                        0x00007fff8e4651a3 -[NSApplication run] + 517
    17  com.apple.WebCore                       0x00007fff8cb684ff WebCore::RunLoop::run() + 63
    18  com.apple.WebKit2                       0x00007fff93bdf462 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    19  com.apple.WebKit2                       0x00007fff93ba5bfd WebKitMain + 285
    20  com.apple.WebProcess                    0x0000000100460e7b 0x100460000 + 3707
    21  libdyld.dylib                           0x00007fff8ac1f7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8f1e7d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8fa25dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8fa259ee _dispatch_mgr_thread + 54
    Thread 2:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff91aebb66 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff91d0ebfa JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff91d2425f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 3:: JavaScriptCore::Marking
    0   com.apple.JavaScriptCore                0x00007fff91c13aae JSC::FunctionExecutable::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 142
    1   com.apple.JavaScriptCore                0x00007fff91c72158 JSC::SlotVisitor::drain() + 312
    2   com.apple.JavaScriptCore                0x00007fff91c71a26 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
    3   com.apple.JavaScriptCore                0x00007fff91c718b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff91d2425f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff94917546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff94975562 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 5:: WebCore: Scrolling
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8df07dd1 CFRunLoopRun + 97
    6   com.apple.WebCore                       0x00007fff8cb7d5e1 WebCore::ScrollingThread::initializeRunLoop() + 273
    7   com.apple.JavaScriptCore                0x00007fff91d2425f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 6:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8f1e7322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8df38f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 7:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff91aebb2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8cba2d01 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff8c0f312a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff91d2425f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 8:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff91aebb2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8cba2d01 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff8c0f312a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff91d2425f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 9:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8df07dd1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff90b6e2d6 listenOnDelegatePort + 403
    7   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 10:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8df07dd1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff90b6e771 listenOnNotificationPort + 371
    7   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 11:: com.apple.coremedia.networkbuffering
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8df07dd1 CFRunLoopRun + 97
    6   com.apple.CoreMedia                     0x00007fff883f9830 FigThreadGlobalNetworkBufferingRunloop + 21
    7   com.apple.CoreMedia                     0x00007fff883fb379 figThreadMain + 382
    8   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 12:: com.apple.coremedia.asyncio
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff883faea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff8fdd46a1 0x7fff8fdba000 + 108193
    4   com.apple.CoreMedia                     0x00007fff883fb379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 13:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff883faea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff8fe13caf 0x7fff8fdba000 + 367791
    4   com.apple.CoreMedia                     0x00007fff883fb379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 14:: AQClient
    0   libsystem_kernel.dylib                  0x00007fff8f1e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f1e4c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8def4233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def9916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def90e2 CFRunLoopRunSpecific + 290
    5   com.apple.audio.toolbox.AudioToolbox          0x00007fff8b11670e GenericRunLoopThread::Entry(void*) + 204
    6   com.apple.audio.toolbox.AudioToolbox          0x00007fff8b1165c5 CAPThread::Entry(CAPThread*) + 175
    7   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 15:: com.apple.coremedia.audioqueue.source
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff883faea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff8fdebbda 0x7fff8fdba000 + 203738
    4   com.apple.CoreMedia                     0x00007fff883fb379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 16:: com.apple.coremedia.audiomentor
    0   libsystem_kernel.dylib                  0x00007fff8f1e70fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88bdffe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff883faea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff8fe34f97 0x7fff8fdba000 + 503703
    4   com.apple.CoreMedia                     0x00007fff883fb379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff88bdb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff88bc81e1 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8f1e76d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff88bddf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff88bddd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff88bc81d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0xffff000000000002  rbx: 0x0000000162f5bde0  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x0000000000000001  rsi: 0x0000000000000000  rbp: 0x00007fff5f79d4a0  rsp: 0x00007fff5f79d440
       r8: 0x000000000000006c   r9: 0x000000015b3a6400  r10: 0x000000014adf4600  r11: 0x000000016417bda8
      r12: 0x000000010054ce28  r13: 0x000000010054ce28  r14: 0x0000000000000001  r15: 0x000000000000004a
      rip: 0x00007fff91c72600  rfl: 0x0000000000010246  cr2: 0x0000000000000038
    Logical CPU: 0
    Binary Images:
           0x100460000 -        0x100460fff  com.apple.WebProcess (8536 - 8536.30.1) <F967F09F-969C-3788-9376-7B4067F402B4> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
           0x100465000 -        0x100465fff  WebProcessShim.dylib (7536.30.1) <15AC7990-1B63-3AD9-905F-7331C901A578> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x141bb4000 -        0x141bcafff  com.apple.WebInspector (8536 - 8536.30) <7DD903D1-505E-34D3-835A-15BE44CC49B6> /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspecto r
           0x143e82000 -        0x143e8ffff  libGPUSupport.dylib (8.9.2) <0D32763C-7F3D-3FDB-9EDB-760BB7AFFA04> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x143e96000 -        0x143ec1fff  GLRendererFloat (8.9.2) <18D6F0AD-C5F1-3E8F-89C2-89426A3D6FE4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x143eca000 -        0x143ed3fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x144368000 -        0x144369ff7  ATSHI.dylib (341.1) <6860AB9D-27E6-3516-91BF-05E4B9E8A8F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x144639000 -        0x14464fff7  com.apple.webcontentfilter.framework (3.1 - 5) <B9C18026-4D06-3C13-8842-15C190E214E5> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x144f10000 -        0x1450cefff  GLEngine (8.9.2) <420E03C3-B91D-33C7-A1C4-BE60A1544971> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x145105000 -        0x145275fff  libGLProgrammability.dylib (8.9.2) <83DBCC22-F711-3F9D-B622-6DE5D9DD90AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x1452ad000 -        0x145565fff  com.apple.ATIRadeonX2000GLDriver (8.12.47 - 8.1.2) <2763421F-F64B-39FD-8DD2-60DDDEB246F3> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
           0x14b916000 -        0x14b91bfff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <586F677E-D0F8-33B2-B6ED-41ED81C9EED9> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x14e253000 -        0x14e270ff7  com.apogee.DuetUSBPlugIn (1.15.21 - 1.15.21) <126A74F2-C55A-37A2-8594-8F279F077E90> /System/Library/Extensions/DuetUSBPlugIn.bundle/Contents/MacOS/DuetUSBPlugIn
           0x15289d000 -        0x1529f2ff7  com.apple.audio.units.Components (1.9 - 1.9) <8384AE1A-7C79-3F03-81E0-9A15E09094D2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x159abc000 -        0x159ccbff7  com.apple.audio.codecs.Components (3.1 - 3.1) <352F4973-BDA4-3D62-A4A6-080B9AFB291F> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
        0x7fff60060000 -     0x7fff6009493f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
        0x7fff882e0000 -     0x7fff88309fff  libsandbox.1.dylib (220.3) <2C26165F-C3D5-3458-8D3E-EE748A3DA19A> /usr/lib/libsandbox.1.dylib
        0x7fff88317000 -     0x7fff88319fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
        0x7fff8831a000 -     0x7fff8831bfff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff8831d000 -     0x7fff8837cfff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff883db000 -     0x7fff88426fff  com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff88427000 -     0x7fff8842efff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8842f000 -     0x7fff88433ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff88434000 -     0x7fff88490fff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff88491000 -     0x7fff88497fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8849a000 -     0x7fff884c6fff  com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff885d5000 -     0x7fff885d6fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff885d7000 -     0x7fff88603ff7  libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff88604000 -     0x7fff8863cfff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8863d000 -     0x7fff88b44ff7  com.apple.Safari.framework (8536 - 8536.30.1) <5C62034A-BAA0-32BB-84C2-2559389B72C4> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff88b45000 -     0x7fff88b50ff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff88b51000 -     0x7fff88b8cfff  com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff88b8d000 -     0x7fff88b8dfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff88b9a000 -     0x7fff88bc6fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff88bc7000 -     0x7fff88c93ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff88d17000 -     0x7fff88d32ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff895e9000 -     0x7fff895eefff  com.apple.OpenDirectory (10.8 - 151.10) <3EE3D15A-3C79-3FF1-9A95-7CE2F065E542> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff895ef000 -     0x7fff8960ffff  libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89655000 -     0x7fff89664ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff89665000 -     0x7fff8967ffff  com.apple.CoreMediaAuthoring (2.1 - 914) <5637F52D-3AB9-38FD-B851-265B9F5A2FE8> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff89680000 -     0x7fff896cfff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff896d0000 -     0x7fff8974fff7  com.apple.securityfoundation (6.0 - 55115.4) <9291CE2A-37D9-39DF-956E-7B2650A9F3B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8975d000 -     0x7fff89852fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff89853000 -     0x7fff89857fff  libCGXType.A.dylib (332) <17C8DD17-B3CB-3633-B252-C368AE51204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff89858000 -     0x7fff89863ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff89864000 -     0x7fff89962fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff89963000 -     0x7fff89966fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff899a5000 -     0x7fff89b53fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89b54000 -     0x7fff89b56ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff89b57000 -     0x7fff89dd8fff  com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff89dd9000 -     0x7fff89deffff  com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff89df0000 -     0x7fff89e07fff  com.apple.CFOpenDirectory (10.8 - 151.10) <F7AD9844-559A-366E-8192-BB4FCF9EE7A3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff89e08000 -     0x7fff89f93fff  com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff89f94000 -     0x7fff89f95ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff89f96000 -     0x7fff89fc8fff  com.apple.framework.Admin (12.1 - 12.1) <2DA7835C-D3AB-3512-BDC1-03F437270772> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff89fc9000 -     0x7fff8a08eff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8a08f000 -     0x7fff8a3bffff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8a3ec000 -     0x7fff8a446ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8a447000 -     0x7fff8a468ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8a469000 -     0x7fff8a49dfff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8a49e000 -     0x7fff8a50bff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8a898000 -     0x7fff8a91aff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8a929000 -     0x7fff8a9c4fff  com.apple.CoreSymbolication (3.0 - 117) <50716F74-41C2-3BB9-AC16-12C4D4C2DD1E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8a9c5000 -     0x7fff8a9dbfff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8aa5c000 -     0x7fff8aa8afff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8aa8b000 -     0x7fff8aa91ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8aa92000 -     0x7fff8ab8ffff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8ab90000 -     0x7fff8abcafff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8ac1d000 -     0x7fff8ac20ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8ad90000 -     0x7fff8ad95fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8ad96000 -     0x7fff8aeb6fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8aeb7000 -     0x7fff8aec5ff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
        0x7fff8b10f000 -     0x7fff8b261fff  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8b262000 -     0x7fff8b2a5ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8b2a6000 -     0x7fff8b2f2ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
        0x7fff8b2f3000 -     0x7fff8b3f0ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8b3f1000 -     0x7fff8b430ff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8b431000 -     0x7fff8b4beff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8b4bf000 -     0x7fff8b71aff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8b71b000 -     0x7fff8b7afff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8b7c1000 -     0x7fff8b850fff  libCoreStorage.dylib (296.16.1) <35FE3D47-089C-351A-AC9E-4D2C82AE5D87> /usr/lib/libCoreStorage.dylib
        0x7fff8b8e9000 -     0x7fff8b8edfff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b8fa000 -     0x7fff8b909fff  com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8b90a000 -     0x7fff8b916ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <5AA375C4-9FD4-3F4F-849D-0329E0D5DC04> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8b917000 -     0x7fff8c0befff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8c0bf000 -     0x7fff8c0c9fff  libcsfde.dylib (296.16.1) <8F75205A-8802-3B1D-87AA-235CBF1E49AE> /usr/lib/libcsfde.dylib
        0x7fff8c0ca000 -     0x7fff8c0cefff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff8c0d4000 -     0x7fff8d093ff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8d094000 -     0x7fff8d358fff  com.apple.AddressBook.framework (7.1 - 1170) <A850809B-B087-3366-9FA0-1518C20831D3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8d3c9000 -     0x7fff8d431fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8d50a000 -     0x7fff8d546fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8d547000 -     0x7fff8d54efff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8d5aa000 -     0x7fff8d5abfff  libquit.dylib (130.1) <6012FB61-1D85-311F-A557-690C7D4C2A66> /usr/lib/libquit.dylib
        0x7fff8d5ac000 -     0x7fff8d5f0fff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
        0x7fff8d5f1000 -     0x7fff8d634ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8d635000 -     0x7fff8d8a2ff7  com.apple.RawCamera.bundle (4.07 - 696) <CCB97D78-309C-3CD9-B499-81192069A333> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8d8dc000 -     0x7fff8d8e6ff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff8d8e7000 -     0x7fff8d8effff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8d8f0000 -     0x7fff8d93dfff  com.apple.CoreMediaIO (308.0 - 4155.4) <B563579E-469D-39A1-975C-F4EDD419602E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8d93e000 -     0x7fff8da68ff7  com.apple.avfoundation (2.0 - 361.40) <EDEAB424-D693-39C6-B4A6-C503213203AF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8da69000 -     0x7fff8dad1ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8dad2000 -     0x7fff8dad7fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8dad8000 -     0x7fff8dae6fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8dae7000 -     0x7fff8dafaff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8dafb000 -     0x7fff8dafbfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8dafc000 -     0x7fff8db44fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8db45000 -     0x7fff8db45fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8db46000 -     0x7fff8dbf9ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8dbfa000 -     0x7fff8dbfbfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8dbfc000 -     0x7fff8dea0ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8dea1000 -     0x7fff8dec3ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
        0x7fff8dec4000 -     0x7fff8e0aeff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8e0af000 -     0x7fff8e0b2fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8e0b3000 -     0x7fff8e0b7ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8e0b8000 -     0x7fff8e0dffff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8e132000 -     0x7fff8e13dfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8e13e000 -     0x7fff8e13efff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8e13f000 -     0x7fff8e189ff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8e18a000 -     0x7fff8e2a4fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8e2a5000 -     0x7fff8e2a8ff7  com.apple.LoginUICore (2.1 - 2.1) <98A808A9-F27D-37A9-84D6-77B61C444F97> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8e2c1000 -     0x7fff8e316ff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8e317000 -     0x7fff8e318ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8e319000 -     0x7fff8ef46fff  com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8ef47000 -     0x7fff8ef49ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8ef91000 -     0x7fff8f117fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8f118000 -     0x7fff8f123fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8f124000 -     0x7fff8f17dff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8f17e000 -     0x7fff8f1a0ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8f1d3000 -     0x7fff8f1d4fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8f1d5000 -     0x7fff8f1f0ff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8f1f1000 -     0x7fff8f231ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8f232000 -     0x7fff8f239fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8f23a000 -     0x7fff8f291ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8f2fe000 -     0x7fff8f31dff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8f31f000 -     0x7fff8f4bafef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8f4d0000 -     0x7fff8f4d4fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8f535000 -     0x7fff8f53bfff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8f543000 -     0x7fff8f545fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff8f546000 -     0x7fff8f597ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8f598000 -     0x7fff8f598fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8f5de000 -     0x7fff8f67cff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8f68c000 -     0x7fff8f8c1ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8f8c2000 -     0x7fff8f8f9ff7  libssl.0.9.8.dylib (47.1) <B7C438BB-79FF-37B3-B8FB-253E5135CBB4> /usr/lib/libssl.0.9.8.dylib
        0x7fff8f8fa000 -     0x7fff8fa13fff  com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8fa14000 -     0x7fff8fa14fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8fa15000 -     0x7fff8fa20ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8fa21000 -     0x7fff8fa36ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8fa5a000 -     0x7fff8fa66fff  libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8fa67000 -     0x7fff8fa72ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <8AE56B58-A521-3F29-AAE2-10ADADBD30EA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8fa73000 -     0x7fff8fa75ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8fa76000 -     0x7fff8fac5fff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8fac6000 -     0x7fff8fb60fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8fb61000 -     0x7fff8fbb8ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8fc72000 -     0x7fff8fce0ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8fce1000 -     0x7fff8fd2cfff  com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8fdba000 -     0x7fff90071ff7  com.apple.MediaToolbox (1.0 - 926.104) <916B1ACC-2623-39FB-9B5A-1B0162F8C468> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff9007b000 -     0x7fff9009cfff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff9009d000 -     0x7fff901fbfef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff901fc000 -     0x7fff901fdff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff901fe000 -     0x7fff90225ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E8DA9FDB-3A58-3934-A7C9-2728B683D741> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff90226000 -     0x7fff90260ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff90261000 -     0x7fff9026bfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff9026c000 -     0x7fff90689fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff90900000 -     0x7fff9090dff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff9090e000 -     0x7fff9090effd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff9090f000 -     0x7fff90916fff  libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff90940000 -     0x7fff90a1afff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff90a1b000 -     0x7fff90a1ffff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff90a20000 -     0x7fff90a20fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff90a21000 -     0x7fff90a32ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff90a33000 -     0x7fff90a3ffff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff90ae9000 -     0x7fff90b45ff7  com.apple.Symbolication (1.3 - 93) <C0FEE99C-6AD9-35D7-9B41-574F25F843B9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff90b46000 -     0x7fff90b59ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff90b5a000 -     0x7fff90ccbff7  com.apple.QTKit (7.7.1 - 2599.31) <E088A52C-914C-3BD7-AD50-CD40CA5D1308> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff90ccc000 -     0x7fff90d2fff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff90d30000 -     0x7fff90d86fff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff90d87000 -     0x7fff90d99ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff90d9a000 -     0x7fff90d9afff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff90d9b000 -     0x7fff90dc9ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff90dca000 -     0x7fff91206fef  com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff91207000 -     0x7fff9120fff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff91210000 -     0x7fff91607fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff9160e000 -     0x7fff91625fff  libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff91626000 -     0x7fff91629fff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff9162a000 -     0x7fff9182afff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff9182b000 -     0x7fff91adafff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff91ae5000 -     0x7fff91d80ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff91e73000 -     0x7fff91e80fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff91e81000 -     0x7fff91f8cfff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff91fde000 -     0x7fff9296e4af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff9296f000 -     0x7fff9297dff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff9297e000 -     0x7fff929dafff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff929db000 -     0x7fff92a0cff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff92a0f000 -     0x7fff92a2eff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff92a2f000 -     0x7fff92a31fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff92a48000 -     0x7fff92a6dff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff92a6e000 -     0x7fff92b14ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <FFDDD2D8-690D-388F-A48F-4750A792D2CD> /System/Library/Frameworks/CoreServices.framework/V

    This crash is caused by a hardware fault, in every case I've seen.
    If your model has user-replaceable memory, and you've upgraded the memory modules, reinstall the original memory and see whether there's any improvement. Be careful not to touch the gold contacts. Clean them with a mild solvent such as rubbing alcohol. Aftermarket memory must exactly match the technical specifications for your model. Memory that is either slower or faster than specified may be incompatible.
    The Apple Hardware Test or Apple Diagnostics, though generally unreliable, will sometimes detect a fault. A negative test can't be depended on. Run the extended version of the test.

  • MOSS 2007 gives cross browser compatabity issue on firefox and chrome and also in higher version of IE (9 & 11)

    I am getting browser compatablity issue when MOSS 2007 is used on IE 9 & 11 and on other browsers like firefox and chrome.
    I also face issue while using the latest version of third party Intersoft WebUI 2014 R2 controls. Although the older version of Intersoft WebUI 2008 controls were working fine with MOSS in IE7 browser. But recently WebGrids are not loading
    properly and the WebCombo dropdowns doesn't work. After apporaching the Intersoft on tis issue they said their latest version of Intersoft is compatible with MOSS 2007.
    In this process of upgrade I learnt that the Intersoft Sample which comes with their setup can be run on Visual Studio 2010 and above. So I would like to know whether MOSS 2007 support VS 2010 or not.
    Accepting response on my queries.

    You've posted this in the wrong forum. 2007 questions should go into the SharePoint legacy forum.
    This thread discussed 2007 browser support:
    https://social.technet.microsoft.com/Forums/en-US/a3131e1f-b78b-46bd-bc46-750866b280bd/sharepoint-2007-ie-browser-compatability
    Visual Studio 2010 will let you build tools for SharePoint 2007 however I'm not familiar with what you're trying to do or what intersoft webui does.

  • More alignment issues

    hi,
    I'm hardly an expert - but I have made great strides because of helpful people who throw me a hint.
    my site: www.kirarmerica.com
    I still have JUST a FEW alignment issues.  I like to have everything centered, so now I am just down to my spec sheets.
    I know that they might not be configured ALL the same, but I am hoping I can change a few things
    please look at Kira America | Products
    click on any spec sheet and you will see that the headers menu and sometimes the footer stays centered, but the spec info jumps to the  left of the page.
    I've found the correct .css to edit.  but I cant quite figure out how to align the columns vertically on the page.
    for example if I put a margin on #right_column it put it in the right spot, but then the rest of the content jumps all over the page.
    any hints would be helpful!

    These changes will center content in white area
    #container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
        border-bottom: 1px solid #DEDACB;
        padding-bottom: 8px;
        text-align: center;
    .excel214 {
        border: medium none;
        color: #000000;
        font-family: Calibri,sans-serif;
        font-size: 11pt;
        font-style: normal;
        font-weight: 400;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1px;
        padding-right: 1px;
        padding-top: 1px;
        text-decoration: none;
        vertical-align: bottom;
        white-space: nowrap;

  • Alignment issues in my smartform

    Hi Gurus,
    I am facing alignment issues in my smartform .
    My Output with LP01differs from that of Logica Printer LOCAL.Kindly throw some light on the same.
    Deepak

    Hello,
    Please check with the basis that FONT that you are using are installed in both the printers.
    This situation happens most when you have imported a new font into SAP system, as a printer is not configured for that Font output differs.
    Thanks,
    Jayant

  • SAP script printout alignment issue

    Hi Experts,
    I have facing one Script Printout Alignment issue.
    SAP Script Form printing some Values in Table format.
    While debugging( in debug mode ), I am getting the correct Alignment ( Proper table format with values ).
    But in printout the Alignment( The vertical and horizontal lines are not printed properly ) is not correct.
    Thanks in Advance.

    HI Glen Anthony,
    I am not using any printer details.
    from the Spol (SP01) I am checking the print priview.
    Success in debug mode but not in Print.
    Please suggest.
    Thanks

  • Alignement issue when exporting to PDF

    Hello,
    I'm having some alignment issues when exporting an InDesign file to PDF.
    I have a couple of square pictures, touching eachother at the edges. These are aligned bang on in InDesign (the lines overlap), but when exporting to a PDF and viewing in there, it seems that some seem to jump up slightly.
    Is this just a display issue or a setting issue when exporting to PDF?
    Thanks
    Benny

    The detail is cropped too tight for me to tell how many photos are intersecting there. Is there a vertical intersection as well? If not, I think you're looking at a very slightly non-rectangular frame, if there is, then you might still be looking at a non-rectangular frame, or the frames are not perfectly aligned, which doesn't surprise me if you snapped to a guide -- I find that less than 100% reliable since CS6.
    Presuming that you've zoomed in to show us the problem, that's probably a single pixel misalignment and you'd be very hard pressed to see it in printed output without a loupe.
    You can check the bottom edge of the top photo, and the top edge of the bottom photo(s) for being out of horizontal by using the direct select tool to select the corner points and seeing if the y-coordinate is the same on both sides of the frame.
    My printer tell me to always overlap frames, rather than butting them, for trapping, for what that's worth, but I don't always do what he says, and I've never had a problem.

  • CS5 HDR pro two photos alignment issue

    Although I really enjoy the new tool, I'm having trouble aligning two photograph when I open then through the HDR pro tool.
    Why is alignment of two photos so bad in HDR pro and perfect if you align the two same photos as two layers? I've even tried reopening the same files over and over and get different results each time in HDR pro.
    In view of this, shouldn't there be a realign button in the slider adjustment screen, or options for alignment, such as Use the regular auto-align?
    Since alignment works fine with layers, is it possible to have an option to use layers as a starting point for HDR pro instead of opening saved photos only? I realize this probably might not give perfect results as just fixing the automatic alignment issue...
    But hey, I'm just trying to find a workflow around this if I didn't have my tripod with me at time of shoot... and I shot only two photos to composite.

    Hi Chris,
    thanks for looking into this matter. Where do you want me to send the files (over 50 megs zipped).. they're CR2 files...
    Date: Fri, 28 May 2010 14:38:51 -0600
    From: [email protected]
    To: [email protected]
    Subject: CS5 HDR pro two photos alignment issue
    Don't know what could be going wrong.  Can we get the files so we can try to reproduce the problem here at Adobe?
    >

  • SQLDeveloper 1.5.4 Table browsing performance issue

    Hi all,
    I had read of previous posts regarding SQLDeveloper 1.5.3 table browsing performance issues. I downloaded and installed version 1.5.4 and it appears the problem has gotten worse!
    It takes ages to display rows of this particular table (the structure is shown below). It takes much longer to view it in Single Record format. Then attempting to Export the data is another frustrating exercise. By the way, TOAD does not seem to have this problem so I guess it is a SQLDeveloper bug.
    Can someone help with any workarounds?
    Thanks
    Chiedu
    Here is the table structure:
    create table EMAIL_SETUP
    APPL_ID VARCHAR2(10) not null,
    EML_ID VARCHAR2(10) not null,
    EML_DESC VARCHAR2(80) not null,
    PRIORITY_NO_DM NUMBER(1) default 3 not null
    constraint CC_EMAIL_SETUP_4 check (
    PRIORITY_NO_DM in (1,2,3,4,5)),
    DTLS_YN VARCHAR2(1) default '0' not null
    constraint CC_EMAIL_SETUP_5 check (
    DTLS_YN in ('0','1')),
    ATT_YN VARCHAR2(1) default '0' not null
    constraint CC_EMAIL_SETUP_6 check (
    ATT_YN in ('0','1')),
    MSG_FMT VARCHAR2(5) default 'TEXT' not null
    constraint CC_EMAIL_SETUP_7 check (
    MSG_FMT in ('TEXT','HTML')),
    MSG_TMPLT VARCHAR2(4000) not null,
    MSG_MIME_TYPE VARCHAR2(500) not null,
    PARAM_NO NUMBER(2) default 0 not null
    constraint CC_EMAIL_SETUP_10 check (
    PARAM_NO between 0 and 99),
    IN_USE_YN VARCHAR2(1) not null
    constraint CC_EMAIL_SETUP_11 check (
    IN_USE_YN in ('0','1')),
    DFLT_USE_YN VARCHAR2(1) default '0' not null
    constraint CC_EMAIL_SETUP_12 check (
    DFLT_USE_YN in ('0','1')),
    TAB_NM VARCHAR2(30) null ,
    FROM_ADDR VARCHAR2(80) null ,
    RPLY_ADDR VARCHAR2(80) null ,
    MSG_SBJ VARCHAR2(100) null ,
    MSG_HDR VARCHAR2(2000) null ,
    MSG_FTR VARCHAR2(2000) null ,
    ATT_TYPE_DM VARCHAR2(4) null
    constraint CC_EMAIL_SETUP_19 check (
    ATT_TYPE_DM is null or (ATT_TYPE_DM in ('RAW','TEXT'))),
    ATT_INLINE_YN VARCHAR2(1) null
    constraint CC_EMAIL_SETUP_20 check (
    ATT_INLINE_YN is null or (ATT_INLINE_YN in ('0','1'))),
    ATT_MIME_TYPE VARCHAR2(500) null ,
    constraint PK_EMAIL_SETUP primary key (EML_ID)
    )

    Check Tools | Preferences | Database | Advanced Parameters and post the value you have there.
    Try setting it to a small number and report if you see any improvement.
    -Raghu

  • Colour alignment issues with CP1515n

    I'm having some colour alignment issues with my Color Laserjet CP1515n.  Lately, I've noticed that the 3 colours go out of alignment from the middle towards the right of my printouts.  Alignment at the left towards the middle half of the page is ok but gets progressively worse towards the right side of the page. 
    Nothing in the user interface allows me to reset the colour alignment.  What can be the cause of this and what's the remedy?  This printer is slightly over a year old and has only just gone through its first set of toner cartridges.

    I am also having alignment issues to the same nature as the post below. I have just replaced the Black, Magenta and Cyan toners. After doing this the alignment goes out of register from left to right (left edge fits right edge all colours are out of fit by 2mm).
    I have also found nothing in any manuals as to how to adjust or fix this problem. This is the second time I have replaced these colours. I have re-calibrated and taken the cartridges out several times but it is still the same.
    Any advise would be helpful. As it is at the moment the printer is unusable for my job and it's the only one I have.

Maybe you are looking for

  • Input language changes when searching

    samsung galaxy s2 android 4.1.2 firefox 21 when searching using the address bar changing input language to hebrew enter characters at some point usualy after tapping space the input language is changed back to english thanx

  • Commcli problem

    Hello, trying to use commcli to list users, modify domain, anything, it fails with the following message when running in debug mode: [Debug]: RECV: FAIL [Debug]: RECV: com.sun.identity.authentication.spi.AuthLoginException: Failed to create new Authe

  • Create PO with Attachment

    Hi all, I have a requirement to 1. Upload all PO with BAPI - BAPI_PO_CREATE1 WITH attachments. I have already used the BAPI to create the Po's. Now Attachment part is left. Anyone having suggestions please reply. Thanks Varun

  • Anyway to delete "Inboxes" after new update?

    Is there a way to delete or at least move the "inboxes" folder that is now on my screen. It is ridiculous that when i receive an email it shows in 3 folders on the same screen, in my "all inboxes" "google or home" & in the "accounts folder. Can anyon

  • When I open Add-ons, from the Tools menu, I get an unresponsive script error: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsExtensionManager.js:623.

    When I try to click on Add-ons, from the Tools menu, I get this error message of an unresponsive script: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsExtensionManager.js:623. This is to say the least about the unresponsive script errors