1
vote
2answers
35 views
Making a div smaller than its contents
I'm trying to show a div on a webpage, with mostly text. I would like to know if I can make it smaller so that not all the contents are able to be seen. (Javascript would make it …
0
votes
4answers
56 views
why won’t my <div> resize with javascript when I tell it to?
I have a <div> element that contains a table, which I want to resize to the maximum viewport height - 70 px. The reason is that I want the header to stay in one place, and th …
0
votes
2answers
35 views
Why doesn’t “doScroll” work in IE8?
Is "doScroll" still supported by Microsoft in IE8? I can't get it to work at all.
Here's a test page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://ww …
0
votes
4answers
67 views
Cannot get CSS Drop-Down above Flash File
I have searched everything and tried every method I can get my hands on and cannot get my CSS drop-down menus to display above my Flash file.
You can go to: http://beta.riverlifef …
7
votes
9answers
460 views
How can you dynamically put different patterns on images in a webpage . .
i have
A bunch of fabric patterns (simple jpg files)
An image for every letter of the alphabet(blank white background)
I essentially want to have a page similar to this:
http:/ …
1
vote
4answers
72 views
Fx on Javascript: How to fade stuff, etc without frameworks?
Hi,
I would like to learn how to do fade, and similar effects on Javascript.
I often get answers, like why not use Jquery, mootools, etc ? Well, I
want to learn how stuff works, t …
0
votes
2answers
37 views
DHTML popup window
I am trying to make a DHTML window on my website and I can actually get it to popup for me. The problem I am having with it is when it pops up it moves the text around on the page …
0
votes
1answer
33 views
How can I force reflow after DHTML change in IE7?
I have a page where the user can dynamically add file upload boxes. Adding the boxes changes the height of the div they are in, but certain elements of the div below it stay in th …
3
votes
2answers
50 views
How to control sound in a pure DHTML game
I am looking into writing web based games using just Javascript, HTML, and CSS. It seems like there are large classes of games could be done using these technologies, except for o …
0
votes
1answer
31 views
Need to set 1 span’s style to display:block on page load for an image gallery made up of span’s set to display:none
i have some javascript in the head of a page that controls an image gallery where the user clicks a thumbnail image and a larger image and some text are revealed in a span. there a …
0
votes
2answers
17 views
Tooltip to show above or below hotspot depending on scroll position
Hi,
I have done some simple javascript to show and hide some div when you mouse over hot spot on a image map.
<script>
function showDiv(name) {
document.getElementById(name …
0
votes
2answers
157 views
Does TinyMCE have usable content focus/blur events?
I want to be able to have default text like "Enter content here..." appear when the editor first loads, but I want this text to disappear when the user clicks/focuses on the conten …
2
votes
1answer
69 views
How to store dynamically generated HTML form elements from Javascript in Python?
I have an HTML form that a user can add an arbitrary amount of input fields to through jQuery. The user is also able to remove any input field from any position. My current impleme …
0
votes
3answers
11 views
Tips on resources for moveable components
Hi,
I would like to create a user interface like the iGoogle or facebook profiles where the end user can customize the layout. Move components around, resize e t c
Do you have an …
1
vote
2answers
149 views
Scrolling an HTML page with javascript?
I created a page that scrolled via JavaScript but in some browsers it does not scroll very smoothly when you and text to the page? And it doesn't seem to work at all in chrome.
…
