exprim Forum Index exprim
Forum d'entraide
FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  RegisterRegister
ProfileProfile  Log in to check your private messagesLog in to check your private messages  Log inLog in
Signature redimensionnement automatique
Previous topic Next topic
Author Message
exprim
Administrateur

Offline

Joined: 20 Sep 2007
Posts: 24
Localisation: test

Posted: Sat 22 Sep - 14:01
Post subject: Signature redimensionnement automatique
Reply with quote

image 1 :

image 2 :

image 3 :


les signatures en bas sont redimmensionnées automatiquement en fonction d'une hauteur/largeur maximales
(testé sous Internet explorer, Firefox, Mozilla, Opera)


Last edited by exprim on Mon 12 Nov - 12:34; edited 1 time in total

_________________
test 1 :

test 2 :

test 3 :
Back to top
exprim
Administrateur

Offline

Joined: 20 Sep 2007
Posts: 24
Localisation: test

Posted: Sun 11 Nov - 10:04
Post subject: Signature redimensionnement automatique
Reply with quote

code utilisé :

div.resizesig img {
    overflow: auto;
    max-height: 80px; max-width: 400px; /* Moz, Opera.. */
    height: expression(this.scrollHeight >= 80? '80px' : 'auto'); /* IE */
    Width: expression(this.scrollWidth >= 400? '400px' : 'auto'); /* IE */
}



_________________
test 1 :

test 2 :

test 3 :
Back to top
Display posts from previous:   
Jump to:   

Index | Administration Panel | Create a forum | Free support forum | Free forums directory | Report a violation | Conditions générales d'utilisation Powered by phpBB v2 © 2001, 2005 phpBB Group :: Style: subSilver++