text have not correction under the table (IE6?)

Here is a link to a page in safari that I work well, which seems to work in FF and Safari.

http://myjobmarket.ca/joblistemp.php?emp_id=1

In IE6 (haven't checked the newer versions yet) displays the meter to record under the table of results ('record 1 to 2 of 2") to the right of the table, wedged against the sidebar.  Everyone sees why? Is this a CSS problem?

Thanks in advance,

Greg

Remove align = "left" of the nested table.

Tags: Dreamweaver

Similar Questions

  • The image appears does not correctly in the table

    Hi friends,
    I do the tutorial store before and within the framework of I displays the details of the product under the table. The details show in the table. However, in the picture, it is show text. I added an image component in the text and set the binding to #{bindings.image.inputValue}.

    Now when I select the first row of the table, all the images for the other lines are the same. It shows the same image as the first line in all lines. When I go to the second row, it shows the image linked to the second row in all lines. Can someone please tell me what I'm doing wrong.

    Thank you

    Hello

    the link must be

    #{row.bindings.image.inputValue}.

    Frank

    Published by: Frank Nimphius on 22 may 2013 12:57

  • I have an index page that does not correctly load the css and css works on all other pages of the site.

    http://www.boulderridgecondos.com/ does not correctly load the css, but all other pages of the site loading the css correctly. There is nothing (that I can identify) between pages.
    http://www.boulderridgecondos.com/news.htm

    I guess something is wrong in the css, I inherited this site and have exceeded the css but can't find a problem that would cause this to happen.

    Any help or suggestion looking for something would be appreciated.

    This page is saved in UTF-16 format (Content-Type: text/html (UTF-16 BOM, litte-endian)) in your text editor. The CSS file is sent as ISO-8859-1. Firefox fun to see all the files in the same encoding. The other pages are send as ISO-8859-1 and so use the CSS file. You will need to re - save this page as ISO-8859-1 and download the corrected version.

  • When I print a table (multiple pages) the text box under the table seems to be moving under the table and prints with the table of this overlap. My only solution is to push the text box further down the page before printing... Any advice?

    Im having problems shaped a text box so that my table does not print right on top of it. I want it inside of my table (it's 'tems and conditions' budget)

    Any advice would be great.

    I face the same problem as well. Would like to know if there is a better way to get the text box to move with the table instead of the effect that overlap. Have to manually adjust the layout, whenever I want to get a reasonable print of a document (or export it to PDF) seems counterintuitive, especially when it causes the document seem ill-disposed on screen.

    I am running version 3.6.2 of the numbers in the case where that matters.

  • I have a form in which the text area can be developed to accept more text, but the text does not appear on the printed copy.  How can I get the text to print?

    I have a form in which the text area can be developed to accept more text, but the text does not appear on the printed copy.  How can I get the text to print?

    Hi robinm6200,

    Make sure that you have selected 'Document and annotations' under 'Comments and forms' when printing.

    Kind regards

    Nicos

  • How can I re-download Acrobat? I have my serial number but the order does not come under the heading upward my story.

    How can I re-download Acrobat. I have my serial number but the order does not come under the heading upward my story.

    Hi Roger,

    You can download Acrobat from the below mentioned link:

    Download Adobe Acrobat products. Standard, Pro | DC, XI, X

    Kind regards

    Rahul

  • Popup do not insert in the table and not refreshing called page...

    Greetings



    Environment: APEX 3.1.1.00.09 on AIX 5.3 with 10 gr 2



    I read a lot of threads about my question and I think I'm getting closer to the answer but in some sort have combined a too big number of suggestions and am tripping over my own code.



    Please look at my sample application on apex.oracle.com:



    Workspace: galway

    User: gwicke

    Password: gwicke



    Please start by Page3, select any agency and then click on "add a new contract."

    There are currently a label "BOLD" < facilities > < strong > 'Add new Builder' which is a link that should open a popup window. Type a name in the field, and then click 'Create Builder'. This should INSERT the row into the table builder, close the pop-up window, assign the new name of the generator to the item page calling "Name Builder" and fill the screen element.



    In current state, the application will open the pop-up, allow entry and close by clicking on the button "create Builder." However, the new constructor is NOT inserted into the table and the calling page element is not met.



    Looking at the Page elements and Session State, I can see the correct values assigned to the elements "Pn_BULDER_NAME" on the popup page (4) and the calling page (2), but the value does not appear on the screen.



    I read here where there really two parallel universes, not forgiveness, Articles of two versions of the screen, a State of Session and the other which is displayed in the browser and there are measures to be taken to be sure that is displayed is updated to state of Session I want in this case.



    I entered the Javascript code on Page4 - header to set the 'passBack2()' function and the code in the section "Option URL Redirect" to the button "Add Builder" if all goes well perform protocol ARP for the INSERT, assign items to page 2 and close the pop-up window. He gets not quite everything.



    Any helpp is greatly appreciated. Thanks to Dene for most of the suggestions I have followed by code.



    -gary

    Hi Gary,.

    I think that there is a very simple solution to this topic - is not this spot really last night.

    First, Yes, you could use a "button" to manage the call for the popup - make sure that the button is a type of URL 'button', which is actually an A tag with the appeal under target URL. Otherwise, you could take you existing a tag and use the same class for one of your buttons attribute because this should make it look like a button.

    More importantly, however, I think we could do as:

    1. on your call popup page 2, clear cache for page 4 (the popup page) - I already did in your application by updating the url

    2. on page popup, allow the user to enter their desired P4_BUILDER_NAME value (not sure if you want to do something to make it unique?)

    3 let the user click on create on the shortcut menu. He will submit the page, that will make your P4_BUILDER_RANK (pk) value and insert a new record in the table (you might consider the creation of a sequence and a trigger to handle the creation of new value PK?).

    4 - assuming that the P4_BUILDER_RANK then exist (it would not if there is a mistake somewhere), then conditionally display a region that had a piece of javascript submit page 2 and closes then itself - we don't need to move everything back to page 2 (see below)

    5. as the P4_BUILDER_NAME and the P4_BUILDER_RANK exist in the session, to which page 2 be reloaded, (A) the selection list should be updated with the new generator (still not sure why all my entries appeared downstairs instead of in alphabetical?) and (B) the P2_BUILDER_NAME and the P2_BUILDER_RANK can have Post calculation calculations together (NVL) ((: P4_BUILDER_NAME,: P2_BUILDER_NAME) and NVL (: P4_BUILDER_RANK,: P2_BUILDER_RANK) respectively)-l' effect is, if there are the values stored in the page P4 elements, we use them, otherwise, we use whatever values were in the elements of page P2

    6 - Finally, to stop (5) that happens in all the loading of page 2, you would need to clear the cache of page 4 in as many places as possible - for example, branches for a 2 page or buttons on page 2

    The reason why we cannot pass values back to page 2, it is one of the elements is a list of selection. The value we want to select will appear not on the selection list until the page has been sent. So, we can set the value and submit because the value is not there. We can introduce and define the value, because the javascript don't know when the page has been updated (or, at least, you need an independent mechanism to identify, which can get complicated).

    So, in other words, as long as we know that if the values are in the session, we can use Post calculation calculations to set our fields to these values. The only thing to keep in mind is that we must ensure that these session values only exist when in need - so we empty the cache. This principle should work for any type of terrain - but as you have no doubt seen, simple text fields can be updated by the popup directly as the field must accept any value that we give.

    My only recommendation would be to completely remove the MRU of the page process because they are not necessary (they simply confuse the issue) and you could make your fetch PK and record insert into a single process - just to keep things clean and tidy, you understand!

    When I finished last night with your app, I will leave so that javascript can create an option on the select list, and then set the value. But the method described above seems to be much simpler.

    Andy

  • Alert not correct to the CSS file with &lt; mx:Canvas &gt;

    Hi all

    I want to apply the CSS file to Alert. So, I have:

    1. CSS called CommonStyle.css of the file:

    {Alert

    color: #0f3177;

    title-style-name: "alertTitle";

    header-height: 19;

    the thickness of the border: 1;

    drop-shadow-enabled: true;

    drop-shadow-color: #d1ddf7;

    background-color: #ffffff;

    RADIUS: 6;

    border-style: solid;

    header-colors: #90a4d1, #5970 has 0;

    foot of page-colors: #9db6d9, #ffffff;

    border-color: #5970 has 0;

    }

    {.alertTitle}

    do-family: Verdana;

    font-size: 10;

    make-weight: bold;

    text-align: left;

    color: #ffffff;

    }

    2. custom class alert:

    package

    component

    {

    Import mx.controls.Alert;

    public class alert extends alert

    {

    [

    Incorporate [ (source ="images/alert_error.gif",)]

    private static var iconError: Class;

    [

    Incorporate [ (source ="images/alert_info.gif",)]

    private static var iconInfo: Class;

    [

    Incorporate [ (source ="images/alert_confirm.gif",)]

    private static var iconConfirm: Class;

    public static function info (message: String, closehandler:Function =null):void{}

    Show (message,

    'Information' Alert.OK, null , closehandler iconInfo);

    }

    public static function error (message: String, closehandler:Function =null):void{}

    Show (message,

    'Error' Alert.OK, null , closehandler, iconError);

    }

    public static function confirm (message: String, closehandler:Function =null):void{}

    Show (message,

    'Confirmation' , Alert.YES | Alert.NO, null, closehandler, iconConfirm);

    }

    }

    }

    3. my mxml component:

    < mx:Canvas

    ' xmlns:mx = ' http://www.Adobe.com/2006/MXML "width =" " 100% "height =" " 100% "creationComplete ="init ()" >

    < mx:Style " source = ' styles/CommonStyle.css " />

    < mx:Script >

    private

    fonction test() :void{ }

    () Alert.Error

    "alert test..." » );

    }

    < / mx:Script >

    < / mx: canvas >

    "But the line: < mx:Style source ="styles/CommonStyle.css"" " / >, I received a warning: selectors type CSS are not supported in components: 'Alert' and my dialog box alert not correct to the CSS file!.

    There is a problem, it is: where I replace < mx:Canvas > by < mx:Application >, my alert dialog is ok.

    Please, help me.

    Thank you.

    Hello

    Try to include the css file in your main mxml file where you have the tag... instead of your compoennet file...

    Thank you

    Jean Claude

  • In the attached VI I do not understand why given domestic business structures are not transferred in the table.

    In the attached VI I do not understand why given domestic business structures are not transferred in the table.

    Thank you.

    The VI has yet InfoCluster.ctl.

    If you don't bring anything in the cluster, you should always pass the cluster via.  You run the same question ' use default if Unwired "as before.  The presence of these "case bundleless" begs the question why you have these States because they do nothing.

  • Generate data that are not available in the table

    I have a table that has monthly data for agents. Example of table structure is the following:

    create table agt_dum)

    agent_id number,

    number of months,

    Commission number)

    Examples of data include:

    AGENT_ID MONTHS COUNCIL

    1150
    12100
    1625
    2110
    2220

    Month value can be from 1 to 12.

    So as you can see these data is missing for the agents a few months.

    Here, the requirement is I need to generate data for each agent for 12 months. If the data is not already in the table and are should include agent_id, month number and commission is equal to zero.

    The output for the above data would be:

    AGENT_ID MONTHS COUNCIL

    1150
    12100
    130
    140
    150
    1625
    170
    180
    190
    1100
    1110
    1120
    2110
    2220
    230
    240
    250
    260
    270
    280
    290
    2100
    2110
    2120

    I tried SQL query with full outer join. I was able to generate data for columns of MONTHS and the COMMISSION using the NVL function. But I have been unable to generate the AGENT_ID.

    Please share your suggestions.

    I'm using Oracle 11 g 2.

    Thank you

    Sudhanshu

    If you need something like:

    WITH agt_dum (agent_id, MONTH, commission)

    (SELECT 1, 1, 50 IN all double union)

    Select 1, 2, 100 of all the double union

    Select 1, 6, 25 Union double all the

    Select double union all 2, 1, 10

    SELECT 2, 2, 20 DOUBLES)

    all_months as (select rownum as LUN double connect by rownum<=>

    SELECT *.

    To all_months:

    partition outer join agt_dum ad bequeathed (agent_id) on (ad.month = am.mon)

    /

    It is not yet complete, but I'm sure you can handle the rest...

    HTH

  • I can convert pdf to word format adobe acrobat, DC but my version of word is not correct because after conversion, fonts and lines are not correct in the original pdf document.  I am currently using version 6.1 of windows 7 service pack 1 build 7601. Is -

    I can convert pdf to word format adobe acrobat, DC, but my version of word may not be correct because after conversion, fonts and lines are not correct in the original pdf document.  I'm currently using version 6.1 of windows 7 service pack 1 build 7601 Home Premium. Is it possible that I might have to upgrade my windows 7 in order to get good conversions of PDF files in word files?

    No, it won't be linked to your version of Windows. Probably, you wait too long. Conversion cannot be perfect except for the files very easy.

  • A text will not wrap around the object. Some does. Anyone?

    I worked in InDesgin (currently the CS6 for Mac) for many years. I'm not an expert, but fairly well-versed and comfortable with the program. I think I know almost everything about the wrapping of text and its options and how it works. But it drives me crazy.

    I have an imported MSWord part of the text. I have an item I want to insert in the text. Normal procedure. Easy. But this text will NOT wrap around the object. What about other texts? Yes. Other text in the document wrap around that object even very well.

    I rebooted the computer and the program. Check the settings as much as I can think and even spruced up the document from scratch as a MS Word document. Yet, no film.

    This happened to someone? What is going on? Help.

    Check the options of text block for the text that will not wrap. Ignore text dresses it is checked?

  • a key for the table does not exist in the table

    Hi guys,.

    I imported several tables of physical layer in the administration tool. So, I want to do new foreign key between tables join in the physical schema.
    Required fields for posting a link between these tables are set up. When I press the ok button, an error message is displayed:
    "a key corresponding to the table does not exist in the table blablabla. You want to create a? »

    In fact, what is this error? I don't have all the idea about it. The number of the type of the fields is the same, the names are also the same. I think that he should not have problems to make the new foreign key. But why is it happening?

    Thank you

    Hello

    It is the primary key of the first table. You might not have set this column as the primary key of this table at the level of the db.

    Thank you
    Imtiaz.

  • Drag the accessibility text do not read in the JAWS screen reader

    Hello

    In Captivate 5, I have accessibility slide text on each slide for users with visual impairments. This is set through the Properties tab > tab accessibility for each slide. When I published the Capitvate of the file as an executable file, the slide accessibility text is not read in the version of JAWS 12.0.1169 screen readers.

    Does anyone know why it does not play?

    Access.jpg

    Slide Access.jpg

    Hey Dan,

    We finally figured this out for Captivate 5.  When you create a turnover there are two objects: the rollover_area and the rollover_caption.  In this example, the rollover area is selected with the dotted line and the box caption pointing to it.  If you select the rollover_area (and not the rollover_caption) and then add the text accessbility to properties tab > Accessibility button, JAWS is reading.  Let me know how it goes.

    NOLA

  • Acer site does not correctly display the specification.

    Acer site does not correctly display the specification.

    Example when you click on the link on M5 Explorer - 581 T-6405 please as to the specification of the model of S7-191-6447. Please check

    Thank you bring to our attention. We will ensure that it is transmitted.

Maybe you are looking for