I am interested in creating a footer that always shows on the page even when the user has to scroll down to see the rest of the page. It should be sort like an iframe, but I am interested in a achieving this using a DIV element instead. I am not sure how this kind of effect is called and created.
I made this webpage. It runs with a simple javascript function that changes the content in the window when you click on the menu buttons. the only problem is there are no vertical scroll bars when viewed in any browser. There seems to be a place for them but no actual scroll bar. I tried modifying the color and such with cs but it didn't change anything.
The site: [url]
Here is all the code starting with the html, then the css, and the two javascript pages
Here is the page I'm working on: [URL].. As you will see there are only two pictures on there now. I want the left table cell to have an up arrow and a down arrow below those pictures where the user can scroll (down and up) and see other pictures, which when clicked on will show a larger image to the right. It's setup now as you will see for the larger image to appear to the right. It's just not setup for this scroll function where the user can click on an up arrow or down arrow to make the users see the other pictures in the table cell. Also this section should not have a scrollbar show up when the pictures are being scrolled down to see. I'm not sure on how to proceed with this.
using window.open to open a popup, the "scrollbars=1" thing is not working in IE8 for some reason (the window opens, its just that the scroll bar that isn't showing).
I've added a scroll script to my site which changes the scroll to just a black box in a grey rectangle. When the page is visited it doesn't show but once you either refresh or navigate through the pages it appears. I'm pretty much clueless about js so don't even know where to start with fixing this. Here's a link [URL]. I would post code but once again, not sure which part I'm dealing with so not sure what to post. If you need code let me know and I will provide it.
i have 1 div with scrollbars and another div with a table inside. when user scroll horizontal bar in div1 i want application to scroll the table header from the same amount of pixels and in the same direction. i did not find anything under jQuery about that.. :-(
1. how can i detect in which direction the scroll is done (to the right, or to the left) ? 2. how can i determine how many pixels this scrolling is about ? 3. how to scroll the table header (table tag or th tag) from the same amount of point ?
i found just scrollLeft for now and i'm not successful to use it
how to make an image/text to scroll as the user scroll the page also? for example if the user scrolls down image/text also scrolls down and when the user scrolls up image/text also scrolls up..
I installed the Superfish Module and all appears to be workingproperly, My question is The Original Horizontal Nav is still showingup? How do I Disable?Also, The links with drop down's are gray and the links with nodropdown are red?
This is a strange problem, because I have done this about 50 times, but this time it is not working. I want to show a loading gif when a user submits a form.
<form id="uploadForm" enctype="multipart/form-data" action="" method="POST"> <!-- DOM omitted. The form submits just fine. <div id="loadgif"></div>
If i remember correctly, even with an ajax call where the method = "get" it should show up in the url but, it doesnt seem to.....what's the issue with the code?
The following makes the arrow disapear when clicked
I have a hidden DIV, which is going to cover all of the screen as part of a lightbox. I wrote my code based on what I found at [URL]. When I click on the link to run the lightbox, the div isn't showing even through the z-index is the highest on the page. I've also tried seeing if it was a corrupted version of jQuery.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL]"> <html><head> <meta charset="utf-8"> <title>Test</title> <link rel="stylesheet" href="css/style.css"> <script src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ var lastTouched; var lastType; var lastContent; var boxTop = 125; function resizeElements() { .....
What is happening is that I have an accordion with sublevels, but it's not working properly. When I click on Test1, it should only show test2 and test7, but it is showing test3 and test5 (that are insinde test2), that only should be visible when clicking test2.
I have this code which when you click the delete button of a particular row, it shows up the div .delete over that particular row, and when clicking on the cancel button on the .delete div, it'll close that the .delete row revealing the .row div again (the .row div doesn't actually hide, I handle the overlay with z-index). However, I want it so that if one .delete div is already shown I want it to close it before revealing a new .delete div, so you can never have 2 .delete divs open at any given time. ere's my code at the moment:
I'm trying to work with a jquery dialog, starting with code from a site at [URL]. I set up a small sample php and modified the code to make an ajax call. It all worked correctly, but when I tried to migrate the code to an existing php page, what happens is the back ground changes to the grayed out color, but the dialog box does not appear. I put alerts in each of the jquery procedures, which all fire, but I can't find the reason why the dialog doesn't show.
The code seemed pretty straight forward, but I was modifying an existing php page I didn't write, so I'm not sure if I'm missing something being new to jquery. Here's the code from an called html file that includes the jquery code followed by the php page code I changed to include the dialog div tag. I removed most of the php code leaving just the final page code that includes the div for the dialog. The css is straight from the sample code in the web page listed above.
<html> <head> <title>Test Page</title> <script src="[uRL]" type="text/javascript"></script> <link rel="stylesheet" href="jdialog.css" type="text/css" media="screen" /> <script type="text/javascript"> $(document).ready(function () { // if user clicked on button, the overlay layer or the dialogbox, close the dialog $('a.btn-ok, #dialog-overlay, #dialog-box').click(function () { $('#dialog-overlay, #dialog-box').hide(); return false; }); .....
at [URL] I am using jquery cycle in 5 divs. As you will see, in 4 of them it works perfectly, but in the main image it is only showing every second slide and fading to blank on the others.
Yes, all the images are there.
The weird thing is that I essentially copied and pasted this code for the lower areas and they worked perfectly straight off.
I am using the "jQuery UI Multiselect" from [URL] I need to have it inside a <div> set with "display: none;" from the start. The user then clicks a link and the <div> tag opens op.
The problem is that whenever I open the box the Multiselect does not show up correctly, it shows up as a 3pixel wide stick. You can see an example at: [URL]
Basically, I want to show a <div> that displays an error message. I would like it to find the container where there is an <input> of type text and whose name is Username and display the corresponding error div.
Basically, I have a parent div that is hidden on page load. Inside the div is a thumbnail that would reveal the entire div when you hover the mouse on the thumbnail.[URL]
I have an application, that will pull all articles associated with a user on a page.As some users have posted approx 100 articles, I want to hide all but the first 5, then have a link that will show the next 5 or the remaining article that are hidden (if less than 5)I have the following code:
jQuery.noConflict(); var numShown = 5; // Initial rows shown & index var numMore = 5; // Increment