www.webdeveloper.com

Search:

Type: Posts; User: cofactor

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    512

    Why this layout is breaking ?

    Why this layout is breaking ?


    HTML attached in a zip file.

    What is the solution ?
  2. Replies
    1
    Views
    654

    html page change

    Hi,
    I want to modify HTML page attached. I am not able to make cells of district , division , zone , wasam close to each other ..

    I want a desired look like this ...
    15365


    Can you please...
  3. Replies
    1
    Views
    102

    javascript help needed

    I want to put comma in currency value.

    Example: Here is the input and expected output

    input
    1234
    output
    1,234
  4. Replies
    3
    Views
    255

    not understood. Can you please elaborate the BLUE...

    not understood. Can you please elaborate the BLUE part more
  5. Replies
    3
    Views
    255

    detect div content change

    Is it possible to detect DIV content change ?


    For example:
    I have a div ...

    <div id="mydiv">

    </div>
  6. Replies
    1
    Views
    79

    function needed

    How to show alert to user two times ?

    one alert to be shown after x minutes and another alert to be shown after y minutes of page loading.

    x,y are just parameters which I'll set. e.g x=10 ...
  7. Thread: div placement

    by cofactor
    Replies
    1
    Views
    399

    div placement

    I have 3 divs i.e div1 , div 2 , div 3

    I want div1 and div 2 center aligned and side by side with a little gap in between.

    div 3 would be just beneath div1 and div 2

    see the desired screen...
  8. Replies
    6
    Views
    3,247

    howto put HTML tables side by side

    How do I put two HTML tables side by side, centered on the page.(little gap in between)
  9. Replies
    1
    Views
    490

    placeholder attribute in html 5

    In HTML 5 input field can we have value and placeholder attribute together ?
  10. Replies
    7
    Views
    1,283

    Ok. Thaks for the post. We could just use a...

    Ok. Thaks for the post.
    We could just use a blank td with nbsp ? Why colspan ?
  11. Replies
    7
    Views
    1,283

    when I need to use colspan ?

    I am not comfortable using colspan in HTML table. I dont understand under what circumstances one should be use colspan.

    Can anybody please explain situations where colspan needs to be used.
    ...
  12. Replies
    1
    Views
    881

    how to modify content

    <scrap>
  13. Replies
    8
    Views
    11,154

    how big is 1em ?

    I have two doubts

    Q1: how big is 1em ? is it bigger than 1px ?

    Q2: Also, when we write font:80%/1 sans-serif; in css , what does this mean ? what is 80% here ?
  14. Replies
    9
    Views
    3,636

    Thanks for the post. comments above .

    Thanks for the post. comments above .
  15. Replies
    9
    Views
    3,636

    some part is confusing . please see blue comment...

    some part is confusing . please see blue comment in the above .
  16. Replies
    9
    Views
    3,636

    Thanks for the post. some part of your comment...

    Thanks for the post.

    some part of your comment is confusing . see my queries in red above. someone please clarify.
  17. Replies
    9
    Views
    3,636

    what does clear: both do ?

    .clear { clear: both;}

    what it does ? I'm not clear , what it clears. I understand its used after float:left and float:right ...But I don't understand , why its used and what it does .

    Need...
  18. Replies
    1
    Views
    758

    image align problem

    I want to put the text to the left aligned of the page and the image to the right aligned.

    The code is not working . what changes I need ?


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0...
  19. Replies
    2
    Views
    1,243

    image vertical alignment

    I want to put an image icon next to a textbox.

    how do I control image's vertical alignment using CSS ?
  20. Replies
    7
    Views
    1,089

    two javascript doubt

    I have two doubts

    (1)
    In JQuery :
    -------------
    return !$('#selectcorp option:selected').remove().appendTo('#addselectagent');

    what does ! doing here ?

    Is it similar to return false ? ...
  21. how to increase the width of the multi select box ?

    how to increase the width of the multi select box ?

    currently my multi select box contains values populated from database. But as I have a default multi select box, the values are not readable...
  22. Thread: html table

    by cofactor
    Replies
    6
    Views
    1,877

    what does * { means in your code ? does *...

    what does * { means in your code ?

    does * refer to <body> margin , padding ?
  23. Thread: html table

    by cofactor
    Replies
    6
    Views
    1,877

    I want to use table . Can this be obtained using...

    I want to use table . Can this be obtained using table ?
  24. Thread: html table

    by cofactor
    Replies
    6
    Views
    1,877

    html table

    I need a html design which looks similar to this
    http://i218.photobucket.com/albums/cc298/curseofgoldendragon/gap-1.jpg

    I need a sample how to design this .
  25. Replies
    1
    Views
    709

    javascript alert

    How do I get the value from a field which is dynamically added to the page ?

    see the following code

    Steps to reproduce error message

    step1: run this html in IE
    step 2: click INSERT
    step3:...
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles