February 19, 201511 yr So guys, i'm new here so i would appreciate it a lot if you could help me out here! I'm building a website for my dad's company. But i get stuck at the form. My submit button doesn't get my css, while my reset button does. The css-code: http://pastebin.com/VTdw2Vgj The html-code: http://pastebin.com/FxZTf6nD Edited February 19, 201511 yr by DoubleG
February 19, 201511 yr er, how are we suppose to tell from an image? please post a link or the html + css
February 19, 201511 yr Author er, how are we suppose to tell from an image? please post a link or the html + css Ehhh sorry, i've forgot ! The css-code: http://pastebin.com/VTdw2Vgj The html-code: http://pastebin.com/FxZTf6nD
February 19, 201511 yr Author er, how are we suppose to tell from an image? please post a link or the html + css Any ideas?
February 19, 201511 yr This might give you a good start, add this to the end of your css input#submit{ background:none; border:none; }
February 19, 201511 yr Your html has a bit of a wierd markup. <a class="btn"><input id="submit" type="submit" name="submit" value="Verzenden"></input></a> It should look like <input class="btn" id="submit" type="submit" name="submit" value="Verzenden" /> Then you target the input button with your CSS, at the moment you are targetting the <a> tag around the outside of the input button. Good luck Edited February 19, 201511 yr by EpicWebs
February 19, 201511 yr sorry had stuff to do - ran outof time to look before the others. i didn't abandon you
Create an account or sign in to comment