A little help with my first effort of 2 column liquid hybrid.

Hi all:

I'm trying my first hybrid liquid layout help "column 2 hybrid columns, header and footer to the left" of DW. layout and it's fine, but... I can't get rid of the black line just below the top box that contains two charts of the samle. In my view, there can be a lag between the div "topcontainer" and "container" div below. I just can't understand how to fix it.

Here is a link to show you what I'm trying to accomplish. http://reynolds-marketing.com/twotest/atest.html

Attached are the html and css files.

Any suggestions would be much appreciated. TIA!

Hello

Try to remove the line that I have highlighted in your css file.

{.twoColHybLtHdr #topcontainer}
Width: 100%;  / * This will create one that contains 80% of the width of the browser * /.
background: #FFFFFF;
margin: 0 auto; / * margins (in conjunction with a width) auto Center the page * /.
border: 1px solid #000000;
text-align: left; / * This setting overrides the text-align: center on the body element. */
}

PZ

Tags: Dreamweaver

Similar Questions

  • Clicking on the tab help for help with photoshop first time get in "photoshop online help could not be displayed because you are not connected to internet" but I'm connected to the internet?

    Dear all

    I need help with the following problem:

    Clicking on the tab help for help with photoshop first time get in "photoshop online help could not be displayed because you are not connected to internet" but I'm connected to the internet.

    Appreaciate help on this problem.

    MSD

    I find it easier and faster to use just this link, which goes to the same place as aid > online help for Photoshop:

    Using Photoshop | Photoshop help

    To bookmark so that you can find.

  • I have a column with two values, separated by a space, in each line. How to create 2 new columns with the first value in a column, and the second value in another column?

    I have a column with two values, separated by a space, in each line. How do I create 2 new columns with the first value in one column and the second value in another column?

    Add two new columns after than the original with space separated values column.

    Select cell B1 and type (or copy and paste it here) the formula:

    = IF (Len (a1) > 0, LEFT (A1, FIND ("", A1) −1), ' ')

    shortcut for this is:

    B1 = if (Len (a1) > 0, LEFT (A1, FIND ("", A1) −1), ' ')

    C1 = if (Len (a1) > 0, Member SUBSTITUTE (A1, B1 & "", ""), "")

    or

    the formula of the C1 could also be:

    = IF (Len (a1) > 0, RIGHT (A1, LEN (A1) −FIND ("", A1)), "")

    Select cells B1 and C1, copy

    Select cells B1 at the end of the C column, paste

  • Help with making SQL query references to column aliases in the Case statement

    I need help with a sql query that I'm trying. I can go about it the wrong way, but I would be grateful if I could get any suggestions on possible solutions. This is my query:


    SELECT DISTINCT spriden_pidm, spriden_id id, spriden_last_name | ',' | spriden_first_name name,

    CASE
    WHEN rcresar_comm_code_01 IN ('268 ', '269', ' 270') THEN rcresar_comm_code_01
    WHEN rcresar_comm_code_02 IN ('268 ', '269', ' 270') THEN rcresar_comm_code_02
    WHEN rcresar_comm_code_03 IN ('268 ', '269', ' 270') THEN rcresar_comm_code_03
    WHEN rcresar_comm_code_04 IN ('268 ', '269', ' 270') THEN rcresar_comm_code_04
    WHEN rcresar_comm_code_05 IN ('268 ', '269', ' 270') THEN rcresar_comm_code_05
    WHEN rcresar_comm_code_06 IN ('268 ', '269', ' 270') THEN rcresar_comm_code_06
    WHEN rcresar_comm_code_07 IN ('268 ', '269', ' 270') THEN rcresar_comm_code_07
    WHEN rcresar_comm_code_08 IN ('268 ', '269', ' 270') THEN rcresar_comm_code_08
    WHEN rcresar_comm_code_09 IN ('268 ', '269', ' 270') THEN rcresar_comm_code_09
    WHEN rcresar_comm_code_10 IN ('268 ', '269', ' 270') THEN rcresar_comm_code_10
    END acg_elig_comm_code

    CASE
    WHEN acg_elig_comm_code = ' 268' THEN 'rigorous HS course. "
    WHEN acg_elig_comm_code = '269' THEN ' 2 or several AP or IB"
    WHEN acg_elig_comm_code = '270' THEN 'NOC as possible ".
    END comm_code_description

    OF spriden, rcresar, rcrapp1

    WHERE (rcresar_comm_code_01 IN ('268 ', '269', ' 270')

    OR rcresar_comm_code_02 ('268 ', '269', ' 270')

    OR rcresar_comm_code_03 ('268 ', '269', ' 270')

    OR rcresar_comm_code_04 ('268 ', '269', ' 270')

    OR rcresar_comm_code_05 ('268 ', '269', ' 270')

    OR rcresar_comm_code_06 ('268 ', '269', ' 270')

    OR rcresar_comm_code_07 ('268 ', '269', ' 270')

    OR rcresar_comm_code_08 ('268 ', '269', ' 270')

    OR rcresar_comm_code_09 ('268 ', '269', ' 270')

    OR rcresar_comm_code_10 ('268 ', '269', ' 270'))


    Rcresar_aidy_code = & aidy_code

    AND rcrapp1_aidy_code = rcresar_aidy_code

    AND rcrapp1_curr_rec_ind = 'Y '.

    AND rcrapp1_seq_no = rcresar_seq_no


    AND spriden_pidm = rcresar_pidm

    AND rcrapp1_pidm = rcresar_pidm


    AND spriden_change_ind IS NULL

    ORDER BY name


    The second case statement is where I don't know exactly what it takes to get what I want.

    Output should be like:
    spriden_pidm name ID acg_elig_comm_code comm_code_description
    «0000000000', ' 1111111111 ","John Doe","268", «rigorous HS race"»

    If I take the second case statement it works great except that I do not have my comm_code description column. My question is how can I use my first statement value box to determine this column? I think that I need a case statement as I have, but I don't know how to reference the value of acg_elig_comm_code. Any help would be greatly appreciated. Thank you.

    Published by: blackhole82 on January 20, 2009 09:20

    Hello

    You cannot use the alias column in the query, even where it is set (except in the ORDER BY clause).
    You can set the alias in a subquery and then use it in a great query, like this:

    WITH  sub_q  AS
    (
        SELECT DISTINCT spriden_pidm,spriden_id id, spriden_last_name||', '||spriden_first_name name,
            CASE
                WHEN rcresar_comm_code_01 IN ('268','269','270') THEN rcresar_comm_code_01
                WHEN rcresar_comm_code_02 IN ('268','269','270') THEN rcresar_comm_code_02
                WHEN rcresar_comm_code_03 IN ('268','269','270') THEN rcresar_comm_code_03
                WHEN rcresar_comm_code_04 IN ('268','269','270') THEN rcresar_comm_code_04
                WHEN rcresar_comm_code_05 IN ('268','269','270') THEN rcresar_comm_code_05
                WHEN rcresar_comm_code_06 IN ('268','269','270') THEN rcresar_comm_code_06
                WHEN rcresar_comm_code_07 IN ('268','269','270') THEN rcresar_comm_code_07
                WHEN rcresar_comm_code_08 IN ('268','269','270') THEN rcresar_comm_code_08
                WHEN rcresar_comm_code_09 IN ('268','269','270') THEN rcresar_comm_code_09
                WHEN rcresar_comm_code_10 IN ('268','269','270') THEN rcresar_comm_code_10
            END acg_elig_comm_code   -- Originally posted with , here (error)
        FROM spriden, rcresar, rcrapp1
        WHERE (rcresar_comm_code_01 IN ('268','269','270')
                OR rcresar_comm_code_02 IN ('268','269','270')
                OR rcresar_comm_code_03 IN ('268','269','270')
                OR rcresar_comm_code_04 IN ('268','269','270')
                OR rcresar_comm_code_05 IN ('268','269','270')
                OR rcresar_comm_code_06 IN ('268','269','270')
                OR rcresar_comm_code_07 IN ('268','269','270')
                OR rcresar_comm_code_08 IN ('268','269','270')
                OR rcresar_comm_code_09 IN ('268','269','270')
                OR rcresar_comm_code_10 IN ('268','269','270'))
        AND rcresar_aidy_code = &aidy_code
        AND rcrapp1_aidy_code = rcresar_aidy_code
        AND rcrapp1_curr_rec_ind = 'Y'
        AND rcrapp1_seq_no = rcresar_seq_no
        AND spriden_pidm = rcresar_pidm
        AND rcrapp1_pidm = rcresar_pidm
        AND spriden_change_ind IS NULL
    )
    SELECT    sub_q.*,
              CASE
                  WHEN acg_elig_comm_code = '268' THEN 'Rigorous HS course'
                  WHEN acg_elig_comm_code = '269' THEN '2 or more AP or IB'
                  WHEN acg_elig_comm_code = '270' THEN 'ACG possible'
              END comm_code_description
    FROM      sub_q
    ORDER BY  name
    

    Furthermore, you might think to rearrange your table, so that you do not have 10 columns (rcresar_comm_code_01, rcresar_comm_code_02,...) that essentially do the same thing. The usual way to handle this kind of one-to-many relationship is to have all rcresar_comm_codes in a separate table, one per line, with a pointer to the table where you have them now.

    Published by: Frank Kulash, January 20, 2009 11:35
    Syntax error has been corrected

  • So I need a little help with the Flash colors

    I always use the red, green and blue gradient colors Flash below for metal stuff, but how do I get the effect of this red color in different colors like yellow?color.png

    If you want to use predefined gradients, what you could do is the first color any field you want with one of them, and then select the fill and use the color Panel to replace the Red some other color you prefer.   If you have never worked with the degraded section of the color Panel, you will be probably it find a bettter tool to create and fine-tune transitions.

    You just doubleclick, this little red square in the lower left and it opens a color sample as you have demonstrated to select another color

  • Need a little help with a code

    Hello adobe community!

    I've been fiddling around with FLASH MX and made a game VERY slowly.

    I picked up a lot since the beginning and you have restarted the game MUCH MUCH time = D...

    But I have now a copy which is neat and clean and works great BUT I came in a bit of a problem.

    I have _global.goldenticket = 0;   on my first image as well as other variables and I had one place where we can acquire a "goldenticket.

    now, things are starting to confuse me... ive added a button inside a clip which, if you click on 'must' check if I have a golden ticket and then let me go to the specified image...

    {We (Release)}

    {if(goldenticket=="1")}

    money-= 50;

    Energy-= 50;

    _root.gotoAndPlay ("enter");

    } else {}

    This.Enabled = False;

    }

    }

    However the button doesn't seem to see my ticket (even tho Ive added a dynamic text box to keep track of how I, 1)

    Ive tried different ways to get around this, but I can't make it work...

    Please someone help me... relatively simple answers please =------im only a few days of learning flash and codeing. but im enjoying what im doing so im learn quickly.

    will have my face on the screen waiting = D

    Thanks to everyone who took a glance at my son!

    If it's a variable _global then send it as a...

    {if(_Global.goldenticket=="1")}

    Also, if it is a number you should not use quotation marks around it.

  • a little help with XMLTable?

    Hello

    I just read this thread (use of XML in Oracle
    and since I havn't used xmltable before I thought I would experiment a bit. (I thought that posting a new thread as this is perhaps another question.)

    I can't get this application to work:
    SQL> select * from v$version
      2  /
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for Linux: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    
    SQL> select  id,
      2          archive
      3    from  XMLTable(
      4                   '/BSGDocs/Doc'
      5                   passing XMLType(Q'[<BSGDocs><Doc Id='562' Archive='1'></Doc><Doc Id='563' Arch
    ive='0'></Doc></BSGDocs>]')
      6                   columns
      7                     id varchar2(5) path '@Id',
      8                     archive varchar2(5) path '@Archive'
      9                  )
     10  / 
                     passing XMLType(Q'[<BSGDocs><Doc Id='562' Archive='1'></Doc><Doc Id='563' Archive='0'></Doc></BSG
                                                                                                        
    ERROR at line 5:
    ORA-01780: string literal required
    I looked at the documentation (http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb_xquery.htm#CBAJBBDD)

    but it did not much help, I still seem to get a syntax error any.

    I tried to simplify a bit down for my own purposes:
    SQL> create table xfoo as
      2  select xmltype(cursor(select * from dual)) x from dual ;
    
    Table created.
    
    SQL> select  dummy
      2    from xfoo,
      3        XMLTable('/ROWSET/ROW'
      4                   passing x
      5                   columns
      6                     dummy varchar2(5) path '/DUMMY'
      7                  );
                       dummy varchar2(5) path '/DUMMY'
                                                    *
    ERROR at line 6:
    ORA-01780: string literal required
    what I am doing wrong?

    What is this 1tran etc. ?

    You concatenated all the nodes in the data area: when you widen the column, you will see all of the text: 1transactioninteger999 etc...

    Basically, you were close: just avoid the attack:

    SQL> with xfoo as (
    select
    xmltype('
               
                  1
                  transaction_number
                  integer
                  999
               
              
                  1
                  first_name
                  varchar
                  Isaac
               
              
                  1
                  last_name
                  varchar
                  Newton
               
            ') x from dual
    )
    --
    --
    select id, name, datatype, value
      from xfoo,
          xmltable('/Data/DataField'
                     passing xfoo.x
                     columns
                       id   number      path 'id'
                      ,name varchar2(5) path 'name'
                      ,datatype varchar2(5) path 'datatype'
                      ,value varchar2(5) path 'value'
                    ) t
    /
                 ID NAME  DATATYPE VALUE
    --------------- ----- -------- -----
                  1 trans integ    999
                  1 first varch    Isaac
                  1 last_ varch    Newto
    
    3 rows selected.
    
  • need a little help with time calculation

    Hello

    I tried to implement oauth2 and youtube api. I can connect and can recover the access_token and other oauth required as expires_in json values.

    What I'm trying to do is drive if my access token is valid or not before making another call to their api - youtube gives a value - expires_in that normally contains 3600, which I suppose is seconds. I'm trying to add this time now using clock_gettime(), but I don't get correct values for my calculation - nowTime + expiresInt.

    Anyone can point out the problem with my code please? It could be a bad way to do it, but I thought that I spent a few hours on this subject before asking for help.

    Thank you.

    token = c.value("access_token").toString().toStdString();
        refreshtoken = c.value("refresh_token").toString().toStdString();
        saveValueFor("access_token", QString::fromStdString(token));
        string expires = c.value("expires_in").toString().toStdString();
        saveValueFor("refresh_token", QString::fromStdString(refreshtoken));
        struct timespec* start;
        clock_gettime(CLOCK_REALTIME, start);
        int nowTime = start->tv_sec;
        std::stringstream str(expires);
        int expiresInt;
        str >> expiresInt;
        nowTime += expiresInt;
        stringstream nowTimeString;//create a stringstream
        nowTimeString << nowTime;//add number to the stream
    

    Now you install milliseconds and seconds.

  • need a little help with acs2

    Hi, I have box_mc and box2_mc, and I have an animation_mc (I've marked it Flash)

    I would if I drop box_mc box2_mc animation should play.

    My codes: to box1_mc

    onClipEvent (load) {}

    this.tabEnabled = false;

    This ._visible = false;

    orig_x = this ._x;

    orig_y = this ._y;

    }

    on {(press)

    this.startDrag ();

    }

    on (release) {}

    this.stopDrag ();

    This ._x = orig_x;

    This ._y = orig_y;

    If (eval (this._droptarget) == _level0.box2_mc) {}

    _level0.animation_mc. Play() //it does not work

    }

    }

    If you help me I will be happy (sorry for eng)

    There is nothing wrong with the code as show you if all three items are on the same main timeline.

    Use the function trace() to ensure that the conditional test is being satisfied and that the subject of animation_mc exist.

    on (release) {}

    this.stopDrag ();

    This ._x = orig_x;

    This ._y = orig_y;

    trace (Eval (this._droptarget));

    If (eval (this._droptarget) == _level0.box2_mc) {}

    trace (Eval (_level0.animation_mc));

    _level0.animation_mc. Play() //it does not work

    }

    }

  • Need a little help with AE

    Hi all, I'm having a small problem with After Effects. I'm a Design student computer games of second year and I'm trying to wrap my different modules for the year.

    One of my modules 3D and animation, I made my last animation output as PNG. There are tired of running at 24 frames per second depending on the 22 second audio clip. When I put the images in After Effects as a sequence PNG sequence is only 18 seconds long and makes out in 18 seconds.

    I put the composition 22 seconds long and do speed 24 seconds when I started the comp. I have a layer of PNG (images you will see) and a second layer of PNG (a rendered 3D Studio Max Zdepth) to create a depth of field effect.

    How can I get these PNG to make out at the speed I want? They always make out too fast.

    This will probably turn out to be something really simple, I apologize if this is! I tried to look online for other people asking, but I have too much time in the next week and can't afford to spend time looking around. I would be very happy if someone could give me a helping hand.

    Thank you.

    Make sure that you are interpreting the film sequence of still images at a good rate. Read this page.

  • Could use a little help with a predefined layout

    I use available fixed predefined CS3 with sidebar right, header and footer:

    1. in the css to Dreamweaver generated layout, listed is a .clearfloat class. Because it begins with a period (.) I expect it to appear in the list of styles in the properties panel view design as well as all the other classes, but it doesn't and I don't understand why not. I see it in the view code after the div container But my page has also 3 floating elements inside a wrapper (in the container div) and if I understand correctly, I must add this after the last of these 3 elements. Why it is in the css as a class first, if I can only enter it manually?

    2. in the same provision, float left and right (.fltrt and .fltlft) are listed in the css with the following comment: "this class can be used to float right to the item in your page. The floating element must precede the element it should be next to the page. ' That sounds backwards. It should not read the floating element be * after * the item should appear next? I mean, how can you float a right of the item before the item to the left it is has been placed?

    I would like some advice.

    #1 clearing floats is a common practice after the floats are no longer needed.

    In general, I put my .clearing class immediately after my period of float.

    #2 that he's not back. That's how work the floats.  The floating element comes first because a float is taken to the normal flow of content.  Float clearing resumes normal content stream.

    See float tutorials for more details:

    http://CSS.maxdesign.com.au/Floatutorial/

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • A little help with arrays

    Hi guyz

    I have a problem with the reading and processing of element of an array. I have a "reference database generator" and for example I generate a sine wave. Can I use 'Get waveform components' to get the data for the chart, after that, I have a table 1 d of data (right?) at the exit of the "component of the waveform to Get' block.» I need to read everything, treat it and then send it as a value from a function entry. So, how can I get all the elements in this array and send it further?

    I hope that I was clear with my problem.

    It would be great if you could provide me with assistance.

    Thank you very much

    Andrei_L.

    And just for completeness:

  • I need help with my first Script in AE CS5

    Hello fellow designers out there.

    I'm newbie on AE Scripting here. I run my CS 5 on Win 7. I'm trying to create a simple solid GUI and it controls opacity by cursor. I fail and do not now how it work. Here is the code that I have written in reference to many sources and tutorials:

    myComp = app.project.item (1); akses comp 1

    mySolid = myComp.layers.addSolid ([1.0,1.0,0], 'my place', 50, 50, 1); solid

    var myWin = new window ("palette", "Transform", undefined); create the palette

    myWin.orientation = "row";

    var myOpacity = myWin.add ('Committee', undefined, "Strong opacity");

    myOpacity.orientation = "column";

    myOpacity.add ("statictext", undefined, "Opacity Kontrol");

    var opacitysliderCtrl = myOpacity.add ("slider", undefined, 50, 0, 100); make cursor

    var layerOpacity = mySolid.property ("opacity");

    opacitysliderCtrl.onChanging = function()

    {

    var val = Math.round (opacitysliderCtrl.value);

    layerOpacity.value = val;

    };

    myWin.center ();

    myWin.show ();

    Please, help me to see the problem here. Thank you

    There is more harm than good in your work

    At the moment you script attached a slider to a single layer (mySolid, that you add at the beginning).

    This is not very useful, that you cannot use this slider for the other layers.

    You should also keep in mind that this solid can be deleted, so the mySolid object may become invalid (referring to a solid that no longer exists).

    I don't know what, exactly, is your plan, but a script has generally not set anything related to AE in his many body (at launch).

    Only when the user clicks/change a widget script tries to extract a model, layer, property, or anything that the user specified by "a kind of secret code" (most of the time: the model, property, layer, etc. is selected).

    If you want the slider to control the opacity value of all selected layers in the active model, it would be something like this:

    var myWin = new Window("palette", "Transform", undefined); //create pallete
    myWin.orientation = "row";
    
    var myOpacity = myWin.add("panel", undefined, "Solid Opacity");
    myOpacity.orientation = "column";
    
    myOpacity.add("statictext", undefined, "Kontrol Opacity");
    
    var opacitysliderCtrl = myOpacity.add("slider", undefined, 50, 0, 100);//make slider
    opacitysliderCtrl.onChanging = function onOpacitySliderChanging(){
    
            // retrieve the AE things that have to be handled: in this case, all selected layers in the active comp
            var myComp, myLayer, n;
            var layerOpacity, val;
    
            myComp = app.project.activeItem;
            if (myComp.numLayers>0){
                for (n=0; n
    

    Xavier

  • a little help with a modification form?

    Hi all:

    So, I tried to fold a rectangle shape with rounded corners with a radius of 30px using the anchor to add and convert tools... just don't have a lot of luck to al and so I'm looking for some advice.

    Here's what I'm trying to accomplish

    RSS temp 2.jpg

    Seems no matter how I go about it I am not close #2 so for those who master powerful Pen... I ask for pointers, you may have to offer

    Thank you!!

    The easy way would be to use Edit > transform path > Warp > Arc

  • Little help with the EXR files if you could.

    Asked a simple Hue/Saturation effect an EXR file sequence in AFX CS5. The controls seem unpredictable. Brightness adjustment seems the effect of Saturation. Thank you

    And that is exactly? Sorry, it's far too vague. Provide a framework for inspection sequence or screenshots. In any case, I get this magic tingle in my left toe, who told me that files were rendered with incorrect parameters in your 3D, so exposure program and internal value chains are far away, resulting in the apparently faulty behavior. Either they are hopelessly over-exposed (all values greater than 1) or your lines are so small (shortly above zero, but never reached space of 0.5 to float maybe) that even small adjustments whack out them. There's certainly nothing wrong with the effect...

    Mylenium

Maybe you are looking for

  • Bookmarks will not save. I tried all the solutions published to date, is there an add on?

    I noticed in the last few months that would save a number of bookmarks in the toolbar or bookmarks menu. When I closed firefox and then returned to his bookmarks were not there. It's as if firefox is blocked at a certain point in time. I use sandboxi

  • Infrared port internal with MCE on Qosmio G10

    Is anybody know how to use internal infrared port with MCE (can I use it with the QosmioPlayer, but when I use windows, I use only the possibility of using infrared usb!)

  • Terminal server licensing server

    We have 2 licenses of cal ts on windows 2003 server we can only get a pc branch to open a session with the new ts win 2003 installed. I installed the windows 2003 ts tosee the windows server 2003 license server. What do I need to uninstall the old ts

  • Webcam USB 2.0 on my laptop with windows vista error device does not work correctly

    Original title: I just plugged a usb2.0 webcam on my laptop with windows vista. It is loaded ok, but the device manager says that the device does not work correctly. Any ideas please. I just got a webcam via ebay and plugged into my laptop. I'm worki

  • Long-awaited problem, really need help.

    Hi, hope you can help me it's been 3 years in manufacturing and really impact the performance of my window. I have several errors on my computer and can't do some things that I really need to. 1. I can't update my windows and I have not for a long ti