I'm trying to find a way to place divs side by side without using floats or position:absolute. The divs will have a set width, and may have floated elements inside of them. This is for a CMS where the user will be able to drag content elements to organize them. They do not have to be divs, I just don't know of any other type of HTML tag ...
I have a question about usability/design.
I currently am using some JQuery to hide/show entire areas. Currently these are all in one big table with a thead at the very top as the main header, followed by a second thead which is the header of what would be displayed. Next is another thead which is the header of whatever is hidden which is...
I"m having trouble receiving a list of items that are checked in a field of checkboxes which are part of a form.
I have an HTML table with a few checkboxes:
HTML
<input type="checkbox" name="carry[]" value="1" />
<input type="checkbox" name="carry[]" value="2" />
<input type="checkbox" name="carry[]" value="3" />
PHP - this is wh...
I am looking for a library which can take a raw email message and convert it to appropriate html in python.
help will be appreciated
...
I am looking for a library which can create rich html (appropriately colored text etc.) in python
idea would be invoke the library with inputs like renderRich(code_snippet) and the output will be a colored output in html like we get in rich text editors like vim
...
I am trying to develop a registration page which involves three seperate information.
First Page will get contact details
Second page - working details
third page - study details.
How to keep the form data of the previous pages before posting the form?.
Plz help any help will be appreciated
...
Adding clear: left, clear: right, or clear:both to an element would create an extra carriage return in Firefox, but not in Chrome and Safari, it is very frustrating, anyone know how to fix this?
...
Hiya,
On the front page of our site using flash I have built a smooth zooming in to the image as you can see, where the focal point moves in and then stops after a few seconds. I am wondering if there is a way to do this in JavaScript (ideally JQuery), as I would like to implement it later in the site but without flash...
Thanks in ad...
Hello all,
I've a HTML table on my JSP page, that I want to be exported to Excel on a button click.
What would be the best way of going about this ?(For ex., how would I do this using may be a jQuery function.)
Any code examples for demo. purposes should be great.
Thanks,
Pritish.
...
Hello,
What do I have to do to prevent the following from stretching more than 100%? It obviously stretches to 100% then adds on the padding... Thanks!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">...
I have a DTML document which only contains:
<dtml-var public_blast_results>
and displays when i view it as:
YP_001336283 100.00 345 0 0 23 367 23 367 0.0 688
When I edit the DTML page for example just adding a header like:
<h3>Header</h3>
<dtml-var public_blast_results>
The "public_blast_results"...
My site links to a paypal buy it now page that loads slowly. I would like to display an animated gif after the user clicks the paypal embeded link until the new paypal page loads.
Thanks in advance.
...
Can someone guide me how to include html file with an html file. I have been trying to embed my file within object tags but to no avail.
Thanks!
...
How to hide an iframe url in HTML source code.I have two applications one applications get an url of another application into its iFrame,so that it displays in its source code.I dont want to display another application url in the source code.
...
I have a TextView that is part of a ListView row item. In that TextView, i have some HTML rendered using Html.fromHtml(). I'm wondering if there is a way to do what is effectively an <hr> tag within the html so that it'll render a horizontal line in between 2 items within the TextView. is this even possible?
thx
Ben
...
Can anyone help me. I don't use Client-side Javascript often with HTML.
I would like to grab the current url (but only a specific directory) and place the results between a link.
So if the url is /fare/pass/index.html
I want the HTML to be <a href="#" id="whatever">pass</a>
...
For me, one of the most useful features of tables is that their width adjust to its content.
You can very easily do things like:
<table align=center style="border: 1px solid black">
<tr><td style="padding: 20px">
some text here
</table>
If the content of that box is wider, the box will be wider. Very intuitive and it works on ALL bro...
This is something thats been hard for me to find info on, I was fortunate to get an answer on the other thing I was trying to do that relates to this (code below).. so say I am using the $content input (in reality it would be a full HTML page, not just the snippet I gave below) and I want to just get the contents of the input tag that ha...
how can i prevent a html page from scrolling when arrow keys are pressed if a iframe inside it is focused?
im gettting this error in chrome
The iframe is focused, i know its focused. the parent scrolls anyway.
...
Hi I am trying to add background image to my button. The image contains two states,
A and A:hover.
a->background-position:bottom and a:hover=>background-position:top. It works fine in chrome and firefox but IE sucks so bad and display total height of the images (two states together). I was wondering if anyone know how to fix it. Thank...