0
votes
2answers
19 views

Change the style of Kohaha forms

How do you add styling to Kohana 3 forms. <?= Form::input('new_tag', '', 'style="height:1000px;"');?> This doesn't seem to work. It complains that it needs the third parameter as an array. ...
0
votes
0answers
13 views

bootstrap formfields inside Iframe lost the size

I'm not sure why but, when a bootstrap page with a form is called thru an iframe the formfields lost the size (class="input-xlarge") Why? how do I fix this?
0
votes
1answer
23 views

Changing css file in a web application

I have a web aplication , in which i have to specify a new css file to this section : <section id="loginForm" > <h2>Connecter à notre application</h2> @using (Html.BeginForm(new { ...
-1
votes
3answers
62 views

My form submits data even if it is invalid. But my validation works fine

My code follows:. <!doctype html> <html lang="en"> <head> <title>Testing the textarea</title> <style type="text/css"></style> <script ...
0
votes
0answers
40 views

Safari select background image covered by arrow

I have a background image I place on my form elements when they're 'dirty' (have unsaved changes). The image uses background-position: right center. However, in Safari, the image displays underneath ...
-4
votes
2answers
38 views

Placeholder text in html form becomes oddly positioned upon increasing height of text box

So I made a form which consists of text inputs, and for one of them, I increased the height of one. Next thing I see, only the size of the text box increased, but my placeholder text begins at the ...
-5
votes
0answers
35 views

Basic HTML or Jquery accept/decline form creation [closed]

I need to develop a simple form that will allow my clients to accept(or decline) the terms of trade by just ticking one of the box, once they accept I would like to have a possibility of keeping the ...
0
votes
2answers
18 views

Error giving confirm button a class Producing error

I ran across an error with the Form helper. I tried adding a class to a Form->postLink. Like so: <?php echo $this->Form->postLink( 'Delete', array('action' => 'delete', ...
0
votes
4answers
30 views

Remove all stylings (border, glow) from textarea

I want to remove the stylings from a textarea and leave it all white without any border or glow, if possible. I've tried with different stuff found here on SO, but nothing works (tried with FF and ...
0
votes
2answers
47 views

How to style select box form. Does it have any limitations?

I'm trying style select box form in HTML/CSS. I need something like this: My current result is here: http://jsfiddle.net/LPN4J/1/ Is it possible? Here is my code: html: <label> ...
2
votes
5answers
51 views

Create a radio button group without the radio buttons and custom CSS styling

Is it possible to create a radio button group without the round buttons in front of each element? The reason I would like to implement this is, that in my case the user has to choose between 3 ...
0
votes
2answers
44 views

Styling contact form results in an email

I am wondering how can i style an emailed contact form results. Meaning, when a person fills out my contact form, when the results come to me in an email, I wanted that results to come in a stylistic ...
0
votes
3answers
46 views

Need help for my html contact form for uni

Basically I am a huge beginner on web design and i need help identifying where I actually put my email in this contact form as the recipient I have looked at the code like 5 times and I know i probs ...
0
votes
2answers
42 views

HTML/CSS/PHP contact form is sending blank fields

I'm by no means a web designer/coder, but I have enough general knowledge to get my website going. Just a simple portfolio website. I'm having some problems with my contact form though. It's strictly ...
3
votes
3answers
80 views

In-Field Labels Don't Line Up With Input Text

I'm using Viget's In-Field Labels plugin on a form, but even though the label and input have the same font size, same line height, same height, same padding, same everything, the input and label text ...
2
votes
1answer
48 views

How can I select an option by the value using javascript?

I wanted to select an option from a form. If I select this option, Javascript should check if the value/content is ex. "B". How can Javascript now check if the value/content of this option is B or is ...
0
votes
1answer
14 views

I want form controls to wrap if they don't fit completely

I want to make it so that if a control does not fit completely, it will automatically start on the next line. A container I have looks like: http://i.imgur.com/N6UAMhr.png (wrong) I would like to ...
-4
votes
0answers
45 views

Inputs not working in form when using div

I'm attempting to format a form in html with divs and css. I've been using divs to organize orientation of various text fields and radios. I noticed, after some time, and previous success beforehand, ...
0
votes
3answers
46 views

why does a double form tag cause a linebreak in IE?

I have this html script in a Web-Application. I am aware, that this is invalid HTML because I should not nest forms into each other, but if "someone" did this nevertheless, how could I prevent that ...
0
votes
0answers
39 views

Customize Wordpress registration form

I am using Cimy User Extra Fields plugin for extra fields in Wordpress registration but I would like to make it in two colloms so users would not scroll since now I have to many fields. I have problem ...
0
votes
0answers
49 views

New Mobile Form Needs To Be Available In Outdated Website

Not quite sure how to ask this question. There is a website whose layout is quite outdated, ie fixed sized layout. It's in Joomla, btw. However as of recently, the form page in this outdated ...
1
vote
2answers
52 views

Cant click in inputs in Firefox

I have a form here and for some reason in Firefox I cannot click inside the inputs - works fine in any other browser. Does anyone have any idea what the issue is? Thanks <form method="post" ...
0
votes
0answers
37 views

Printing <input> elements as displayed on page

I am trying to print a contact form as reference material for a manual. Is there a way to take a snapshot of a webpage by pressing a print button. If all else fails i can use print-screen, but its ...
0
votes
6answers
63 views

CSS Input with width: 100% goes outside parent's bound

I am trying to make a login form, but my text inputs always ends up being exceeding it's parent element's size; I only get this when adding an "inset" padding to my text inputs. Link: ...
2
votes
3answers
49 views

change class of div server-side after user input

I'm working on a project where users can choose squares of a big field and "book" them. The grid is just a html table with each having a unique id (1,2,3...). similar to this example: ...
1
vote
2answers
63 views

Adding validation to an HTML select box

I want to make one simple validation check on my HTML form. I'd like it so that if the user chooses the 18 - 24, an error appears next to the drop down select: 'You must be 25+'. <select ...
0
votes
4answers
38 views

Styling or override input text with password mask

Let's say I have this Name : <input type="text" name="name" /> I want to mask the user input with password sign either like asterix or dot. Is it possible to do this? Yes, I know I could do ...
0
votes
4answers
60 views

CSS cross-browser positioning of form elements

Has anyone come up with a strategy for styling form elements that works cross-browser? For me, textfields and textareas are usually not a problem, but checkboxes, radio buttons, and selects ...
-3
votes
4answers
56 views

divs placement and display [closed]

I'm trying to create a form with this formatting style: label a [input text] SUBMIT label b [select] label c label from [input text] label to [input texŧ] SUBMIT This is my html with css code: ...
0
votes
2answers
83 views

How to keep checkbox and option on 1 only line

I'm using SimpleForms to publish a form on a Joomla 2.5 site. The problem is that the checkbox and the options are on 2 different lines The html generated is : <form method="post" ...
1
vote
2answers
54 views

How can I move the dropdown button on a form select to the left side?

I have an html dropdown: <form> <select> <option value="1">Client: Zac Brown Band</option> <option value="2">Saab</option> <option ...
0
votes
4answers
63 views

When I customize HTML form elements (ie. drop down lists, radio buttons, etc), what are some performance considerations to keep in mind?

Looking for help on the HTML/CSS side of things. Obviously light, lean code is ideal...But does the styling of these elements really matter for a small web-app? Generally speaking, are there any ...
-1
votes
2answers
78 views

Email changes input's CSS styling

I have created a contact form using labels as a type of place holder, putting them behind the input box with a transparent background then making background white on :focus and setting the background ...
0
votes
2answers
44 views

How to add class to Form in Yii framework?

I have a form in Yii, and I want to add a class to the form : <form class="subscribe_form" action="#" method="post"> I tried this but it's not working : <?php ...
0
votes
3answers
30 views

Why is my email form field too tall, and the text is centered?

From what I can tell, my form field is completely standard. The page is at http://worldcastmovie.com/login.php The email field on the right is two lines tall, and input is centered. My code doesn't ...
1
vote
1answer
47 views

Getting HTML select dropdowns to render on a mobile

I am having trouble getting a form to work on a mobile, because I am unable to select the dropdowns. I have resorted to taking out all the styles, in an attempt to render a basic form, but this ...
5
votes
2answers
63 views

Dynamically change the font size of an input text box to fill the dimensions

I'd like to change the font size into an <input type="text" size="10> dynamically to fill the box. Here are some examples: With less chars: With more chars: Is it possible?
0
votes
2answers
78 views

Alignment of <input type=“submit”> in Chrome changes if value=“”

I have a simple HTML form with only two elements -- a text box and a submit button -- that need to be horizontally aligned. The button has a background image, and I would like to set its value="". ...
0
votes
3answers
39 views

How to align `<label>` behind transparent `<input>`

How do i align <label> centered behind transparent <input> then set opacity of input onfocus to 1
0
votes
2answers
38 views

Expanding width of form <label> issue

I am trying to pull in the text from the right, 'I am filling out this form as an individual' so it is fits on one line. There seems to be a 'block' preventing it from stretching out. Here is a ...
0
votes
2answers
56 views

Styling a Wordpress contact form

I am trying to create a contact form similar to this one for my site http://www.solarmarket.com.au/ I have tried to create it with Contact Form 7 in Wordpress but I can't style the Checkboxes to ...
0
votes
1answer
57 views

C# Windows Application Form to Html Form

I'm working on a project where I need to convert a C# windows application form to an HTML form programmatically. I'm having problems with sizing the HTML text boxes appropriately. I set the width ...
2
votes
1answer
263 views

Twitter Bootstrap - Appending numeric stepper inline next to an input field

I'm attempting to code this: https://dl.dropboxusercontent.com/u/233981/Numerical_slider.PNG After some research, I found http://loopj.com/jquery-simple-slider/ which seemed like a great start. So ...
0
votes
1answer
133 views

How to make search field responsive

I'm attempting to add a search field to a responsive sidebar, and want the field to responsively scale to the width of the sidebar, while keeping the 'submit' button at a set width, on the same line ...
4
votes
1answer
99 views

CSS input field styling magic

I am trying to style an input field and some buttons in a consistent way, but there seems to be some magic going on. Event though the input has the exact same classes as the buttons it is slightly ...
0
votes
3answers
38 views

is it possible to combine radiobutton and submit in 1 submit button?

I have a radiobutton and the value gets submitted with a submitbutton. I only want a submitbutton that submits the value when clicked. So instead of a radiobutton and a submitbutton separate I want a ...
0
votes
2answers
58 views

CSS form styling doesn't display in firefox/Opera

I've made a searchform on Wordpress. I've styled the searchform to my own taste and all seems to be working fine in Webkit browsers (Chrome & Safari) and even IE (kinda). Unfortunately Firefox and ...
1
vote
0answers
38 views

Alphatransparent PNG over selectable form fields (sliding envelope)

I'm building the contact form of a portfolio website. I wanted to have an envelope at the bottom of the page from which the contact form comes sliding out as the user scrolls down. I did this by ...
0
votes
4answers
94 views

Displaying Label Inside Text-area

I want to make a square shape text area of fixed size.The label of the text-area will be inside the text-area as shown in the picture below.This heading will always be displayed.It will not dissapear ...
0
votes
3answers
85 views

Text area scroll bar being displayed in IE 8

I an using a text-area of fixed size in a form to take input from user.Even though I have made the resize property of the text-area none the scroll bar is still getting displayed as seen in the ...

1 2 3 4 5 23