website developer

  1. Marc0

    How to create gradient effect using CSS

    I'm trying to create an effect where the border of my DIV object has a horizontal left-to-right or right-to-left gradient fade. The perspective of the gradient must encompass all borders (not just top and bottom) All the documentation I came across so far describes how to do it vertically
  2. Marc0

    how to submit form without a submit button in PHP ?

    I am using DHTMLXslider in a form and I want form to submit slider value to php file whenever slider value change. I tried using onchange and onclick event but it doesn't work. Here is my code. Is there any solution? <form method="POST" target="content" action="here.php" id="myform"> <input...
Top