Topic awaiting preservation: JavaScript Q (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: Lahore, Pakistan |
posted 02-03-2004 19:14
First off I have to apologise for not posting in the form for the last couple months. Guess I was just to busy to do anything. Anyway I finally got time to get back to the forum and I as usual got a question. Now that I'm free I've finally gotten time to work on me site. I want to know how to get an effect like so. I rollover a link and it displays a huge paragraph of text 'to the right' of it eh or even better click on it and it display the para, then click/rollover another link and it displays the 'next' para also 'to the right' of it. |
Paranoid (IV) Inmate From: Northumberland, England |
posted 02-03-2004 20:05
There are a million ways to do this and some better than others in certain situations, the basic idea is to toggle the the visibility of the element - I'm not going to go into great detail on this or css but a simple working script is below (just custom built it for you). No styling so you will have to do that, easy tho. There are neater ways to do it, but this is straight forward and easy. code: <html>
|
Bipolar (III) Inmate From: Brisbane |
posted 02-03-2004 20:06
"or it's back to the drawing board for me" |