html

Form field data history not retained

I have a form on a page that is shown via https:// as follows: <form id="memberslogin_form" name="memberslogin_form"> <fieldset> <legend>Login</legend> <div> <label for="membershipId">Membership number</label> <input type="text" class="field" name="membershipId" id="membershipId""/> </div> <div> <label for="memberPassword">Pas...

javascript: how to get the reference of a window by the name of that window - in google chrome

i have 2 windows: window A and window B. -window B was not opened by window A -window B's name is "windowB", that is window.name==="windowB" now i want window A to have the reference of window B. In gecko/firefox there is a trick to get the reference of window B: window.open('','windowB') which returns a reference of window B. but ...

How to enlarge image while hover over an image?

I want to show the thumbnail image large when hover over it, similar to the one in http://www.freelayouts.com/websites/html-templates Plz help. Any help will be appreciated. ...

edited HTML wrapper template in Flash Builder 4 but my changes do not appear

I edited the index.template.html file, adding a script block to the HEAD section, but my changes are not there when running the project in Debug mode or in Run mode. I'm using SDK 4.0 with the public release of beta 2 (not using nightlies yet) and modified the only template found in this folder: \Adobe\Adobe Flash Builder Beta 2\sdks\...

Edit HTML in IE Developer Toolbar

Is it possible to edit HTML, add nodes, etc. using IE Developer Toolbar? ...

how to highlight item in goto reference in HTML

The title may not be clear but what I want to achive is We use goto kind of linking in HTML A tag like : <a href="#cite_note-17">1</a> which may point to some <li id=cite_note-17>notes here</li> What I want is , as soon as they are sent to that part, the concerned LI should be highlighted dynamically. ...

TextMate: Highlight matching tags of caret location.

Is it possible for TextMate to syntax highlight the opening and closing tags of your current caret location? And I am talking about constantly, not by pressing a key combo. Furthermore, if it possible, how can I do it? There doesn't seem to be any way that I know of except by using selectors in the theme, but I don't know if selectors c...

Dynamic-sizing <div> tag

I'm trying to create a dynamic tag with absolute positioning. In my trial runs I was able to set the left:right:top:bottom: properties to have the div dynamically conform to it's parent element's size. I'm now trying to do the same inside of a browser control in C# but am not seeing the absolution positioning being respected? <span sty...

How can I make sure my events always fire in jQuery? [Hover callback not firing]

I have a BG image animation that relies on the hover callback to revert to it's original state. If I move the mouse quickly over the links, the hovered state sticks. My guess is that I'm moving the mouse off before the first animation completes, so the callback doesn't register. Is there a more bulletproof way to write this function? $...

Scrolling a div with overflow without javascript

I have a div with a static height, with content clipped using overflow: auto. On regular desktop browsers I use javascript to scroll to the bottom of the content. However, I need to do the same on mobile browsers, or browsers without javascript. Not in real time, but to output html+css in such a way so as the browser renders the bottom o...

How can I get values from Html Tags ?

I want to get some data from html tags in a web page. For example I have a web site that's got "www.example.com/test.html", this is text which I want to split. I want to first URL, First text thats between in first span tags and last text that's between the last span tags. How can I do this with C# ASP.NET 2.0 (not 3.5)? <a class="tab...

Which browsers support the <embed> and <object> tags?

I am working on a department website that needs to be standards compliant (xhtml 1.0 transitional), but embedded flash keeps breaking the validation. We use the <embed> tag because we need to support most major browsers. We can't use external tools, since the site is managed through a system and the admins don't like us putting extra to...

Noob HTML help: IE8 Compatibility mode problem with Silverlight 3 app.

If you look at this website with IE8 there a scrollbar on the right... How can I get rid of it? Any ideas pr tools that could help me find the error? http://www.photocabana.net/ Does not work with IE8 Compat Mode = Off Works in IE8 Compat Mode = On Works in Firefox Works in Chrome ...

Custom scroll bar visualization with HTML/CSS/JavaScript

I am creating a highly specialized application where I want to experiment with a custom scroll bar. Ideally, I'd disable the built-in scroll-bar and draw my own. The page would look and feel like any other page, just that the scroll bar wouldn't be visible. The arrow keys, the scroll wheel, and any other mean of scrolling the page, shou...

C#, parsing HTML page, using HTML Agility Pack

Following this example, I can find the LI sections. http://stackoverflow.com/questions/881425/html-agility-pack-parsing-li However, I only want the LI items that reside inside the div with an id of "res". How do I do that? ...

Infinity symbol with html

How can I display an infinity symbol using html? ...

HTML Tables - Cell Spanning

If I have a table whose column count cannot be determined during the creation of the table, and whose rows may sometimes not contain enough data to fill each column, is there a way to have the last cell in each row auto-size? I would prefer to not have to use colspan on the last cell in each row, because again, the max number of columns...

Cannot enable server side includes in IIS5

I am trying to enable server side includes in some plain html files. I need help enabling ssi via IIS on the localhost. I am running XP Pro, and using both ie8 and firefox to test the files. Thanks for your help. ...

PHP Grab Image from html code - simple

I have a text editor on my web page, on that text editor i put image and than i use that image in different parts of my website, but in different places the image size differs. The image in database is stored this way: <div><img width="210" height="150" alt="" src="/portali/userfiles/image/Kategorite/Teknologji/-1.jpg" /></div> Now in...

Go to #div box JavaScript

Maybe jQuery, maybe not, but how do i do so like when you click on a link eg. FAQ it goes to the FAQ div box? I mean if its on the bottom then you just click on that link and then it goes to it.. Wikipedia have it.. http://en.wikipedia.org/wiki/USA The links in the "Contents".. when you click you get to it.. ...