Results 1 to 3 of 3

Thread: Javascript responsive cubic feet calculator

  1. #1
    Join Date
    May 2012
    Posts
    217
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Javascript responsive cubic feet calculator

    Hi

    Sorry if in wrong place but thought css would be better place as asking about the responsive side of it, the actual coding of the calculator I can do

    I need to create a Javascript cubic feet calculator like the one on this site but I need it to be responsive, theirs is using a table but is not responsive

    http://www.kirtley.co.uk/removals-calculator.html

    Can anyone help please

    Thank you in advance
    Last edited by jscheuer1; 09-01-2016 at 06:54 PM. Reason: format

  2. #2
    Join Date
    May 2012
    Posts
    217
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    I have sorted the responsive issue but the answer displays in a input field which is ok but the text don't fit in it, I have tried to force the text to go onto two lines but don't seem to be doing it, the code I have is below

    Code:
    <input type="text" name="answer" style="width: 238% !important; height: 50px; word-break: break-all;"/>

  3. #3
    Join Date
    May 2012
    Posts
    217
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Sorry sussed it, I used textarea instead

Similar Threads

  1. Age calculator using php
    By riancast in forum PHP
    Replies: 2
    Last Post: 03-09-2013, 09:30 AM
  2. Need help w/ calculator
    By ShadowIce in forum JavaScript
    Replies: 2
    Last Post: 08-26-2009, 06:30 PM
  3. looking to create javascript calculator
    By tomwaits4noman in forum JavaScript
    Replies: 3
    Last Post: 03-16-2009, 02:52 AM
  4. JS Calculator
    By iF15 in forum JavaScript
    Replies: 1
    Last Post: 11-29-2007, 05:27 AM
  5. Simple Adding Calculator - Javascript
    By susie123 in forum JavaScript
    Replies: 18
    Last Post: 09-14-2007, 05:18 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •