Calque et scroll

Calque et scroll - HTML/CSS - Programmation

Marsh Posté le 06-08-2004 à 01:30:35    

Hello :)
 

Code :
  1. div#Layer1 {
  2. width: 540px;
  3. height: 428px;
  4. overflow: scroll;
  5. z-index: 0;
  6. background-repeat: no-repeat;
  7. background-attachment: fixed;
  8. background-color: #ffffff;
  9.  
  10. }


 
J'aimerai que le scroll vertical apparaisse tout le temps mais je veut que l'horizontal soit en automatique, c'est possible :??:
 
Merci d'avance ;)


---------------
Le Rock c'est la colle qui tient l'univers en place, si cette jointure n'existait pas, la vie n'aurais pas de sens :D
Reply

Marsh Posté le 06-08-2004 à 01:30:35   

Reply

Marsh Posté le 06-08-2004 à 09:46:46    

Tu as essayé un truc du genre....?
 
overflow-y: scroll;
overflow-x: auto;

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed