CSS: Pointing out the columns of the Table

I want to use the border-bottom property to create underscore for the columns of the table. The complexity is when I try to create colspanned 'parent' or 'Super-colonnes' i.e. of the column heads that span 2 or more child/sub-headings heads. I need the underscore to stop a few pixels short of the next column, so that the user can see what child columns are included in the parent. When I tried to add white borders to the left and to the right, that he worked too good, in that not only it has created the space downstairs, he also created the space at the top (or bottom one above). Essentially the vertical borders to sit on top of the horizontal. Anyone can make sense what I said right? Any ideas how to get what I want (elegantly)?

Thank you.

Well, it was pretty easy. I just added the border-collapse attrib and set 'split' and now (white) borders left and right do not cut into the bottom border of the cell above.

http://mysite.Verizon.NET/brentemerson/public/test_page0.html

Tags: Dreamweaver

Similar Questions

  • Can someone please take a look at and point out the flaws in the chosen components.

    I'll buy components for the creation of 2 new machines to vsphere installation 5. The configurations of these are the following:
    Computer1:
    Core i5 2500
    ASUS P8H67-M PRO H67
    G.Skill Ripjaws - memory - 8 GB: 2 x 4 GB DIMM 240-pin - DDR3 - 1333 MHz
    2 TB WD SATA western digital Caviar Green
    Cooler Master Elite 370
    Corsair CMPSU - 600GS Gaming Series power supply SMPS 600W
    Samsung 22 X DVDRW desktop DVD writer internal
    Computer2:
    Core i7 2600
    ASUS Z68 P8Z68-V PRO
    G.Skill Ripjaws - memory - 8 GB: 2 x 4 GB DIMM 240-pin - DDR3 - 1333 MHz
    Seagate 1 TB Barracuda 7200.12 SATA 3 Gb/s
    Cooler Master Elite 430
    Corsair CMPSU - 600GS Gaming Series power supply SMPS 600W
    Both machines will be used for my study of vmware whitebox.
    Can someone please take a look at and point out the flaws in the chosen components.

    Please go through the link below

    http://www.VMware.com/resources/compatibility/search.php

    http://www.VMware.com/support/vsphere5/doc/vSphere-ESX-vCenter-Server-50-release-notes.html#beforeyoubegin

    Yours,

    Satya

  • How to find this value in the oracle database to find out the table

    Hi expert,

    I know there is a value in the oracle database, please show me how to find this value in the oracle database to find out the table that contains this value.

    Thank you very much

    918440 wrote:
    Hi expert,

    I know there is a value in the oracle database, please show me how to find this value in the oracle database to find out the table that contains this value.

    Thank you very much

    Go to the online documentation and discover the data dictionary. You may be interested in reading about ALL_TAB_COLUMNS, but you will need to know what you want until you can query the view to find information

  • How to store data points in the table

    I'm new to labview and I am trying to store the output of the frequency of 'measures pulsed VI' in a table, add everything together and divide by the length of the array. I don't want a table of numbers to be shown on the indicator. Just average 25 numbers.

    Basically, I want to do, but in labview.

    arrayIndex = 0;

    for (int i = 0; i)<=25;>

    {

    NewData = somedata;

    MyArray [arrayIndex] = newdata;

    dataAvg = dataAvg + myArray [arrayIndex];

    arrayIndex ++;

    }

    dataAvg = dataAvg / 25;

    I have attached my attempt, but its probably a very poor attempt. (The N on my first loop for was 25 when I tried to run the VI)

    Thanks in advance

    You need n number of bed DAQmx to take the average of the number n of steps of the pulse. Silly to take 500 what whatsoever when you have a single DAQmx reading which returns a single measure. As I said, you can use a registry to offset or point-by-point inside the loop. Or, run a number n of the acquisition of times with a loop and moves the pulse measurement in the table for automatic indexing and calculate an average, when all acquisitions are made.

  • User alert at points outside the table in Extendscript

    I have a script that checks a folder for the files contained in a table format image.

    I have to be able to warn the user if:

    1. a folder they choose contain any type of file not included in the table (illegal file type).
    2. the folder they choose more than one file type included in the table (mixed types of legal files).

    or

    1. the folder they choose contains any type of file, not in the table more one type of file that is in the table (mix of types of illegal & legal files).

    Here's the code that checks through a folder for certain types of files.

    var DARKfileList = [], FILE_TYPE, FTlen, i, SEARCH_MASK;
    FILE_TYPE = ["orf", "tif", "tiff", "jpg", "jpeg"];
    FTlen = FILE_TYPE.length;
    for (i = 0; i < FTlen; i++) {
        SEARCH_MASK = "*." + FILE_TYPE[i];
        DARKfileList = DARKfileList.concat(DARKinputFolder.getFiles(SEARCH_MASK));
    }
    alert('found: ' + DARKfileList.length + ' files');
    

    For now I have sort of reached part 1 but it is messy because it simply checks if DARKfileList is empty. Can I use this to alert the user that the file that they choose in a vacuum, but I would much prefer another search for "types of illegal files" it's checking the empty list:

    if (DARKfileList.length == 0)
    {
        alert('Folder does not contain allowed file types!','DARK FRAME folder error');
    } 
    

    Kind regards..

    It's weird, it was not the subfolder thing this morning, when I tried, but I added a few lines to make sure that the files are only of the parent folder.

    #target photoshop
    
    var fileTypes = ['TIF', 'TIFF', 'JPG', 'JPEG','PSD','RAF'];//keep uppercase
    var allFiles = new Array()
    var fileList = new Array();
    var legalTypes = new Array();
    var illegalTypes = new Array();
    var folderToUse = Folder.selectDialog ('Select a folder');
    var searchMask = '*.???*'
    allFiles = folderToUse.getFiles(searchMask);
    for(var i = 0;i1&& illegalTypes.length ==0){alert('More than one legal file types.\nNo illegal file types.')}
    if(legalTypes.length==1&& illegalTypes.length > 0){alert('only one legal file type.\nContains illegal file types.')}
    if(legalTypes.length>1&& illegalTypes.length > 0){alert('More than one legal file type.\nContains illegal file types.')}
    if(legalTypes.length==0 && illegalTypes.length > 0){alert('No legal file types.\nContains illegal file types.')}
    
    function checkFiles(fileArray){
        if(fileArray.length>0){
            for(var i =0;i		   
  • How to fill out the table foreign key to the primary key form

    Hi all

    I'm stuck in this problem for 3 days, and I'm about to research and implement solutions on the internet.

    I have two tables

    create table prim (a number primary key, b varchar2 (100));

    create table CHILD (a number references (a) prim, varchar2 (100)) c;

    I created a page for PRIM table.

    = page name form on PRIM2

    I have manually two columns for the CHILD table to know

    P26_A_1 (for the primary key in the CHILD table)

    P26_C (for the column in the CHILD Table c)

    now when the user clicks on the button CREATE, a row must be inserted into the child table.

    I want to assign the P26_A to P26_A_1 during the validation process, so that a line must be inserted into the PRIM table as well as in the CHILD table.

    How to do this?

    I downloaded my application page in https://apex.oracle.com

    my workspace identifiers are inferior to

    name of the workspace = IMBERT

    username = demo

    password = demo

    kindly guide me.

    Thank you.

    Hello

    I created a new page (page 30) similar to your page and added the insertion of the child. It just check the page and code. It works now, when you insert the prim file is triggered a second trial which inserts the child record manually.

    On page 26 it was some sort of mistake, was easier to create a new as it was almost a standard form.

    Concerning

    Bottom

  • Please point out the features of the device in a request header

    Responsive Web Design http://bit.ly/f6TPB7 is an approach/technique/movement extremely important to make the mobile-friendly web. Given that web mobile traffic explodes and there were more smart phones sold in 2011 that PCs http://vrge.co/wqOiED that the importance of the movement cannot insist.

    We have some significant obstacles on the path to fully optimized Responsive Web Design, however. Sensitive images (small images for small screens optimize download times) and optimized CSS/JS (mobile devices do not need the same JS/CSS as desktop browsers do) are the most obvious.

    The best way to manage sensitive images and optimize CSS/JS would be on the side server. However, server-side has enough information on the features of the device, with the emergence of all sorts of cruft-y solutions for result (e.g. with)

    popular for tags etc.) that should not exist.

    However, browsers know a lot about the devices they are running on and could pass this information to servers as part of the initial application, which allows the servers to get smarter than what we have now.

    Something as simple as if Firefox passed along information of width/height of the unit within the framework of the initial request headers would go very very far, which can do a lot of smart decisions on the side Server (possibly allowing systems 'media-queries-like' on the side Server).

    Since some proxy servers break or disable the custom headers, probably the safest way to add this is to add the width/height of the user-agent header information.

    Mozilla is in no hurry to add a bunch of stuff for the request headers. There are sites like bostonglobe.com who make sensitive design without the need for these headers. Giving also the exact pixels may lead to the design of the site that breaks easily to other pixels width/height and densities. That being said that Firefox will be to clarify the General class of the device through the user agent. He calls clearly to being a mobile device < ~ 7 ", compressed ~ 7 '-~ 11 ' and office. That can be used to make generalizations about the size of the content that you want to send. There will be more info on the user agent string mobile Firefox 11 beta is released.

    [edit] This work has been planned for Firefox for Android v11 however proceed to time constraints, was released as part of 14 Firefox for phones. Shelf support will be added in a future version of Firefox.

  • Can someone point out the card network for Satellite Pro C850 driver?

    Hey, I have re installed Windows 7, but I forgot to download the drivers. I needed before hand. I can t have access to the internet on this subject to update the drivers. If someone could please please find the network drivers for the Toshiba Satellite Pro C850 cards and post them here!

    I don't want to download a driver manager. Just the drivers please!

    To help we need more information. You use Win7 32 bit or 64 bit and what model of laptop you have exactly?

    Anyway, if you can access the internet with another PC you can find drivers on http://www.toshiba.eu/innovation/download_drivers_bios.jsp

    Check it out.

  • Pointing out the correct answer after failing to question?

    Hello

    I'm experimenting Captivate 7 and worked on how to do just about everything I need it to do. I have 3 or 4 mini-quizzes scattered throughout the presentation that allow 3 attempts before moving on. What I would do, is however, before continuing, display or highlight the correct answers. Is it possible to do?

    Thank you

    Hello and welcome,

    Normally this will be done during the review: correct answer indicated (with a check mark) as well as the answers given. But the inquiry cannot be done after the quiz was made using a button on the slide to Score.

    It could be done, perhaps a bit difficult for a beginner. Question slides do break (you see the double vertical line in the timeline of the slide) and this break is used twice: playhead rest pause when the user clicks on send and see the legends of your comments, then it must support on Y or click on the slide to leave the playback head. Look at the accordion of actions in the Panel properties Quiz: success and the last attempt are by default set to "continue".

    More information: http://blog.lilybiri.com/question-question-slides-in-captivate and http://blog.lilybiri.com/question-question-slides-part-2

    If you understand this workflow, you could time a highlight (box or something else), immediately after this point of suspension. As the playhead will continue, this climax appear, but be visible only for the period after the point of putting paused. If this is not enough, you can do the longest slide in questionnaire.

    Here I change the duration of the Quiz slide to 5 seconds, which means that the highlight box will be visible to (1. 5-5) = 3.5 seconds before the read head reached the end of the slide and goes to the next slide

  • My computer started randomly closing overnight - then the left on download. Internet points out the unexpected stop down and gives me a link dead at error number: 0x8DDD0002 - I'M the only user/administrator

    I've been downloading for years, but the last 3 - 4 times when I let the computer do its things while I'm in bed, I come down in the morning and the computer restarted itself and I get the Vista - computer has recovered from an unexpected stop, then he gives me the windows update link, which tells me that I must be an administrator to apply updates!  I AM she!  only one user on this computer, checked my settings and its fine!

    Someone has any ideas why this started all of a sudden the most stupid and frustrating now!

    Thanks in advance people :D

    "computer has recovered from an unexpected shutdown, then he gives me the windows Update link.

    Most of the time, it restarts itself during the update process.

    Change it to no automatic installation, which is what I was hoping you would do to dismiss this case.

    That's what brought me to update problems.

    See you soon.

    Mick Murphy - Microsoft partner

  • Edit tools: pointing out the tool has stopped working, how to fix this?


    My highlight tool worked this morning, but after clicking on a box that says do not yet show that my highlighting tool has stopped working. How can I fix it?

    Rahul,

    After posting my question, I found how to solve my problem. I just reset the warnings edition.

    Thank you

    Kelsey

  • Pointing out the mail opens in windows live mail 2011, how to disable?

    mail only hi - lite and it opens. I won't open without opening it more precisely. How to accomplish this change?

    3 years.

  • Try to find all THE objects that point to a column...

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE Production 11.2.0.3.0
    AMT for Solaris: 11.2.0.3.0 - Production Version
    NLSRTL Version 11.2.0.3.0 - Production



    I have several patterns, all that have tons of objects that point to a column in a table.
    I tried looking at v$ sqltext and v$ sqlarea, but it does not appear as expected.

    There is a view that I can watch that will show me all the objects that relate to a single column?

    my situation. Had to change the structure of data in this one column. Changed the default value of a Y a l I have packages, functions, triggers, etc... dealing with this single column. I make sure I have go through EACH of them and modify them to reflect the change in the column of the table. And still, it extends over several patterns that point to it.

    I can't forget all the objects. Is there any one place to find it?

    Thank you.

    Use the mode - DBA_DEPENDENCIES

    select * from dba_dependencies
    where type= 'TABLE'
    and name = '';
    

    Another gross way...

    select * from all_source
    where lower(text) like lower('%%')
    group by owner,name,type;
    

    But, this will not search in the views & MView queries.

    HTH
    Vanessa B.

    Published by: Vanessa B on October 15, 2012 23:09
    -added

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
    
  • Build the name of guard of the table of the last element, but not the others. Workaround solution?

    Hello

    Sorry if this has been posted before, I did the search first, but can't find anything.

    Problem is that I have two configurations which are identical and must be ordered by a single vi. Given that they are the same, they are configured with the same sets of parameters so I decided to create a cluster of these and then build an array of clusters. In this way I need to use only a thread and if I need a given parameter I can get it easily from here (or so I thought) and also because I need to see if anything changes I can compare a thread instead of each of the parameters.

    The gui has the list of parameters, then in the block diagram I group them appropiately, using "Bundle name" and then each bundle in a table by using "build the table. Problem is when I have the index in the array for the first place of the configuration and usage to unbundle the parameters I need, using "ungroup by name" (although if I use "Unbundle" the same thing happens) and lo and behol, the output names come from the configuration of the second, not the first.

    Here's the curious thing, though, even if the names are all wrong, that the values are correct. I could live with that, but it's more boring it will be another very difficult user to understand the schema more this is just a proof of principle to test with two, eventually there will be eight or more and who's going to get really confusing.

    Is there a way to get around this? Even if it is to change the names after unbundling.

    Check the attached vi to see what I mean.

    I think you forget an important point on the tables.  The only thing that may be different between each element of a table is its value.  The elements in the array must all share the same properties.  This would therefore include the names of the different elements that make up the cluster that is a table element.

    It seems that the last group that builds in the table is the one that defines the names of the items that are in the element of the cluster.  You must give all elements of the array with the same name within the cluster.  Or use a cluster of clusters rather than a table of cluster to create your data structure.

  • Apply the Style to the table using Extendscript CC cell text

    Hello

    I have the following code. I try to scan a document and a specific keyword research based on the regex. That part works. I then get the range of text for those keywords and the highlighted text. This method works. What does not work, it is when I try to do the same in the text that is in a table cell.

    #target framemaker
    
    var doc = app.ActiveDoc;
    var totalPgfs = 0;
    
    var pgf = doc.MainFlowInDoc.FirstTextFrameInFlow.FirstPgf;
    
    function do_table_work(pgf){
        var result = pgf.GetText(Constants.FTI_TblAnchor);
        var all_text = '';
        for (var i = 0; i < result.length; i += 1) {
            var t_object = result[i].obj;
            var t_cell = t_object.FirstRowInTbl.FirstCellInRow;
            while(t_cell.ObjectValid()){
                var cell_items = t_cell.GetText(Constants.FTI_String);
                var tr = new TextRange();
                 tr.beg.obj = tr.end.obj = pgf;
    
    
                 tr.beg.offset = 0; //this is built dynamically
                 tr.end.offset = 7; //this is built dynamically
    
                apply_char_format(text_range)
                t_cell = t_cell.NextCellInTbl;
            }
        }
    }
    
    function apply_char_format(text_range, name) {
        var color = doc.GetNamedColor(name);
        if (color.ObjectValid()) {
            var set_val = new TypedVal();
            set_val.valType = Constants.FT_Integer;
            set_val.ival = true;
            doc.SetTextVal(text_range, Constants.FP_UseBkColor, set_val);
    
    
            set_val.valType = Constants.FT_Id;
            set_val.obj = color;
            doc.SetTextVal(text_range, Constants.FP_BkColor, set_val);
        } else {
            alert('Color does not exist');
        }
    }
    
    while (pgf.ObjectValid()) {
        do_table_work(pgf);
        pgf = pgf.NextPgfInFlow;
    }
    

    The problem is that it is not highlighting the text in the table cell as I want it. If I process the document and use the following syntax:

    var result = pgf.GetText(Constants.FTI_String);
    

    It will highlight the text (with extra code to loop through these results).

    Any thoughts on what I'm missing?

    Hi Green,

    I don't have time to debug this script completely, but I see things that seem unusual.

    1. var result is TFP. GetText (Constants.FTI_TblAnchor);
    2. var all_text = ";
    3. for (var i = 0; i)< result.length;="" i="" +="1)">
    4. var t_object = .obj result [i];
    5. var t_cell is t_object. FirstRowInTbl.FirstCellInRow;
    6. While (t_cell. {ObjectValid()})
    7. var cell_items is t_cell. GetText (Constants.FTI_String);
    8. var b = new TextRange();
    9. TR. Beg.obj = tr.end.obj = bmp;

    GetText() is valid for a table cell, I don't know if that's what you want. I think I want to explore the individual paragraphs. I'm not quite clear on what this code does do exactly, but it seems that this would make it much easier to implement the text ranges. GetText() will cover all the paragraphs in a cell, if there are several.

    Added to this, your line "tr.beg.obj = tr.end.obj = bmp;" makes no sense to me, because you're coming back the paragraph which contained the anchor point of the table. In other words, you just leave the table entirely.

    So it's just a few riddles, but it seems more likely that you would something along these lines:

    1. var t_cell is t_object. FirstRowInTbl.FirstCellInRow;
    2. While (t_cell. {ObjectValid()})
    3. var cellPgf is t_cell. FirstPgf;
    4. var cell_items = cellPgf.GetText (Constants.FTI_String);
    5. var b = new TextRange();
    6. TR. Beg.obj = tr.end.obj = cellPgf;

    Hope this helps some.

    Russ

Maybe you are looking for