April 7, 201016 yr hi, i have a question. i have a web page that is like a blog very long. what i would like to do is after several lines of text that is on the page place ... (three dots), so that user can by a mouse click extend the text(and the web page) and close it when he/she wishes . the iframe window with the some predefined size is not an option... can anyone give me a place to start from, or an example or something thnx baxy
April 7, 201016 yr Use javascript Expand/collapse (show/hide) code:- http://javascript.internet.com/miscellaneous/expand-collapse-paragraph.html The example shows the popup code above the link, but you can reverse the order in the code to get it to show below as a continuation of a paragraph and you can have text like more... instead of the text on blue in the example.
April 7, 201016 yr Author Use javascript Expand/collapse (show/hide) code:- http://javascript.internet.com/miscellaneous/expand-collapse-paragraph.html The example shows the popup code above the link, but you can reverse the order in the code to get it to show below as a continuation of a paragraph and you can have text like more... instead of the text on blue in the example. thank you that is exactly what i need!!!!!
Create an account or sign in to comment