Is it possible to select which div is used in fluid design?

OK, I have built a site that consists of header and footer sections and three column divs - LeftDataBox, CenterDataBox and RightDataBox. I've used Dreamweaver CS6 to design it in a fluid style and it works well going from desktop to cell phone. However, when the site moves to the cell phone, the column LeftDataBox appears first after the header. Since most of the active content of the site is placed in the CenterDataBox div, I would prefer if that was the first div selected instead of LeftDataBox. Is there something in DW or CSS that I can apply to tell the browser to pick the CenterDataBox first? I haven't bothered to include code here, as it will not be particularly useful in the more or less general question I'm asking. I can send a link to the site if that might help, but I think it's pretty straightforward - by default as the divs lay out on the smaller screen, they go from top to bottom/left to right. I would like to swap the divs containing LeftDataBox and CenterDataBox for only small screens. If the question seems inappropriate I apologize, but have not been able to find a realistic answer after searching the web.

I prefer to use HTML5 tags.  Aside = sidebars. Article = main content.
What I'm saying is  FGLayouts are not able to switch div order.  Div order is based on where you put it in the HTML markup.
However, with CSS Flexbox  div order can be defined in your media queries like this.
Mobile:
  header    { order: 1; }
  nav       { order: 2; }
  article  { order: 3; }
  aside.one { order: 4; }
  aside.two { order: 5; }
  footer    { order: 6; }
Desktop:
  header    { order: 1; }
  nav       { order: 2; }
  aside.one { order: 3; }
  article   { order: 4; }
  aside.two { order: 5; }
  footer    { order: 6; }
But Flexbox is not quite ready for prime time yet.  Browser support for it is still spotty. You can read more about it at CSS Tricks:  https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Nancy O.

