1
Skype-Fr
disclamer with lift
  • 2009/11/14 11:47

  • Skype-Fr

  • Just popping in

  • Posts: 28

  • Since: 2006/4/27


Hi all,

About XOOPS site v 2.3.3

(registrer form) I would like display the disclamer text with a vertical lift.

thanks ...

Gilles

2
ghia
Re: disclamer with lift
  • 2009/11/14 12:01

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


What is a vertical lift?
Is this a CSS thing?
Did you/Can we see it somewhere?

3
Skype-Fr
Re: disclamer with lift
  • 2009/11/14 13:12

  • Skype-Fr

  • Just popping in

  • Posts: 28

  • Since: 2006/4/27


Vertical lift because my disclamer text is too long !

But, I don't find something in css.


4
kaotik
Re: disclamer with lift
  • 2009/11/14 13:33

  • kaotik

  • Just can't stay away

  • Posts: 861

  • Since: 2004/2/19


Do you mean something like a "slide" effect?
There are several ways of acomplishing this, here's 1:
This uses Jquery:
-Divide your text into a small intro and a larger main body.
-Place each one inside a separate div
-At the bottom of div 1 (with intro text) place a text link that says "read more".
-The bottom div (with main body text) will be hidden, when someone clicks on "read more", the the text will be shown using a "slide" effect.
Here's some of the jquery functions you need:
$.click
$.hide
$.show

5
ghia
Re: disclamer with lift
  • 2009/11/14 16:52

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


I think he wants a fixed height and a vertical slider as on some code windows here.
Add something like
max-height:300px;
max-width:590px;
overflow:auto;
as CSS rule to the div with the text.

Login

Who's Online

117 user(s) are online (84 user(s) are browsing Support Forums)


Members: 0


Guests: 117


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits