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...
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 ...
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.
...
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\...
Is it possible to edit HTML, add nodes, etc. using IE Developer Toolbar?
...
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.
...
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...
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...
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?
$...
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...
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...
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...
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
...
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...
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?
...
How can I display an infinity symbol using html?
...
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...
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.
...
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...
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..
...