Tagged Questions
HTML (HyperText Markup Language) is the principal markup language used for structuring web pages and formatting content. The most recent iteration of HTML is HTML5.
0
votes
0answers
9 views
set new page in HTML using iTextSharp HTMLWorker (html to pdf)
I using iTextSharp (V 5.4.2.0) to convert a html page to pdf. But I would like to be able to set a new page.
I've tried this:
<div style="page-break-before:always"> </div>
But ...
0
votes
0answers
9 views
Cant get what's the issue with Datepicker?
I'm using smarty template engine. I'm using datepicker js plugin. My HTML code is as follows:
<tr>
<td valign="middle" align="right"><b>From Date </b> : ...
0
votes
1answer
17 views
How to detect negative values in a <td> of table in html?
I have a table in html, I am using Tangle framework to make the values look dynamic of that table.
What I want is to place a check on a specific <td> if its numeric value ever gets negative, the ...
0
votes
1answer
13 views
Dropdown menus not appearing in correct place for Firefox
I have created some drop down menus (which appear if you hover over their parent's link), the drop down menus simply contain links; nothing special.
They work absolutely fine when using Google Chrome ...
1
vote
1answer
11 views
How to get width of adjacent div using css3
Here is my Question I have an HTML like this
<div class='A'>
<div class='B'>Hello World</div>
This div Height is more than first one due to the content size
</div>
...
0
votes
0answers
12 views
Jquery change,Click on checkbok does not work in ajax popup
My modulpopupextender along withhtml
<%-- Display Popup Start --%>
<ajaxtoolkit:modalpopupextender id="DisplayPopUp" popupcontrolid="divEChartDisplayPopUp"
...
-6
votes
0answers
20 views
How To Fix the Cross Browser Issues [closed]
I just started developing the website and I have developed the website on IE(10) right from the beginning.
When I try to open on other browsers (like FF, Chrome) it's complete mismatch.
Can someone ...
0
votes
0answers
5 views
Embedded video not displaying on website which is hosted on amazon ec2 instance
I have one problem. I have host my site on amazon ec2 instance. Everything working well on website excepting some youtube embedded videos that are not displaying on web page instead of this it shows ...
0
votes
0answers
5 views
jQueryUI sortable allow scroll and add delay for mobile devices
I have a inline thumbnail gallery view which is sortable using jQueryUI and the touch punch plugin for mobile devices.
Everything is working fine apart from the fact that when on mobile devices and ...
1
vote
0answers
27 views
IFRAME file upload is not working
I want to upload file and idno using iFrame concept using PHP. I used this code with my project.
This code alone is working fine. The file is uploading. But when it is in my project, it is not ...
-1
votes
3answers
20 views
Footer out of alignment on zoom in / zoom out
I'm currently having a problem with a website's footer.
When working on it at 100% size (normal size) the footer is nicely aligned. However, when I resize it it goes totally out of alignment and sits ...
0
votes
1answer
44 views
dynamically Adding child divs from left to right to parent div
I have a parent div. The parent div has 3 child divs namely, top, middle and bottom. I will be adding 4 divs in each of the top, mid, bottom divs, dynamically. I want the items added them from left to ...
0
votes
1answer
43 views
How to focus div?
Please don't throw stones at me because i'm total newbie at js and jquery.
is it possible to focus a div?
i just wanted to process events when div is clicked OR is focused and when we click outside ...
0
votes
0answers
19 views
how to save modified file in linux using shell script before shutdown/reboot
I have a file1.txt and the file content is "a b c" and when dynamically i am changing the content of the file1.txt to "1 2 3" through html page.when I reboot my system the content of the file1.txt are ...
1
vote
2answers
37 views
Set Width using Javascript
I wish to set width of a RadNumericTextBox which is rendered as a input element on page using javascript.
I have successfully set the width but the telerik controls have build in javascript ...