Similar Messages

  • Selecting which disk to use in Time Machine

    Mavericks allows the use of multiple backup disks in Time Machine. Is there any way to select which disk to use when browsing a backup?

    Yes while clicking on the TM icon in the Status bar press the option key.
    The Enter Time Machine menu entry will change to Browse Other Backup Disks. You can then elect the disk to browse.

  • Is there a way to select which display to use??

    Hi,
    I think my problem is OS dependent but i'm still gonna ask...
    Code related to this problem is:
      Process runner;
      Runtime t = Runtime.getRuntime();
      runner = t.exec("<path-to-office>\powerpnt.exe /s '<path-to-show>\show.ppt'");
      //  The program in line above is not nessecary  powerpoint it can be also Acrobat or web browser!!
      // (basicly  anythig which can be run on full-screen mode from command line)
    The Problemo:
    I have a computer (running on Win XP) which has two (or more) displays attached (Matrox G550),
    do i have a chance to detect amount of displays and if there is more than one display, can i somehow
    select in Runtime which display to use to show results of code above?
    Matrox solution was "when you run program once in certain display , it should be opened in same
    display next time", well... what if i shoud use 2 powerpoints in same time to have x kind of ppt in one
    screen and y kind in second screen wich has totally different kind of info what screen x does?
    If it's possible with JFrame to decide wich screen to use, i'm almost shure that i can change program to
    use pictures instead of external programs.
    -jori

    Hmm, I don't know how you would do this with out going native, but for Java frames you can use the following links.
    http://java.sun.com/j2se/1.4.2/docs/api/java/awt/GraphicsDevice.html
    http://openide.netbeans.org/multi-monitors.html

  • Possible to determine which FIFO layers used on an Invoice

    Hi,
    Is it possible to determine which FIFO layers were used when satisfying an invoice?
    Thanks
    Greig

    The information regarding the FIFO cost price exists in the OINM
    (Warehouse Journal) table under the fields Calculated Price and
    Open Quantity.
    check this if it helps :
    SELECT T0.ItemCode FROM OINM T0 INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode WHERE T0.CalcPrice = '0' and T1.EvalSystem ='F'
    Regards,

  • Why is the "From:" field being changed in Mac Mail.  I have multiple gmail accounts setup and it seems to change the "FROM" field even though I've selected which account to use to send the email.

    So
    I've got multiple gmail accounts setup in Mac Mail.
    Somtimes when I send or forward emails, it uses the wrong FROM field even though I'm declaring
    specifically which account to use.
    This becomes apparent when the person replies to my message and it goes to the wrong account

    Check you accounts in Mail and make sure each account has the correct outgoing server address. Check the box to use only that server.
    Second, go to the gmail website and in settings under the account tab, make sure you have the correct settings for replying to messages.

  • Which tool is used for database designing

    Hi,
    Can you please share which tool is used for database(Oracle) designing most
    Thanks

    Kim Berg Hansen wrote:
    Personally I use brain, pen and paper for designing/modelling - then simply write scripts to create those tables.Me too.
    But of course I realize that is not the way of a modern programmer :-)No, modern programmers rely less on the brain part.
    I have heard other people saying that the (now free) [url http://www.oracle.com/technetwork/developer-tools/datamodeler/overview/index.html]SQL Developer Data Modeler is helpful for modelling. I haven't any personal experience, though.
    I have used it to reverse engineer the design resulting from the brain / pen / paper / scripts process and produce pretty pictures for the modern programmers to try and understand. It works quite well for this.

  • Is it possible to choose which template to use when exporting to word?

    Hi, just wanted to know is it possible to have more than one word template and be able to choose from these templates when exporting a document to word. Another question, can we choose the print layout at the point of clicking print, instead of selecting a default one in the PLD beforehand? Thanks.
    (Using SAP Business One 2005B PL41)
    Edited by: Tan Gavin on Oct 8, 2008 10:14 AM

    Hi Tan Gavin
    The answer to both questions is unfortunately NO. The templates are linked to specific events or triggers in the system and cannot be changed or determined by any user. With the PLD the limitation is that if you want different layouts, the only way is to change default the whole time. But bear in mind that the default could be set by user, BP or both. This does allow the system to use a different layout for each user or specific BP's.
    Kind regards
    Peter Juby

  • How can I select which photo is used on the cover of an i-Photo book?

    I have created a photobook, and can do most things I need, but the photo selected by Autoflow for the cover is not the one I want. Can anyone tell me how to change it?

    You can drag any of your photos to the coverpage.
    Click onto the title page to select it and open the Photos Browser window, then drag the photo you want to use onto the title page.

  • Let me select which file to use

    Hi,
    I'm making a video converting automator script. I have everything figured out except for telling automator to let me choose which file I want to convert. How do I do this?
    Thanks!

    I don't have that application - are you using a Watch Me Do action to try and script the application? Following the Ask for FInder Items action with a Open Finder Items action will open the chosen files in the specified application.

  • Is it possible to Select/Deselect All checkboxes using single button

    Hi all,
      I want to Select/Deselect all check boxes in my table using single button. I tried using single button ,but it is not working correctly for all the cases.
    Thanks&regards,
    karthik.

    Hi karthik..
    You can do this ..
    1.Create boolean variable..
    2.Create Select all button..
    write this code in Select all action ..
    IPrivate<View>.I<Table>Node tNode=wdContext.node<Table>().;
    for(int i=0;i<tNodesize();i++)
    tNode.get><Table>ElementAt(i).setCheck(true);
    Like Deselect all..
    IPrivate<View>.I<Table>Node tNode=wdContext.node<Table>().;
    for(int i=0;i<tNodesize();i++)
    tNode.get><Table>ElementAt(i).setCheck(false);
    Urs GS

  • Cfif to select which query to use.

    I need some help getting syntax on an issue.  I have a listbox with 3 values, True(1), False(0) and Needs Approval(NULL) but I can't seem to get the NULL to show. The SQL column has this as a bit value so a Case adjustment does not work.
    What I need this to do is if the Needs Approval value is selected in the cboApproved box then use the 'qRecordsNull" query to get the results, else use the "qRecords" query.
    Below is the code that I have that works for true and false.  Any help would be greatly appreciated.
    <cfset vApproved = 0>
    <cfif isDefined("form.cboApproved")>
    <cfif form.cboApproved eq "">
      <cfset vApproved = 0>
    <cfelse>
      <cfset vApproved = #form.cboApproved#>
    </cfif>
    <cfelse>
    <cfset vApproved = 0>
    </cfif> [/code]
    <td>
           <select name="cboApproved" class="smallFont">
            <!---<option value="All">All</option>--->
                     <option value="1"
             <cfif isDefined("vApproved")>
              <cfif vApproved eq 1>
                selected
              </cfif>
             </cfif>
            >True</option>
                     <option value="0"
             <cfif isDefined("vApproved")>
              <cfif vApproved eq 0>
                selected
              </cfif>
             </cfif>
            >False</option>
                     <option value= "">Need Approval</option>
           </select>
          </td>
    Basically something that looks like this:
    <cfif isDefined("form.cboApproved")>
    <cfif #form.cboApproved# eq "Needs Approval">
      <cfquery name="qRecordsNull"
    <cfelse>
      <cfquery name="qRecords"
    </cfif>

    1. Replace the following code:
    <cfset vApproved = 0>
    <cfif isDefined("form.cboApproved")>
    <cfif form.cboApproved eq "">
      <cfset vApproved = 0>
    <cfelse>
      <cfset vApproved = #form.cboApproved#>
    </cfif>
    <cfelse>
    <cfset vApproved = 0>
    </cfif>
    with this one:
    <cfset vApproved = 0>
    <cfif isDefined("form.cboApproved") and form.cboApproved neq "">
      <cfset vApproved = #form.cboApproved#>
    </cfif>
    2. Replace the following code:
    <cfif isDefined("form.cboApproved")>
    <cfif #form.cboApproved# eq "Needs Approval">
      <cfquery name="qRecordsNull"
    <cfelse>
      <cfquery name="qRecords"
    </cfif>
    </cfif>
    with this one:
    <cfif isDefined("form.cboApproved") and form.cboApproved eq "Needs Approval">
        <cfquery name="qRecordsNull" datasource="myDSN">
        <!--- query --->
        </cfquery>
    <cfelse>
          <cfquery name="qRecordsNull" datasource="myDSN">
        <!--- query --->
            </cfquery>
    </cfif>

  • Select which network connect to WiFi Calling

    Is it possible to select which WiFi networks connect to WiFi calling and which ones don't?  For example I like to use it at home and at work.  I also have Cablevision as my ISP which has over 1,000,000 hotspots.  As I drive I am constantly connecting and disconnecting from hotspots.  Is it possible to exclude Optimum WiFi and others from WiFi Calling?

    Hi Danuals, Thank you very much for your response. I rang EE’s support number and they passed me to the 2 tier support team, who agreed with your diagnosis but said it takes a little time for them to change it from IPv4 to 6 so I just need to wait for it to be changed over. It actually turns out that because I live in an area with no mobile signal at all they are going to send me a free signal box to connect to my router. I have to say I’m very happy with EE’s support and also a very big thank you to you for pointing me in the right direction.   Update: My WiFi calling is now working as well, it came on after 15 mins

  • How can I select which iPhone my mac will select to place cellular calls?

    Hi,
    I have two iPhones connected to my Apple ID with lines from two countries as I travel often. When I receive calls on any of those, I can pick up the call from my mac. But when I want to make a call from the address book on the mac for example, then the call goes through the line that was selected by FaceTime on my Mac. It does not seem to matter which phone is on, on, the other or both, or which physical iPhone I use: what seems to matter is the simcard, i.e. the calls always go through the same number. I would need to be able to select which line I use depending on where I am. I tried signing off FaceTime on both phones and mac to no avail. When I turn them back on, in whichever order, FaceTime always picks the same one (and shows this as the Caller ID that will be displayed in the Mac FaceTime preferences...
    Ideally, I should be able to select the line in the same way I can select which caller ID I want to start conversations in FaceTime or iMessage but thus does not seem to be implemented. yet?
    guardajoias

    Have you tried changing the caller id on FaceTime on your Mac to see if it picks the other phone?  Seems to me that what you'll have to do is change the caller id each time you want to make a call from each phone.

  • Is it possible to select a selection?

    I know the question sounds weird but I couldn't think of a better way of describing what I want.
    I'm setting up an Action in which I want to crop a series of images to a selection rectangle. I fool around with the position and size of the selection for several minutes before I'm happy with it, as well as doing several other things. I'd rather not record all that stuff in the action.
    Given that I have a selection in front of me that is the one I want, can I tell the Action: "Now listen here, this is the selection I want you to make". If I record the Action, with the selection active, and then crop to that selection, when I run the Action it says "No selection made."
    So, while recording an Action is it possible to select a selection that is already there?

    Thanks, Willi, for the suggestion. But I couldn't get it to work inside an Action. I recorded Save Selection as part of an action, but of course, it saves the selection to that particular file. When the Action is run on a folder full of images, the Action comes to a halt because the saved selection is only in a certain image, and the Action doesn't know how to access it in an image that is not currently being processed.
    I doubt whether a PS Action can save a selection as part of the action. Probably an oversight on the programmers part. The closest I could get was to record an Insert Menu Item, the menu item being Select All.
    The interesting thing is: the scenario works when recording the Action. I set the selection, then start recording my actions – the crop and save and whatever – and it works. The image is cropped and saved. But when played back as an Action, the settings for that particular selection are not stored in the Action. And they should be. It would be quite easy to record the co-ordinates of the selection as part of the Action (X-Y co-ordinates of the four corners), but PS hasn't been set up to do it – as far as I can tell. The problem would be: the selection would only be valid for images of exactly the same size.

  • Creating an index: it's not possible to select a tablespace for the index

    Hi,
    we are using SQL-Developer Version 3.0.04.
    When creating an index it's not possible to select a tablespace for the index. The only choice which is offered by SQL-Developer is <DEFAULT>.
    The user itself has privileges on several other tablespaces - and therefore not just only on the default tablespace of the user.
    Any help will be appreciated
    Rgds
    JH

    Hi JH,
    Well, the capability is somewhat buried in the UI, but it is there.
    In the Create Index dialog ...
    1. Tick the "Advanced" check-box in the upper right-hand corner.
    2. Select "Properties" from the left-hand list (Definition, Properties, Partitions, DDL).
    3. Click the Storage Options... button
    4. Use the drop-down list to select the desired tablespace.
    Return to (2.) and select DDL to see that your tablespace choice is present.
    Regards,
    Gary
    SQL Developer Team
    Edited by: Gary Graham on Mar 7, 2012 5:06 PM
    And if all you see in the drop-down list is <DEFAULT>, then I would suggest rechecking the user's privileges. Or provide more details about your environment: OS / Database / JDK version, and so on.

Maybe you are looking for

  • AR upload

    frnds I am trying to upload one of the EDI file for A/R and it contains more than 1000 line items but it is giving me below error "item 1000 should be created, a maximum of 999 items are allowed" actually it is happening with only one customer, since

  • Listener Service Confusion

    When I type "lsnrctl status" on a certain database server I show 9 services listed. All have the same database as their instance. I was under the impression that a listener service could only be born in two ways: 1) by default when a database starts

  • How to contact customer services

    Ok - so this is now my 3rd ipod mini that had broken, all for different reasons. This latest one is just outside of its warrenty and the hard drive thing seems to have gone. I have spent all day going through all your suggestions and trying some stuf

  • ITunes Update: Cannot Locate iTunes.msi

    I am currently attempting to update my iTunes to the most recent version (I believe it is 10.5.11). However, I am currently stuck due to a popup during the installation process which states that I need to locate the "iTunes.msi" file. If I press canc

  • Best Way to Straddle NTSC SD and HD

    I've only worked in SD for a few years, but HD is looming large these days. I was wondering if anyone had any advice on taking existing SD projects and maybe setting them up in a flavor of HD so I can send out HD if necessary or SD. Just make a new s