Hi Guys,
I have a ASP.NET web page that contains many textboxes.
Each textbox has a tabindex set.
When I am tabbing through the textboxes, if i decide to click on the scroll bar to navigate the page up/down then return tabbing the tab order is reset.
The tabbing begins at the start.
I am using VS2008 and the browsers causing the pr...
I created a test account at www.avaline.com that you can use to see what's going on with the submit button without going through the registration process (filling in fake address info, etc):
username: [email protected]
pass:test02
In FF, my #hidSubm DIV covers the "Pay with Paypal" Input button, as it should. Why isn't it working in IE7?...
I've seen this exact menu on two unrelated sites. How would I mimic it? Is it made with some popular framework?
Collapsed/normal state:
Normal State Image
Here's the fly out state:
Flyout State Image
You can see the menu used on BNET and on TechRepublic
...
my site is aimed purely at the laptop market (dont ask why or argue!), all my users (or 95%+) we on a screen width of 1200+,
netbooks are now taking off, with a resolution of 1024 wide.
my site still looks great on a netbook if you zoom out once (ctrl-minus), but i don't want to rely on users knowing about ctrl-minus.
what are my opti...
I'm looking to add a textbox on my website that captures a single email address. Behind it, I would like scrolling (or sliding) images to be a "hint" for what the field should be.
Example: http://steamboat.com/ - the "Newsletter sign up" toward the top of the page.
I can find plenty of jQuery plugins that provide a plain text "hint". ...
I have a div element with fixed height and width and overflow:hidden, and I have a menu that causes this div to scroll to anchors in the text within the div. However, when you click on an item on this menu, it doesn't just scroll the div, it also scrolls the page to the div. How do I prevent this second from happening. That is, I just...
Is there any way to use HTML/CSS to do the user interface for a XNA game? I would need to programmatically be able to update the HTML, as well as handle events.
Or is there another framework I should be using? This thread looks promising: http://stackoverflow.com/questions/909671/ui-library-for-xna
Also, whatever I use has to work on t...
I am going to be writing documentation for two web services that I developed, and I started wondering what people on here do for documentation.
Do you create it in an HTML file so it can be viewed in the browser? Word document? Wiki? What do you guys/gals use?
I was originally leaning towards creating an HTML page since it seems a l...
Hello,
I want to decide which of this would be a more viable career option?
I am ready to quit my current job and hence I am looking for new opportunity. Current job is maintainence and no more active development.
My current role is of a PHP/MySQL Developer. I very well understand web-programming and am comfortable with RoR/Sinatra/Z...
I'm trying to download http://www.downway1.com/dota/eng/DotA%20Allstars%20v6.67.w3x this file. But it's not able to download. It's opening unknown text. How I can set it up? Maybe I can use htaccess? but how ?
...
I originally wanted to include a .css in my HTML doc that loads multiple other .css files in order to divide up some chunks of code for development purposes.
I have created a test page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://ww...
My form looks like:
**
<p><label>first name</label><input type=text name=fn /></p>
<p><label>last name</label><input type=text name=ln /></p>
</div>
<div id="rightform">
<p><label>state</label><input type=text name=state /></p>
<p><label>city</label><input type=text name=city /></p>
</div>
**
I want the layout...
I have a photo gallery web page where a single <img src="XXX" /> element's src is changed (on a click) with javascript to show the next imagea poor man's ajax I guess. Works great on faster connections when the new image appears almost immediately. Even if it takes a few seconds to load, every browser I've tested it on keeps the old imag...
Hi everyone, I have a problem with the returned data from a ajax request. Basically when I click on a link it runs a ajax request to load some html into a div, that part is working fine the problem comes when the data has been loaded.
Part of the html loaded is a form, this form works fine if I load the page directly but when it is loa...
I have a table with an image inside:
<table style="border: 3px solid rgb(0, 0, 0); width: 800px; background-color: rgb(255, 255, 255); margin-left: auto; margin-right: auto; border-collapse: collapse;">
<tbody>
<tr>
<td style="text-align: center; padding: 0px; margin: 0px;"><img style="width: 800px; height: 200px; border: 0px;" al...
I have a checkboxes on my site that when unchecked, update their row in in the db as unchecked, and if checked,update their row in the db as checked. I am creating an ifstatement that will commence with its command if checked, and not if unchecked. I have echoed the variable and it is holding the proper value (checked or unchecked) but n...
Hi all,
I have a login form sitting in an iframe to $_POST the username/pwd to the parent window. But it seems the $_POST data is not being sent. I need this as the form logic sits in a Codeigniter controller and CI will also handle the loggedin view.
regards
...
I have a company profile with multiple tabs. Is it advisable to re-use the company name in the h1 and h2 header tags. For example
American Express is the -- h1
And then there are tabs about Earnings, Management Team, Stock Ratings, etc.
Should the tabs have h2 tags which read:
American Express Earnings
American Express Management T...
I am trying to use Jquery to load the contents of an XML file and then format (html) the results. The only thing is that, I would like it to load only nodes in the XML file that contain a specific phrase. I have been unable to find instructions on this.
This phrase will be a variable so, I will have a master XML file with all values a...
What's a good book, or a good way to learn HTML, XHTML, and CSS? I recently graduated from school and I only know Java, and C++.
I would like to learn some web development so I am looking for some good books and resources.
...