Search:
Type: Posts; User: Larry Battle
Search :
Search took 0.01 seconds.
Ok this is what you want to do.
First you have to turn off the underline for links, and make a class for underlining.
/* CSS */
a{
text-decoration: none;
}
.underLine{
text-decoration:...
Oh I see it now.
The function call gradientshadow.position(); fixes the position and display of the shadow.
So all you have to do is onmouse click call that function.
<a...
Check to see if the values in your gallery.js are created properly in IE6 by alerting the values.
This seems to be more of an plugin issue then a jquery one.
Do you have an example page?
The following might work without the overlay.
$("a[rel]").(function( e ) {
var wrap = $( "div.wrap",...
It's still hard to tell what going on. Still more unknown functions.
It would be best to view a example site, then go from there.
You page looks find to me on firefox.
What do you mean by it freaks out?
Also, where is the script in your page?
Try adding semicolons to the script. That might help fix a problem or two. Visit...
Search javascript xml parsing
Here's one on it.
http://marcgrabanski.com/article/jquery-makes-parsing-xml-easy
Your format look a little bit hard though.
But basically what you have to do is.....
First, the innerHTML method returns the text within the tag.
Second, style.method is only used with tags, not text.
So putting a style under text does not work because it's not a tag element.
...
Here's the following code.
<div id="servMiddle">ads</div>
<img id="imgToggle" src="" alt="something"/>
<a onclick="toggleText();">here</a>
function toggleText() {
It's best not to add this feature.
But if you want it, then try this.
http://jsbin.com/irezo
Tables are no fun to work with. Use divs.
Yeah, read the bottom of the link.
http://www.quirksmode.org/js/events_properties.html
You need to Google more.
Try not using javascript for this.
<a href ="filename.pdf">Here</a>
Also, "javascript:launchPDF(Report 09)" doesn't work because Report 09 is a variable.
If you want it to be a string, you...
Nope, you shouldn't have a problem because the % is not a special character.
However, there are some functions missing here. So it might or might not cause problems for your webpage if you do. But...
You forgot to include the source for the spry.js file.
Include this before the first script tag.
<script type="text/javascript" src="where it is/Spry.js"></script>
Also, you didn't include...
If it ain't broke, don't fix it.
You should download the page and then work with it from there.
If it works off line, then it'll work online.
A lot of the classes you call don't exist, like .navOver and .subReg.
Also the css is...
You're doing a good job so far.
You've planned most of it out and now you need to program it.
Keep on researching it by yourself, so you can learn.
However, your input and output doesn't match....
Where is your code?
What do you mean by program control?
Where is helper.sendQuery2?
What does helper.child_callback do?
All a callback function is is a function that execute one the original...
Firefox pops out an error as well.
Problem: The ids you are calling at do not exist on the page.
Solution: Add the ids to the proper tags.
That is....
id: military-box-one
...
id:...
Post your program or the part you're having trouble with.
Jquery has a ton of plugins for this.
Here's one.
http://stilbuero.de/jquery/cookie/
Most likely it's because the button is a submit type.
Change it to just a button.
<input type="button"/>
<input type="button" id="Close" value=" I agree "...
Play around at the google's api playground to find what you're looking for.
http://code.google.com/apis/ajax/playground/#map_event_closure
I like Google o3d better. Faster and offers more.
http://o3d.blogspot.com/2009/04/toward-open-web-standard-for-3d.html
Unlike the flash version, the javascript version of Haxe port doesn't work...
Research "slideshow javascript" or "slideshow jquery"
Here's one but it uses jquery.
http://malsup.com/jquery/cycle/