Browser remember password feature is nice one but it has a problem when you do have several logins for several sections, something like:
/ - one login
/private/ - another login
/admin/ - another login
The problem is what you can do in order to make the browser be smarter and do proper rember/autocomplete of user/passwords for each s...
Hi,
I have to make an iframe element from java script so it isn't scrollable anymore(the javascript function is called from a iframe inside the one that I have to change).Now it works but only on Firefox and Chrome and I must do it on IE also.
I have no alternative than to change the scroll bars to the parent iframe and to understand wh...
Okay I have the below code, which will allow me to either click the link or hover over the link to show the pop-up. I would like to be able to edit it to make it open on page load. I would also like to be able to have it open only once per visitor per week.
I am new to this so any help would be great!
Thanks
<head>
<style type=...
Hi
I am making a table in HTML and I do not want the borders of the leftmost and right most cells to extend all the way till the table border. For example:
| ____ |
So as in the above example, while the cells themselves have a contiguous top border this border does not extend all the way till the outer table border. It would be great...
Hi,
How do I use html:label in java file?
Say, I want to produce the following from my java file:
<html:label> test label </html:label>
I tried this:
import org.zkoss.zul.Html;
public class TestLabel {
private Label testLabel;
TestLabel() {
testLabel.setTextContent("test label");
}
}
This throws an error as there is no suc...
I am looking for a Html rendering engine that has:
Support in a good designer tool that helps me with the syntax, understand my objects (warns me of type errors and non existing names of classes/methods) and validate my Html.
A nice readable way of mixing Html markup with common programming syntax, for each, if then
Support for sub - t...
For some reason elements are added to my html code and the text is rendered as italic.
http://109.72.95.174/astudio/sites/lancelmaat/performanceinstallation?tid=22(see bottom lines, or content of menu "Contact")
I'm using CKEditor in Drupal for the input of some text areas.
But it is strange, because the elements are added only for ...
Hello,
I'd like generate the representation below by <div>. The constraints :
the full size = 100%
the first + second column = 50%, the 3rd + 4th column = 50%
the first column is smaller than the second, the second take "the rest of the place", same for column 3 and 4 :)
the 3rd lines, combines 2 cells
the last line combine 4 cells
do...
hi,
i have a overlay which works great except if under it is a embedded video for example. What happens is that the video pops up over the overlay but i cant click on it or do anything with it. I did some research and i guess if there are any flash elements or multimedia elements in the host page they will pop through the overlay. Is th...
I have an html table in which I am placing images side by side inside the td's. How can I get it so that there is no space at all between each image? By default all browsers seem to put in a small space despite 0 padding and margin on each table element. I am not specifying a width on the td's so by default it takes up the width of the ...
I am trying to make an overlapping a DIV onto other visually . I am trying
{
position:absolute;
top:-10px;
}
in css, but I found that this top attribute is not working properly in firefox. Dear fellas, how to do that? Please help me with some codes or examples.
thx in advance
...
How do you get Internet Explorer 6 and 7 to not literally interpret whitespace and line breaks in HTML list items? In the image below, I have marked the undesired whitespace in red. I would prefer to not squeeze everything into one giant line of code. It's very hard to read that way. Is there a CSS alternative?
<ol>
<li>
<img>
Se...
I have a process that is going to create a piece of STATIC html that is associated with a record. Another screen will that load a bunch of records that have this piece of associated static html. While the records are shown in a multi-grid layout, the currently selected record's associated html is displayed in a web browser control. The d...
There are tons HTML tags, values, and attribute/value pairs that are vendor specific and as a result are either not well-known or are poorly documented. For instance:
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
If the browser is IE the page will either be rendered in chrome frame or the latest IE rendering engine.
...
I have no idea what I'm doing wrong, but for some reason, I'm experiencing a bug with my markup that is causing my body element and my html element to not take up the entire viewport in the browser.
I can't get to the bottom of this. It first reared its head when I tried to add a 10px purple border to the top and bottom of my body.
If...
I think this is a pretty simple thing to do, but I don't know how.. thus I'm here. I have written a simple HTML form and need to change the color of the text on a Radio Button. Anyone have any ideas on how this is done?
...
i have a .zip file sitting on an IIS 6 webserver.
i have an html file with a link to that zip file like this:
<a href="file.zip">Download File</a>
When you open the page and click the link in firefox or chrome, you get the Open or Save dialog box as expected.
When you do the same in Internet Explorer 8, you navigate to a new page th...
I am using the Quicksand jquery scripts on an HTML page and using simple select controls:
<select name="sort" style="vertical-align:middle;" id="cboSort">
<option value="1" selected="selected">Low to High</option>
<option value="2">High to Low</option>
</select>
I want to be able to have the quicksand scripts run on page load ...
So I would like to make the border faded. I have the exact webkit-gradient settings that I want.
But not sure how to implement it on the border element.
Is it possible? How do I do that?
Only CSS3 please.
Btw, I tried the following CSS and it didn't work:
border-color: -webkit-gradient( linear, left bottom, left top, color-stop(0.74...
Given the following semantic markup:
<h3> SCOPE OF WORK. </h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
I would like to display th...