Responsive text box

I am designing an events calendar layout and I want to side by side boxes that contain 3 collums I have managed the layout but it does not display correctly on mobile phones this is the website www.the-cornerclub.co.uk

Read up on Responsive Web Design. 
http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/
You need to be working with mobile first, then tablet, and finally desktop.  Everything inside the FluidGrid container is based on that primary mobile layout.
Also see this recipe for Responsive Forms
http://codepen.io/chriscoyier/pen/DmnlJ
Nancy O.

Similar Messages

  • Quiz Variable Not Tracking Text Box Responses

    Hello Everyone,
         I am having a problem getting the Captivate Quiz variable to track correct responses from a text box. I am using Captivate 5 and trying to make a quiz where someone will enter in data that will be validated and branch off of their responses. I have set up several text boxes, turned on validating, checked the "Include in Quiz" box and the add to total and report answers boxes. See the pic below:
    I am trying to branch using an advanced action that checks the cpQuizInfoPointsscored variable and branches them based off their score. But the variable always shows 0! (I set up a text caption to display the variable as I went through to check.) Here is the weird part, I have the quiz results slide in the presentation, and IT accurately shows the results from the test boxes. But for some reason the Quiz Variable isn't tracking them! Any help??

    Hello and welcome to the forum,
    From your question I know that you are using CP5.0, correct? This 'bug' has been fixed in Captivate 5.5. Was one of the users who had insisted (by bug report) to have all Quizzing System variables updated after each question, and not only when the quiz was done, on the score slide; now you are bumping into this issue: the score in cpQuizInfoPointsscored will be tracked and will have the scores attached to the Text Entry Boxes or for any other scoreable object (all show up in the Advanced Interaction view - F9) but only at the score slide.
    I had a workaround in CP5 (have described it somewhere in an article or a blog post), using the Quizzing variable that IS updated after each question: cpQuizInfoLastSlidePointScored.
    If you want to have the functionality of CP5.5 you'll have to track the total score in a user variable by advanced actions. It is not really that hard, since you are already using advanced actions, step-by-step
    create a user variable v_currentscore
    on entering each question slide have this statement executed (if you do not have already an advanced action for this Enter event, and this is the only statement, better add Continue as second statement)
    Expression v_currentscore = v_currentscore + cpQuizInfoLastSlidePointScored
    now you can use this user variable for your check instead of cpQuizInfoPointsscored, you understand that it is only updated on the slide after the slide where the question is answered? Let me know if this is a problem
    Lilybiri

  • I typed in data into the highlighted text box, and then tried to print my form.  However, when printed, the copy only showed a portion of my answer.  Is there a way to expand Adobe Reader's highlighted text to show my full response, or should I make my re

    I typed in data into the highlighted text box, and then tried to print my form.  However, when printed, the copy only showed a portion of my answer.  Is there a way to expand Adobe Reader's highlighted text to show my full response, or should I make my responses only as long as the highlighted portion allows?

    While printing any pdf file it will print the visible text only. To overcome this, the form needs to be dynamic so that it expands in layout while entering more data. Usually dynamic forms are developed by Adobe LiveCycle Designer.
    ~Deepak

  • Is there a way to have a "text box" stay with a table or chart?

    I have multiple tables on one sheet. I understand that the table is named over in the left side of the screen. For what i need to do,  I am looking at multiple tables on one sheet. Its easier to know which is which by having a text box above with its desctription. If I need to move that table I would like for the text box to move with the table it is for, rather than having to move them both seperately. Is there a way to like "merge" them together? I've selected the two together and looked for an option in the inspector & in the menu bar, yet still cant figure it out.
    =/ help!!

    For a table, you can use the Table Inspector to Show Name (checkbox near the top of the Inspector pane).
    As seen above, the Table name can be formatted using a choice of font, size and colour (not changed in the example). To format, click on the displayed name to select its frame/box. Then use the controls in the format bar to chose font, set size and color, and set the background colour if desired.
    I had finally just figured that out before I read this, after quite some time of messing around with it. Thanks for your quick response. Wish i realized these discussions were available when I first started using numbers! How very  helpful!!
    And to fireflyer, thanks for that advice I didnt know you can do that and I will be able to use that in many situations! =)

  • Is there a way to prevent from text boxes to be numbered?

    Everytime I add a text box, it adds a number on the page for each one. Is there a way to prevent this?
    Thanks!

    Hey thanks for the response. Below is a screenshot:
    Thanks

  • Text Box issue - displays XML tag instead of the value in EBS

    I need to use a textbox (or a autoshape with text) to place a data element in a specific position on the page in an RTF template. I tried using tables and it didn't help. This layout needs some elements to be placed at specific location and using an autoshape or a text box is easy. When I preview the pdf output on my desktop, it works fine. Once I upload the template into EBS XML Publisher, the value in the text box shows up as an XML Tag instead of the value in that tag. The same XML data when loaded and previewed locally shows the data instead of the tag.
    Any thoughts on this? Is there a patch or something we might need for this in EBS?
    Thanks,
    Vinay

    Thanks Tim for the quick response.
    Yes - the versions are same. Also, I tried giving the complete path. The issue is that it is not even reading the text in the text box as an XML tag. It seems to think the whole text box is an object and hence just display that text as is. If it was reading and not able to resolve it, I guess it would have displayed blank (and not the tag as is). Again as I mentioned it works fine in local preview on my machine.

  • I have a requirement with select and text boxes. JSP / JDBC

    I have a Combo Box which iswritten by a JSP by connecting to DB!
    When i click on a <option> corresponding the other two text boxes must be loaded with data!
    if i have list of EmpID in <select>, in one text box i should get his CITY and other Occupation !
    What i thought is .... getting all the data from database. select empid from emp and write a combo and select city,occupation from emp, intp ARRAYLISTs!
    function updatData(){
    var index=document.projalloc.associateid.selectedIndex;
    }if i onSelect=updateData(), (i will get index of empid,as it is a combobox) using which i have to retrieve the values of city and occupation !!
    BUT HOW !
    I am gettin the index of empid but how to get the data into textbox !!!!

    well there are many ways of doing this.
    1).Render all the data corresponding to each employee at a time.By making a javascript arrays and try to get back the data from there.
    2).Save the ArrayList of DTO beans in the scope of session.Use AJAX call a CGI(Servlet/JSP action) fetch the values from the session render the response as XML now parse the XML data using javascript DOM and then update the consecutive textboxes.
    Just as an example checkout my answer in the below post.It was an example given for a dependent drop downs.however, we can definately use the same concept to update textboxes too.
    http://forum.java.sun.com/thread.jspa?threadID=5209661&messageID=9844137#9844137
    Hope that might help :)
    REGARDS,
    RaHuL

  • Vertically Center Text in a Text Box

    Just switched form Acrobt 6 to Acrobat Pro 9 and can't figure out how to verically center text in a text box.  When I select the text it gives me the properties bar shown below:
    Seems like a really dumb question because I know I could in Acrobat 6 and I don't know why they would take away that feature, but I can't find it anwywhere.

    The only time the More button is enabled is when I have the Text Box selected, and then the options pertain to the line weight, etc. of the box and not the text.  When I select the text the More button is not enabled and the only options properties are the ones shown above.
    I made the Text Box by going to "Tools", "Comment & Markup", "Text Box Tool".  I have not seen anything that says Multiline and when I searched help it only talked about multiline fields in forms.
    Thanks for the quick responses.

  • Add comments in a text box or callout

    This question was posted in response to the following article: http://help.adobe.com/en_US/acrobat/pro/using/WS58a04a822e3e50102bd615109794195ff-7e5a.w.h tml

    is there a way to keep the property box open at all times or do i have to go to Show every time i need to use it.  Also, within the text box, if I hit enter to provide a space between lines as soon as I close out of editing the spaces all go away.  Both of these things we available in the last version of adobe i was using and can't understand why you would take things away from the program that were previously available.

  • Crosshatch Pattern to fill Text Box or polygon shape???

    I often have a need to define a certain area or room of a floor plan as the part we'll be using.
    In the past, I've done this by creating a text box with No Borders, then filling it with a color and 25% opacity.
    Our new attorney says "no colors...use a cross-hatch pattern in the defined area".
    So, my question is, once I've defined the area with a text box or by using the Polygon Tool, how do I fill the space with a crosshatch pattern???
    I've tried creating a small jpg (attached) of the sort of pattern I'd like it to be filled with, but can't figure out how to implement it so it will be used as a fill option.
    Thanks in advance for any help you may provide.
    I'm using Adobe Acrobat Pro, Version 9.2.0.
    Thanks again,
    D Flash
    Durham, NC (usa)

    Michael,
    Thanks for your response (and lawyer humor!).
    I've attached a document showing the type of thing the lawyer's referring to.
    in the attached drawing it shows two spaces we're using, surrounded by a polygon box and "filled" with a slightly opaque color.
    His concern is after much copying, it would always be easier to see the defined area if it was filled with a crosshatch, as opposed to a color.
    Is there a way to do that, perhaps using a custom-made stamp...I tried that with the jpg I provided in my previous post, but the jpg would not "fill" the area, and I was not able to "size" it to fill my space.
    Do you (or anyone else) have any suggestions as to how to accomplish what he's asking of me, using Acrobat????
    Thanks so much,
    Flash

  • Using Rich Text Boxes

    I'm currently using Visual Studio 2008 and .NET4.5 yet I cannot access a Rich text box.  I cannot use a standard text box because I'm importing the data and it loses formatting.  What are my alternatives?

    Hi Bhavik,
    Thanks for posting in MSDN forum.
    This forum is for developers discussing developing issues involve Word applicaiton, since the issue is more relative to end-user, I would like to move it to
    Word IT Pro Discussions forum to get more effective response.
    Thanks for your understanding.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Typing text in multiple text boxes simultaneously

    Is is possible or is there a way or a plugin that will allow me to type a number in one text box and it will appear on multiple other text boxes in the same document. My scenario is I am running 15-up business card type layouts and I am trying a add a job # to each of the backside of these 15 cards by typing it once. Does anyone know how to accomplish this?

    Harbs,
    Single line? I wouldn't expect a job number to be multi-line.
    Unstyled? What makes you say that? Any style (including a nested one) applied to the section character placeholder on the master page would be used. I don't have experience in CS3, but I would like to believe that the text variables would behave the same way. From the behavior I've seen on the InDesigner videos, that is the case.
    Something more complex, such as a multi-line thing, would naturally require a more complex solution. But, for the task as outlined in the original post, the suggestions should be sufficient. Based on John's response, whichever solution he used worked well enough.
    -mt

  • Linking text boxes in Pages

    I can no longer link text boxes in Mavericks. I have version 10.9.3 installed. It seems like this is a problem that should have/would have been addressed long ago. When I go to Format in Pages, the Add Link is in light grey and it will not let me add the link. Am I missing something....

    You should be posting in the Pages for Mac community for better response.
    The last Pages version that linked text boxes was Pages ’09 v4.3. Pages v5.2 does not have this capability, and only Apple knows when or if they will fix that glaring omission.
    If you had the older mentioned Pages installed before (downgrading) to Pages v5+, it was moved into /Applications/iWork ’09, and remains a functional improvement over Pages v5+.

  • Objects (mostly text boxes, etc.) change slightly after uploading

    Hello!
    I am a novice Muse user, and love how easy it is to use - but I've noticed what I think may be a glitch with the rendering of text boxes once they're uploaded. When I am in design mode, all of my items are one size and perfectly aligned, but when I preview or upload, some items resize and and end up "off".  I've uploaded screencaps of my site in Muse and on the Web to show what I mean. See how the second content box on the live version is slightly longer than the other three? According to design mode, all four of those boxes are exactly the same width and height, but they render differently when uploaded or previewed. 
    I'm wondering if this is due to responsive resizing when a scrollbar is added in preview/web mode? And if so, how can I fix it? I've already tried adjusting the text in that box. I haven't made the others larger to match it because when I'm in design mode it all looks fine, and I'd have to do trial and error fixing for something that seems like it should be simpler.
    Any info is appreciated!
    Kellie

    I may have discovered a work-around for this fatal bug. Make sure that the area-type object is the top most object in the layer order, or if you are working with multiple type objects, that each type object is in its own separate layer. It seems this bug is most prevalent when the selected objects are in the same layer, and the area-type that is selected is below other selected objects.
    I was able to simplify the process of re-creating this bug down to one text box and a rectangle. First, create an area-type object and put some text in it.. Second, create a rectangle. Then, while the rectangle is still selected, use the shift key and direct-selection tool to select the left edge of the area type object. Finally, with both selections active, start moving them and watch the type disappear!
    I noticed that if I change the layering order of the type-object, to where it is above the rectangle, then moving the selections, the bug goes away. Also, I found that if I needed to move the selected edges of several area-type objects at once, I could do so, as long as each type-object was in its own layer.
    For the amount of time that I have spent on this bug, Adobe should give me the next version of Illustrator for free. Heck, Adobe should give everyone that has to use CS, a free upgrade.

  • How do you make an expanadble text box in a pdf form?

    How do you make a text box expand automatically in a pdf form?

    Hi;
    Is this a question related to FormsCentral or to PDF forms in general?  If it is for PDF forms you should ask in the Acrobat forms forums: http://forums.adobe.com/community/acrobat/forms
    If it is related to FormsCentral the text boxes do not expand automatically in a PDF, except for when saving a Response as a PDF form, when the responses from the View Responses tab are saved as a PDF form all Multi-line text fields are expanded to fit the text the user had entered.
    Thanks,
    Josh

Maybe you are looking for