Hi!
I have a 2 column layout that I'asked about earlier (http://stackoverflow.com/questions/3423761/simple-2-column-layout).
What I've noticed is that it's not the positioning of the content column on the right that's the problem, but rather it's the way the content in that column is positioned.
I've been looking for a while and I can'...
I've an HTML page like following:
<html>
<body>
<div id="emaildiv" class="main" style="width:150px;height:80px;"></div>
</body>
</html>
I want to add a DIV with a TEXT and BUTTON in to it dynamically. All these are made by using the following javascript.
function newEmailForContact() {
var parentDiv = document.ge...
I would like to create a dropdown list where the last option will be to enter a new value.
How could I create this ?
Is there any jQuery plugin that provides such thing ?
...
I use a jQuery function similar to the one in this thread:
http://stackoverflow.com/questions/1473897/easy-way-to-quick-select-a-whole-optgroup-in-select-box
But, when I click an <option> now it selects the whole optgroup, as the optgroup encloses the option elements.
I use the following snippet:
$("optgroup").click(function(e) {
...
I have a canvas in my webpage; I create a new Image data in this canvas then I modify some pixel through myImgData.data[] array. Now I would like to scale this image and make it bigger. I tried by scaling the context but the image remains small. Is it possible to do this?
Thanks
...
on browser phone number are showing with skype icon ,
I dont want that skype icon in hone number,
I want to remove , is is possible through script..
I dont want to show skype icon any where , any system , is there any javascript or php function there..
Thanks
...
Hi,
I'm developing a website and I'd like the users be able to upload files to the server using a webpage.
The server side is .NET, but it's not ASP.NET. That means, I'm generating the html code myself instead using ASP.NET, and I'm working with the GET string and POST stream directly. It's a good exercise to learn what happens under ...
Hello everyone ... I'm using the URL rewrite and I'm having a problem with it.
I have a page that has a multiview control within the multiview i have two views. I also have a button in the first view that is supposed to call the second view when clicked. The problem is, whenever i click that button, the URL changes by adding "?id=1" whic...
Here is the problem: I have a HTML page called test.html and an ASPX page called getitem.aspx.
Now what I want to do is, upon clicking a button on test.html, I want the getitem.aspx page to open in a new dialog and allow entry on a text box. After clicking the OK button on getitem.aspx, this dialog should close and the entry should be p...
I was trying to get rounded corners in IE7 using jQuery's "ui-corner-all" class. This is how my page looks like.
<html>
<head>
<script language="javascript" type="text/javascript" src="jquery.js"></script>
<script language="javascript" type="text/javascript">
$(document).ready(function() {
$('#btnSearch').addClass("ui-corn...
PHP has a great downloadable reference - since there's nothing similar for HTML I'm looking for a great HTML book that describes each element one by one .. almost like a specification for HTML, but written in simple terms that an entry-level programmer could figure out and learn from.
Now don't give me the W3C HTML spec since that's far...
I am doing work for a client who forces compatibility mode on all intranet sites. I was wondering if there is a tag I can put into mug HTML that forces comparability mode off.
...
Hello,
I would not say I wasted my time, but spent around few hours changing this. But invain. Could some one please help me out.
In the following code:
I need to use break in between Disable Location(Title) and the gridview
I want the border color of grid to none. I do not want any color.
I want both the buttons Disable or deactivat...
I'm looking for a way to have jquery automatically change the content of a <div> upon its creation in a page.
What I'm doing, specifically, is to use jquery to load django templates into the page. Some of those templates contain s that I want to immediately alter as soon as they come into the browser.
As a simple example, what I'd like...
Trying to figure out why in IE7, the nested input element is taking on the margin of the parent div. So in essense the margin is being doubled.
<style>
<!--
h1.redsubhead{font-size:14px;}
.accountInfo,.loginInfo{-moz-border-radius: 6px 6px 6px 6px;background: #EBFBFF; border: 1px solid #8DCAD9;margin-bottom: 30px;padding...
I'm new on this particular project, and I've been tasked with resolving an issue that's appearing in IE8.
If you check http://funds.ft.com/ETFHomepage.aspx, There's a section called "News". In that section, there's a column called "Most Popular ETFs". This should be the same width as the "Recently Viewed ETFs" column.
For reference, th...
Is there an easy way to sort a without resorting to the use of programming? This is for a Joomla site so you can't easily put too much code in there.
...
I would not say I wasted my time, but spent around few hours changing this. But in vain. Could some one please help me out.
In the following code:
I need to use break in between Disable Location(Title) and the gridview
I want the border color of grid to none. I do not want any color.
I want both the buttons Disable or deactivate and ...
Hi,
i have an HTML, that should be transformed, having some tags replaced with another tags.
I don't know about these tags, because they will come from db. So, "set_attribute" or "name" methods of Nokogiri are not suiteable for me
I need to do it, in a way, like in this pseudo-code:
def preprocess_content
doc = Nokogiri::HTML( self...
Hello . I have a drop down list with item: style1 , style2 ,style3 ... THis style are external style. I want to know how to apply this syle in my site when i clik on drop down list. Please help me
...