Search:
Type: Posts; User: cofactor
Search :
Search took 0.02 seconds.
Why this layout is breaking ?
HTML attached in a zip file.
What is the solution ?
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...
I want to put comma in currency value.
Example: Here is the input and expected output
input
1234
output
1,234
not understood. Can you please elaborate the BLUE part more
Is it possible to detect DIV content change ?
For example:
I have a div ...
<div id="mydiv">
</div>
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 ...
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...
How do I put two HTML tables side by side, centered on the page.(little gap in between)
In HTML 5 input field can we have value and placeholder attribute together ?
Ok. Thaks for the post.
We could just use a blank td with nbsp ? Why 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.
...
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 ?
Thanks for the post. comments above .
some part is confusing . please see blue comment in the above .
Thanks for the post.
some part of your comment is confusing . see my queries in red above. someone please clarify.
.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...
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...
I want to put an image icon next to a textbox.
how do I control image's vertical alignment using CSS ?
I have two doubts
(1)
In JQuery :
-------------
return !$('#selectcorp option:selected').remove().appendTo('#addselectagent');
what does ! doing here ?
Is it similar to return false ? ...
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...
what does * { means in your code ?
does * refer to <body> margin , padding ?
I want to use table . Can this be obtained using 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 .
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:...