Hi,
I have a pretty simple question, but with an answer that I am unable to find. I was wondering if it is possible to lock a web browser (sticking with IE for now is fine) from being resized under (or past or smaller than) a certain set of dimensions.
For example, a new pop up window that starts at 500px by 500px, but can be enlarged ...
My company website, which I develop, requires a login using a form.
Firefox correctly asks for and remembers login details, but test instances of IE6, IE7 do not remember either the username or password, and IE8 will give a dropdown of usernames previously used, but will not remember the password.
What is it about the design of my pas...
Is there any way to show a loading image while loading a image?
...
What is the best and easiest way to vertically center text that's next to an image in html? Needs to be browser version/type agnostic. A pure html/CSS solution.
...
I use staticmatic for templates I use later with PHP. There is an odd situation where some tag attributes have single quotes, while some have double quotation marks. I would like all of them to have double quotes exclusively (not that it matters I guess, but I want them like that!)
For example, haml code:
!!! XML
%html{html_attrs('hr-H...
Hello, I am trying to stop the data in the following table from continuing to repeat itself, as in looping on the same data, crashing the browser:
Here's the query:
$posts = mysqli_fetch_assoc(mysqli_query($db, "SELECT * from tbl_bugresponse WHERE bugid = $id ORDER BY time"));
And here's the table code:
<table width="100%" class="tb...
Although an Autocomplete question was asked last year, I wanted to see if there was a solution that worked in both IE and FF that disabled the Google Toolbar Autocomplete.
A Google employee suggested they will release support for the autocomplete="false" attribute, but it appears it will just be for FF.
Update:
- I haven't found a sol...
It seems to me that ASP.NET MVC Html Helpers only output XHTML-like tags (closed empty elements), which is not valid HTML.
Is there support for HTML output in ASP.NET MVC?
...
Is it possible to use the JQuery Slider (range slider / dual slider) to have non-linear (non consistent "step" size) values?
I want to horizontal Slider to look like:
|----|----|----|----|----|--------|--------|-------------------------|--------------------------|...
0 500 750 1000 1250 1500 2000 2500 ...
Hi,
I am trying to use Linq to XML to save & retrieve some HTML between an XML file and a windows forms application. When it saves it to the XML file the HTML tags get xml encoded and it isn't saved as straight HTML.
Example HTML:
<P><FONT color=#004080><U>Sample HTML</U></FONT></P>
Saved in XML File:
<P><FONT color=#00408...
I am trying to upload a file to a sever using PHP. I cannot get it to work. Here is the code:
if( isset($_POST['Upload']) )
{
//size condition
if ( $_FILES['uploaded']['size'] > 350000)
{
$mesg = "Your file is too large.<br>";
exit;
}
if( move_uploaded_file($_FILES['uploaded']['tmp_name'], "upload/" . ...
In my HTML I have a div and inside the div I have different vertical spacing between lines of text. I achieve this by using breaks and defining the height, i.e. <br /><br class="height5" /> or height2 or height10 or whatever.
In my stylesheet I define it like:
br.height2 {line-height:2px;}
br.height5 {line-height:5px;}
This is worki...
I wonder if there is any way to convert a web page (from any given URL) into an image?
this is basically equivalent to taking a "screenshot" of the page after opening it.
There is a method to do it in firefox, using an extension; I can draw the DOM contents onto a Mozilla Canvas. But I'm wondering if there is any way to do it as a sta...
I just started working for a small web company that has one designer and one programmer. I'm kind of the person in between with experience in both worlds.
The problem I see right now is that the designer seems to be setting the standards, even though her practices are sometimes wrong (such as invalid html: wrapping block level elements ...
I'm writing an external user stylesheet for an old HTML page that specifies the background colour in the body tag: <BODY BGCOLOR="#808000"> (note: I can't edit the HTML).
I've tried writing the obvious stylesheet:
body {
background-color: #ffffff !important;
}
but it has no effect: the original colour remains.
Can it be done with...
Guys
I have the following CSS code, works fine with Firefox, Chrome but breaks like hell when i run it in IE7!
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Box Test</title>
...
A few weeks ago I added a suckerfish (css + javascript for IE based) menu to my webpage.
It happens to be a rather long list that can extend out of the screen's height.
This is no problem as horizontal scrolling will get you there.
The only problem happens when the browser is out of focus. The hover still gets triggered, but the scroll ...
Hi,
I have a really anoying thing with Visual Studio 2003.
If i create an textbox server control on my page and manually set the width & height attributes via the style tag (not the width & height attributes), when i flick to designer mode and then back to HTML mode those attributes from the STYLE tag have dissapeared! If there were any...
I wanted to put a bar over my variable such as not(x) and also some set symbols in my web page? How do I incorporate that in my html page.
...
I have a text document with some annotations, and I would like to make them appear near the text they accompany, on a webpage.
That is, I want to convert something like this:
The Houdan hen was never drawn into the
cult of Sredni Vashtar. Conradin had
long ago settled that she was an
Anabaptist. He did not pretend to have ...