Hi all,
I have a web page which has many divs (listed like table rows), and the rows exceed the length of the page (within view, before you have to scroll down). I am using some JavaScript to toggle what information is displayed on my page (for example, number of rows.)
I have made a print.css file and have manaed to edit the style tha...
Hi,
I have been asked to build a web application to report on information stored in another system. The other system is locked down but will allow me to export data as a csv file.
I'd like to use an html form on my application so that people (the night shift!) can import data from the other system to my web application.
To allow oth...
Hi,
I need the information to create frames in erb rails.
I need to display the links in a frames instead of provide as link to new window.
Eg.
a href="taxas?[gm]=<%= prefer.genus_name %>&[sp]=<%= prefer.sp_epithet%>" target="new">Link /a
This should be modified as
frame href="taxas?[gm]=<%= prefer.genus_name %>&[sp]=<%= prefer.s...
Is there an HTML code for the text checkbox ''?
EDIT: So to be clear, I need the HTML Number for the symbol , not the form element checkbox.
...
The whole page is a PHP include inside of a main index file. Should I be placing the javascript on the main page? or an external javascript file? Am I referencing the li wrong?
<ul>
<li class="about"><a href="index.php?about"><h1>about</h1></a></li>
<li class="team"><a href="index.php?team"><h1>team</h1></a></li>
<li class="training">...
This has always confused me.
Everyone says that IE6 dies slowly. But what is preventing Microsoft to update all IE6 to IE8?
When a user open the IE6, if it says "Update to a newer version" then I guess 9/10 users will just click on it.
What are the obstacles from updating all IE6 so it can just die?
...
Is it correct HTML to change the color of text inside a H1, H2, H3 or H4 element? Are they block level?
For example
<h1><span style="color:#ABAB">#500</span> Hello world</h1>
...
I have this code in my jsp
<div class="controls">
<input type="image" class="sprite submit-button button" name="SubmitChangeCreds" value="ChangeUIDSubmit" src="../images/layout/transparent.png" />
</div>
In my servlet I am trying to get the value of this image like this
request.getParameter("SubmitChangeCreds")
But this is null...
I have an empty div at the beginning:
<div id="mydiv"></div>
I know how to add for the first time html into my empty div using jQuery:
$('#mydiv').html('my html!');
But my problem is that I don't know how to push more html at the end of my non-empty div:
<div id="mydiv">my html!**how to add more html here**</div>
...
I'm having an odd issue with whitespace in a design I'm building.
I created a <div> to contain voting elements - it holds an upvote button, downvote button, and vote total, each inside their own <div> element, and using <img> for the buttons.
Source:
<div class="votebox">
<div class="vote"><img src="upvote.png" /></div>
<div class...
Okay, so now I am confronted with a new problem, and I just don't know what to do next.
I have a table where the contents of it is dynamically added from a database on page load, and each item in the table is a link. The link looks like this:
$ct->data[$key][3]='<a href="allthread.php?sessid='.SID.'&product='.$ct->data[$key][0].' '.$ct...
I have a CSS div which contains text (basically, it's a headline). I have another CSS div that I want to have smaller sized text and to sit right to the right of the first, larger-texted div. I'm not sure how to do this...how do I tell the second div to place itself against the right of the first when each instance of the first div could...
basically i have a blank html page that includes a javascript file, and in the javascript file i have this:
function doIt() {
document.writeln("asdf");
}
// could also be setTimeout
setInterval("doIt()", 5000);
When the html page loads, it waits 5 seconds and then will output "asdf" every 5 seconds to the screen. If i hit refresh or...
Hello there
I am playing a sound by the click on a link, I know not beautiful but it works.
Well ran into a new problem today sound did not play the first time I clicked the link... But back to the question at hand.
The HTML page playing the sound the redirects the browser back to the page I intend it to after playing the sound, but ...
when i keep all jsp files in foo folder then jsp show all the graphics, images, css, jquery animation etc.
all working fine in foo folder.
but i want to keep my all jsp's in jsp folder which is outside of foo folder.
it show all the graphics but it does not display jquery animation.e.g when i keep the cursor on a row of table it does no...
Facebook, twitter have some cool widgets (share, comments etc.) but I can not find similar poll widgets.
What simple, customizable and free poll widgets can you advice?
...
I have never designed a webpage before, but I am asked to do this and will be using jQuery. I was wondering, what is the best and easiest way to do this? I thought of doing this on Visual Studio using only jQuery and HTML controls to produce an html page without any asp.net controls. Is this possible? How can I get this? And if you have ...
I'm having trouble printing a web page of information, which should span onto about 3 pages. Currently, only 1 page is printed, and the rest of the data is not visible anywhere? Is there some JS or HTML I can use to break the page, and allow the information to continue being printed on the next pages.
...
I'm a front-end developer coding CSS, HTML and Javascript (in that order) and most of the work I do is design-lead. Whilst the quality of the designs I create with CSS is subjective, much of the coding is purely functional / layout and I am interested in any way to automate the testing of my page.
My question can be split into two part...
Hi All,
I am a rookie CSS user, i have the following nav menu code and CSS to go along with it. The funny thing is that when i hover over the <p> element (You are viewing page xxx) in the nav menu, it changes colors as if it was an anchor tag, specifically hover.
I am very confused why it does this, I tried to be as specific as possibl...