Search:

Type: Posts; User: david_deseine; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,688

    hi, Use the preview/debug in browser (the glob...

    hi,
    Use the preview/debug in browser (the glob button at the top) and choose your browser (edit the browser list to add other ones installed locally)
    The live view in Dreamweaver should work but,...
  2. Replies
    7
    Views
    4,684

    Yep John, I also tried with http://4shared.com,...

    Yep John, I also tried with http://4shared.com, but maybe it's possible for a user's folder, that's why I asked the purpose of the iframe.
  3. Replies
    3
    Views
    4,239

    try this one : http://www.preloaders.net/

    try this one : http://www.preloaders.net/
  4. Replies
    7
    Views
    4,684

    Do you want a folder you share with 4shared in...

    Do you want a folder you share with 4shared in the iframe or the entire 4shared.com index page ?
  5. Thread: Form css

    by david_deseine
    Replies
    5
    Views
    3,114

    you have to add a class tou your submit button...

    you have to add a class tou your submit button that way

    <input class="mybutton" type="submit" name="submit" value="submit">

    then add in css this for example :



    .myform input.mybutton {...
  6. Jquery library is IMO a good solution, just...

    Jquery library is IMO a good solution, just Google jquery menu drop down.
  7. Thread: Form css

    by david_deseine
    Replies
    5
    Views
    3,114

    Hi, A good solution to manage your form layout...

    Hi,
    A good solution to manage your form layout is to make a class, for instance "myform" that way :


    <form class="myform" method="post" action="contact.php">

    css : /*change those values...
Results 1 to 7 of 7