begin process at 2010 03 21 01:58:36
  Trouver un code source :
 
dans
 
Accueil > Forum > 

Javascript / DHTML / Ajax

 > 

JavaScript et le navigateur

 > 

Autre

 > 

Besoin d'aide...


Derniers messages déposésPoser une question dans le forum ou lancer une discussion

Besoin d'aide...

lundi 27 octobre 2008 à 22:55:27 | Besoin d'aide...

Koppa

Bonjour tout le monde.

Voici mon problème j'ai trouvé un script qui permet de faire choisir au membre le thème de son choix avec forumactif. Vous connaissez surment. Le problème c'est que je n'arrive pas à changer certaines icône avec le script (du genre nouveau message, pas de nouveau message, Post-it, Annonce etc.).

J'aimerais beaucoup réussir à changer ça je vous donne donc le .js:
/*****************************
Do not remove this heading!
Change Skin Script
Copyright © 2007 Dragon Man
Modified by pauldemonteverde
pauldemonteverde[AT]yahoo.com
Corrections pour forumactif par remise
*************************************/
document.write('<style>body {margin-top:50px !important;}</style>');
document.write('<div style="position: absolute; width: 304px; height: 38px; z-index: 1; left: 15px; top: 15px" id="skinselector"><form><select onchange="changeskin(this.options[this.selectedIndex].value); window.location.reload();"><option>Changer de thème </option><option value="NOM1">ArtThème 1</option><option value="NOM2">ArtThème 2</option><option value="NOM3">ArtThème 3</option><option value="NOM4">Thème de base</option></select></form></div>');
var scheme = getCookie('Select_Theme');
if (scheme == 'NOM1') {
document.write('<link media="screen" rel="stylesheet" type="text/css" href="
http://sd-1.archive-host.com/membres/up/34550056315651029/art_theme_rouge1.css">');
} else if (scheme == 'NOM2') {
document.write('<link media="screen" rel="stylesheet" type="text/css" href="
http://sd-1.archive-host.com/membres/up/34550056315651029/art_theme_rouge1.css">');
} else if (scheme == 'NOM3') {
document.write('<link media="screen" rel="stylesheet" type="text/css" href="
http://sd-1.archive-host.com/membres/up/34550056315651029/art_theme_rouge1.css">');
} else if (scheme == 'NOM4') {
document.write('<link media="screen" rel="stylesheet" type="text/css" href="
http://sd-1.archive-host.com/membres/up/34550056315651029/art_theme_rouge1.css">');
} else {
document.write('<link media="screen" rel="stylesheet" type="text/css" href="
http://sd-1.archive-host.com/membres/up/34550056315651029/art_theme_rouge1.css">');
}
 				function changeskin(change) {
var scheme = change;
var name = 'Select_Theme';
var pathname = '/';
var myDomain = '.art-effect.keuf.net';
var ExpDate = new Date ();
ExpDate.setTime(ExpDate.getTime() + (6 * 30 * 24 * 3600 * 1000));
setCookie(name,scheme,ExpDate,pathname,myDomain);
}
function getCookie(name){
var cname = name + "=";
var dc = document.cookie;
if (dc.length > 0) {
begin = dc.indexOf(cname);
if (begin != -1) {
begin += cname.length;
end = dc.indexOf(";", begin);
if (end == -1) end = dc.length;
return unescape(dc.substring(begin, end));
}
}
return null;
}
 				function setCookie(name, value, expires, path, domain, secure) {
document.cookie = name + "=" + escape(value) +
((expires == null) ? "" : "; expires=" + expires.toGMTString()) +
((path == null) ? "" : "; path=" + path) +
((domain == null) ? "" : "; domain=" + domain) +
((secure == null) ? "" : "; secure");
}


Puis le .css (appeler par le .js)
body {
 background-color: #a14949;
 background-image: url(" [ Lien ]");
 background-attachment: scroll;
 scrollbar-face-color: #6c1111;
 scrollbar-highlight-color: #e3a3a3;
 scrollbar-shadow-color: #e3a3a3;
 scrollbar-3dlight-color: #6c1111;
 scrollbar-arrow-color: #e3a3a3;
 scrollbar-track-color: #cd7171;
 scrollbar-darkshadow-color: #6c1111;
 }
th,td,p {
  font-family: Verdana,Arial,Helvetica,sans-serif }
a img {
  border: none;
  }
a:link,a:active,a:visited {
  color : #f9f2f2;
  }
a:hover{
  text-decoration: underline;
  color : #ffffff;
  }
hr{
  height: 0px;
  border: solid #cd7171 0px;
  border-top-width: 1px;
 }
.bodyline{
  background-color: #9e4444;
  border: 1px #ffe3e3 solid;
 }
.bodylinewidth {
 width:80%}
.forumline{
  background-color: #ffe3e3;
  border: 2px #ffe3e3 solid;
  }
td.row1{
  background-color: #cd7171;
  }
td.row2{
  background-color: #a0404c;
  }
td.row3{
  background-color: #cd7171;
  }
td.rowpic {
 background-color: #ffffff;
 background-image: url(" [ Lien ]");
 }
th {
 color: #ffffff;
  font-size: 12px;
  font-weight : bold;
 background-color: #99cc99;
  height: 25px;
 background-image: url(" [ Lien ]");
 }
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
 background-image: url(" [ Lien ]");
 background-color:#ffffff;
  border: #ffffff;
  border-style: solid;
  height: 28px;
 }
td.cat,td.catHead,td.catBottom {
 height: 29px;
 border-width: 0px 0px 0px 0px;
 }
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
 font-weight: bold;
  border: #eea4a4;
  border-style: solid;
  height: 28px;
 }
td.row3Right,td.spaceRow {
 background-color: #cd7171;
  border: #ffffff;
  border-style: solid;
 }
td.pourcentback {
  background-color : #a14949;
  }
th.thHead,td.catHead {
  font-size: 14px;
  border-width: 1px 1px 0px 1px;
  }
th.thSides,td.catSides,td.spaceRow {
  border-width: 0px 1px 0px 1px;
  }
th.thRight,td.catRight,td.row3Right {
  border-width: 0px 1px 0px 0px;
  }
th.thLeft,td.catLeft {
  border-width: 0px 0px 0px 1px;
  }
th.thBottom,td.catBottom {
  border-width: 0px 1px 1px 1px;
  }
th.thTop {
  border-width: 1px 0px 0px 0px;
  }
th.thCornerL {
  border-width: 1px 0px 0px 1px;
  }
th.thCornerR {
  border-width: 1px 1px 0px 0px;
  }
.maintitle, .maintitle h1{
 font-weight: bold;
  font-size: 22px;
  font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
 text-decoration: none;
  line-height : 120%;
  color : #ffffff;
 }
.forumline .row1,.forumline .row2,.forumline .row3,.forumline .row3Right {
 padding: 2px;
 }
.maintitle h1 {
 margin: 0;
  padding: 0;
  display: inline;
 }
.gen {
  font-size : 14px;
  }
.genmed {
  font-size : 12px;
  }
.gensmall {
  font-size : 12px;
  }
.gen,.genmed,.gensmall {
  color : #ffffff;
  }
a.gen,a.genmed,a.gensmall {
  color: #f9f2f2;
  text-decoration: none;
  }
a.gen:hover,a.genmed:hover,a.gensmall:hover{
  color: #ffffff;
  text-decoration: underline;
  }
.mainmenu{
  font-size : 12px;
  color : #ffffff }
a.mainmenu{
  text-decoration: none;
  color : #f9f2f2;
 }
a.mainmenu:hover{
  text-decoration: underline;
  color : #ffffff;
  }
.cattitle{
  font-weight: bold;
  font-size: 14px ;
  letter-spacing: 1px;
  color : #f9f2f2}
h1.cattitle {
 margin:0;
  padding: 0;
  display:inline;
 }
a.cattitle{
  text-decoration: none;
  color : #f9f2f2;
  }
a.cattitle:hover{
  text-decoration: underline;
  }
.forumlink{
  font-weight: bold;
  font-size: 14px;
  color : #f9f2f2;
  }
a.forumlink {
  text-decoration: none;
  color : #f9f2f2;
  }
a.forumlink:hover{
  text-decoration: underline;
  color : #ffffff;
  }
.nav{
  font-weight: bold;
  font-size: 12px;
  color : #ffffff;
  }
a.nav{
  text-decoration: none;
  color : #f9f2f2;
  }
a.nav:hover{
  text-decoration: underline;
  }
.topictitle,h1,h2{
  font-weight: bold;
  font-size: 12px;
  color : #ffffff;
  }
div.topictitle {
 display: inline;
 }
h2.topic-title {
 display: inline;
  margin: 0;
 				
  padding: 0;
 }
a.topictitle:link{
  text-decoration: none;
  color : #f9f2f2;
  }
a.topictitle:visited{
  text-decoration: none;
  color : #ffffff;
  }
a.topictitle:hover{
  text-decoration: underline;
  color : #ffffff;
  }
.name{
  font-size : 12px;
  color : #ffffff;
 }
.postdetails{
  font-size : 12px;
  color : #ffffff;
  }
.postbody{
  font-size : 14px;
  line-height: 18px}
a.postlink:link{
  text-decoration: none;
  color : #f9f2f2 }
a.postlink:visited{
  text-decoration: none;
  color : #ffffff;
  }
a.postlink:hover{
  text-decoration: underline;
  color : #ffffff}
.code{
  font-family: Courier,Courier New,monospace,sans-serif;
  font-size: 12px;
  color: #006600;
 background-color: #eea4a4;
  border: #cd7171;
  border-style: solid;
 border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px}
.quote{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #444444;
  line-height: 125%;
 background-color: #eea4a4;
  border: #cd7171;
  border-style: solid;
 border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px}
.copyright{
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #f9f2f2;
  letter-spacing: -1px;
 }
a.copyright{
  color: #f9f2f2;
  text-decoration: none;
 }
a.copyright:hover {
  color: #ffffff;
  text-decoration: underline;
 }
.coloradmin {
  color: #ffa34f}
.colormod {
  color: #006600}
h1.pagetitle {
 display: inline;
 margin: 0;
 padding: 0;
 font-size: 14px;
 color: #ffffff;
 }
h1.title2 {
 font-size: 12px;
 }
.secondarytitle,.secondarytitle h2 {
 margin: 0;
 padding: 0;
 color: #ffffff;
 }
.secondarytitle h2 {
 display:inline;
 }
.nav h1 {
 display: inline;
 }
.hierarchy {
 display: inline;
 text-transform: none;
 border: none;
 font-size: 12px;
 }
.mod-text {
 font-weight: bold;
 }
img{
 border:0}
input,textarea, select {
 color : #ffffff;
 font: normal 12px Verdana,Arial,Helvetica,sans-serif;
 border-color : #ffffff;
 }
input.post, textarea.post, select {
  background-color : #eea4a4;
  }
input {
  text-indent : 2px;
  }
input.button {
 background-color : #cd7171;
 color : #ffffff;
 font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
 }
input.mainoption {
 background-color : #eea4a4;
 font-weight : bold;
 }
input.liteoption {
 background-color : #eea4a4;
 font-weight : normal;
 }
.helpline {
  background-color: #a0404c;
  border-style: none;
  }
input {
  background-color: #a0404c;
  }
button.button2, input.button2 {
 font-size: 0.7em;
 border: 1px solid #BCBCBC;
 width: auto !important;
 padding: 1px 0px;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 color: #000000;
 background-repeat: repeat-x;
 background-color: #FAFAFA;
 background-image: url('http://illiweb.com/fa/prosilver/bg_button.gif');
 background-position: top;
 overflow: visible;
 vertical-align:middle;
 }
button.button2:hover, input.button2:hover {
 border: 1px solid #ffffff;
 color: #ffffff;
 background-position: 0 100%;
 }
* html button.button2, * html input.button2 {
 padding-bottom: 0;
 margin-bottom: 1px;
 height: 24px;
 padding-right: 3px;
 padding-left: 3px;
 }
*+html button.button2, *+html input.button2 {
 height: 24px;
 padding-right: 3px;
 padding-left: 3px;
 }
*+html button.button2 img {
  vertical-align: middle;
  }
* html button.button2 img {
  vertical-align: middle;
  }
button.bbcode {
 border: 1px solid #e3adad;
 background-image: url("
http://illiweb.com/fa/wysiwyg/bg_button.png ");
 }
.select {
 background-color: #FFFFFF;
 border: 1px solid #BCBCBC;
 position: absolute;
 z-index:100;
 top: 0;
 left: 0;
 overflow: hidden;
 width: 0px;
 }
.selectHover {
  cursor: pointer;
  background-color: #EEEEEE;
 }
.select p {
 padding: 4px 6px;
 font-size: 0.7em;
 margin: 0px;
 white-space: nowrap;
 text-align: left;
 }
.select button {
 padding: 4px;
 font-size: 0.9em;
 margin: 0px;
 background-color: #FFF;
 border: none;
 text-align:left;
 }
.select button.button2 {
 border:1px solid #BCBCBC;
 padding: 0px;
 }
* html .select button.button2 {
 padding-right: 3px;
 padding-left: 3px;
 }
.select button.button2:hover {
 border: 1px solid #ffffff;
 color: #ffffff;
 background-position: 0 100%;
 }
textarea#text_editor_textarea {
  width: 100% !important;
  }
iframe#text_editor_iframe {
 width: 100%;
 height: 200px;
 }
form#quick_reply textarea#text_editor_textarea {
 width: 100% !important;
 height: 100%;
 }
form#quick_reply iframe#text_editor_iframe {
  width: 100%;
  }
* html form#quick_reply iframe#text_editor_iframe {
  width: 600px;
  }
*+html form#quick_reply iframe#text_editor_iframe {
  width: 600px;
  }
#page-footer .gen strong {
 font-weight: normal;
 }
@import url("../Local Settings/Temporary Internet Files/Content.IE5/NEIRH6VH/form_ie.css");
 @media print {
 body {
 background-image: none;
 background-color: #fff;
 color: #000;
 }
table.bodylinewidth span.maintitle {
 display: block;
 text-align: left;
 }
table.bodylinewidth img#i_logo,.browse-arrows,.noprint,.messaging,.post-options,.poster-profile,img.i_icon_online,table.bodylinewidth .mainmenu,table.bodylinewidth .nav,table.bodylinewidth .gensmall,span.postdetails img,table.bodylinewidth .sig,table.bodylinewidth .catbottom,#info_open {
 display:none;
 }
td.catHead, .t-title {
 text-align: left;
 }
table.bodylinewidth .cattitle {
 letter-spacing: normal;
  font-size: 1em;
 }
.thLeft,.thRight {
 color: #000;
  border: none;
  text-align:left;
 }
.hr hr {
  visibility: hidden;
  }
.hr {
 border-top: 1px dotted #ddd !important;
  }
tr.post td {
 vertical-align: top;
 border-bottom: 1px solid #ccc;
 }
tr.post td td {
 border: none;
 }
span.gen {
 display: none;
 }
}
ul.abuse {
 list-style: none;
 line-height: 1.5em;
 font-size: 0.9em;
 }
.rtl-spacer:before {
 content: " ";
 white-space: pre;
 }
.rtl-spacer:after {
 content: " ";
 white-space: pre;
 }
.warning {
 color:#ff3333;
 }
.captcha div.captcha-img {
 float: left;
 margin: 0 1em 0 0;
 }
.captcha .inputbox {
 margin-top: 0.5em;
 }
.center {
 text-align: center;
 }
.right {
 float: right;
 }
.left {
 float: left;
 }
 				/* TGF Clearfix */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
*+ html .clearfix {
 min-height: 1px;
 }
* html .clearfix {
 position: relative;
  height: 1%;
  clear: both;
 }
#page-footer {
 clear: both;
 }
#page-footer h3 {
  margin-top: 20px;
  }
#add-google {
  text-align: center;
  margin: 0 auto;
 }
#content-container #left {
 width: 0px;
 margin-right: px;
 }
#content-container #right {
 width: 0px;
 margin-left: px;
 }
.module-title {
 font-weight: bold;
 margin: 0 auto;
 text-align: center;
 display: block;
 }
#frame_chatbox {
 border: none !important;
 }
 				/* Chatbox */
body.chatbox {
 min-width: 550px !important;
 background-image: none;
 padding: 0;
 margin: 0;
 background-color: #a14949;
 }
#chatbox_members {
 position: absolute;
 top: 30px;
 bottom: 30px;
 width: 180px;
 overflow: auto;
 border-right: 1px solid ;
 }
#chatbox {
 position: absolute;
 top: 30px;
 left: 181px;
 right: 0;
 bottom: 30px;
 overflow: auto;
 line-height: 10px;
 }
.chatbox_row_1,.chatbox_row_2,.chatbox_row_3 {
 font-size: 12px;
 }
#chatbox_footer {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 height: 30px;
 }
#chatbox_footer table.text-styles {
 float: right;
 }
#chatbox_footer .text-field {
 float: left;
 }
#chatbox_footer .chatfootertable {
 margin: 5px;
 }
#chatbox_header {
 height: 30px;
 background-color: #a14949;
 }
#chatbox p {
 line-height: 1.2em;
 }
.chatbox_row_1 {
 padding: 4px;
 background-color: #cd7171;
 }
.chatbox_row_2 {
 padding: 4px;
 background-color: #a0404c;
 }
.chatbox_row_3 {
 padding: 4px;
 background-color: #cd7171;
 }
.memberlist_row_1 {
 padding: 2px 2px 2px 10px;
 background-color: #cd7171;
 }
#chatbox_members .member-title {
 text-align: center;
 padding: 0.5em 0.25em;
 background-image: none;
 font-size: 12px;
 background-color: #cd7171;
 color : #f9f2f2;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 }
#chatbox_members ul {
 list-style: none;
 margin: 0 0 0 10px;
 }
#chatbox_members ul li {
 margin: 2px 2px 2px 0;
 }
#message,#submit_button{
 border-width: 1px;
 }
.fontbutton {
 padding: 1px;
 cursor: pointer;
 text-align: left;
 }
.fontbutton_normal {
 background: #E1E1E2;
 }
.fontbutton_selected {
 background: #BBC7CE;
 border: 1px solid #22229C;
 }
.fontbutton_clicked {
 background: #959595;
 border: 1px solid #22229C;
 }
.fontbutton_hover {
 background: #E1E1E2;
 border: 1px solid #22229C;
 }
#chatbox .user {
 font-weight: bold;
 }
 				/* Edit did */
div#chatbox {
 color: #ffffff;
 }
#chatbox_contextmenu {
  background-color: #cd7171;
  border:1px solid #aaa;
 }
#chatbox_contextmenu p {
 margin:0;
  padding: 1px 4px;
 font-family: verdana, arial, sans-serif;
 background: #;
 border-bottom:1px solid #777;
  }
#chatbox_contextmenu p.hover {
  background: #;
  }
#chatbox_contextmenu p.close {
 background: #ddd;
  padding: 1px;
  font-size: 70%;
  color:#fff;
  background: url('');
  }
#chatbox_contextmenu p.close img {
  vertical-align: middle;
  }
#chatbox_contextmenu a {
  color: #;
  text-decoration: none;
  font-size: 70%;
 }
#chatbox_contextmenu a:hover {
  color: #;
  }
.fontbutton{
 border:0;
 }
 				#i_logo {
width: 750px;
height: 300px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/bannie11.jpg ");
background-repeat: no-repeat;
}
 				#i_whosonline {
width: 200px;
height: 250px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/qui-es11.jpg ");
background-repeat: no-repeat;
}
#i_icon_mini_index {
width: 80px;
height: 30px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/accuei14.jpg ");
background-repeat: no-repeat;
}
#i_icon_mini_search {
width: 119px;
height: 30px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/recher13.jpg ");
background-repeat: no-repeat;
}
#i_icon_mini_faq {
width: 42px;
height: 30px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/faq13.jpg ");
background-repeat: no-repeat;
}
#i_icon_mini_members {
width: 100px;
height: 30px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/membre13.jpg ");
background-repeat: no-repeat;
}
#i_icon_mini_groups {
width: 89px;
height: 30px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/groupe12.jpg ");
background-repeat: no-repeat;
}
#i_icon_mini_profile {
width: 66px;
height: 30px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/profil13.jpg ");
background-repeat: no-repeat;
}
#i_icon_mini_message {
width: 45px;
height: 30px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/mp12.jpg ");
background-repeat: no-repeat;
}
#i_icon_mini_new_message {
width: 45px;
height: 30px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/gif-ne18.gif ");
background-repeat: no-repeat;
}
#i_icon_mini_register {
width: 145px;
height: 30px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/s_enre12.jpg ");
background-repeat: no-repeat;
}
#i_icon_mini_login {
width: 97px;
height: 30px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/on-off12.jpg ");
background-repeat: no-repeat;
}
#i_icon_mini_logout {
width: 97px;
height: 30px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/on-off12.jpg ");
background-repeat: no-repeat;
}
.i_category {
width: 100px;
height: 100px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/manga111.jpg ");
background-repeat: no-repeat;
}
.i_category_new {
width: 100px;
height: 100px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/gif-ne14.gif ");
background-repeat: no-repeat;
}
.i_category_locked {
width: 100px;
height: 100px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/verrou13.jpg ");
background-repeat: no-repeat;
}
.i_folder_big {
width: 100px;
height: 100px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/manga111.jpg ");
background-repeat: no-repeat;
}
.i_folder_new_big {
width: 100px;
height: 100px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/gif-ne14.gif ");
background-repeat: no-repeat;
}
.i_folder_locked_big {
width: 100px;
height: 100px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/verrou13.jpg ");
background-repeat: no-repeat;
}
 				.i_folder {
width: 70px;
height: 70px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/back_711.jpg ");
background-repeat: no-repeat;
}
.i_folder_new {
width: 70px;
height: 70px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/gif-ne15.gif ");
background-repeat: no-repeat;
}
.i_folder_new_hot {
width: 70px;
height: 70px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/gif-ne15.gif ");
background-repeat: no-repeat;
}
.i_folder_lock {
width: 70px;
height: 70px;
background-image: url("
http://i39.servimg.com/u/f39/11/59/91/16/veroui11.jpg ");
background-repeat: no-repeat;
}
.i_folder_lock_new {
width: 70px;
height: 70px;
background-image: url("
http://i39.servimg.com/u/f39/11/59/91/16/veroui11.jpg ");
background-repeat: no-repeat;
}
.i_folder_hot {
width: 70px;
height: 70px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/back_711.jpg ");
background-repeat: no-repeat;
}
.i_folder_announce {
width: 70px;
height: 70px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/annonc11.gif ");
background-repeat: no-repeat;
}
.i_folder_announce_new {
width: 70px;
height: 70px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/gif-ne16.gif ");
background-repeat: no-repeat;
}
.i_folder_sticky {
width: 70px;
height: 70px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/post-i11.gif ");
background-repeat: no-repeat;
}
.i_folder_sticky_new {
width: 70px;
height: 70px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/gif-ne17.gif ");
background-repeat: no-repeat;
}
.i_post {
width: 100px;
height: 45px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/nouvea11.jpg ");
background-repeat: no-repeat;
}
.i_reply {
width: 100px;
height: 45px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/repond11.jpg ");
background-repeat: no-repeat;
}
.i_reply_locked {
width: 100px;
height: 45px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/verrou14.jpg ");
background-repeat: no-repeat;
}
.i_icon_quote {
width: 50px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/citer10.jpg ");
background-repeat: no-repeat;
}
.i_icon_edit {
width: 70px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/edit10.jpg ");
background-repeat: no-repeat;
}
.i_icon_profile {
width: 70px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/profil14.jpg ");
background-repeat: no-repeat;
}
.i_icon_www {
width: 70px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/www10.jpg ");
background-repeat: no-repeat;
}
.i_icon_email {
width: 70px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/e-mail10.jpg ");
background-repeat: no-repeat;
}
.i_icon_pm {
width: 70px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/mp13.jpg ");
background-repeat: no-repeat;
}
.i_icon_aim {
width: 70px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/aim10.jpg ");
background-repeat: no-repeat;
}
.i_icon_icq {
width: 70px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/icq10.jpg ");
background-repeat: no-repeat;
}
.i_icon_msnm {
width: 70px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/msn10.jpg ");
background-repeat: no-repeat;
}
.i_icon_yim {
width: 70px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/yim10.jpg ");
background-repeat: no-repeat;
}
.i_icon_mini_skype {
width: 70px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/skype10.jpg ");
background-repeat: no-repeat;
}
#i_icon_online {
width: 70px;
height: 20px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/en_lig10.jpg ");
background-repeat: no-repeat;
}
#i_icon_msg_newpost {
width: 100px;
height: 45px;
background-image: url("
http://i59.servimg.com/u/f59/11/59/91/16/nouvea11.jpg ");
background-repeat: no-repeat;
}
 				}
/* End Edit did */
 				/*Internet Explorer fixers and hacks for Chatbox *
/* html #chatbox-members {
 
/* IE expressions helping IE work in Standards mode */
height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
 }
* html #chatbox {
 
/* IE expressions helping IE work in Standards mode */
height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
 width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 10) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 1) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 1.3) ) + "px");
 }
* html #chatbox-footer {
 
/* IE expressions helping IE work in Standards mode */
width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
 }
 				/* poll */
.poll-result td {
 padding: 2px 4px;
  text-align: left;
 }
.poll-result td.poll-title,.poll-result td.poll-results {
 text-align: center;
 }
.progress-bar td {
 padding: 0 !important;
 }








Et aussi le lien de la discution entre moi et celui qui m'a montrer le script (il avait trouver une piste mais il en était pas sûr): [ Lien ]

Merci beaucoup (merci aussi de me dire comment vous avez procéder car cet opération sera a répété et je compte bien me débrouillé)



Koppa
mardi 28 octobre 2008 à 20:15:56 | Re : Besoin d'aide...

kazma

whaou !!!!
mardi 28 octobre 2008 à 20:42:09 | Re : Besoin d'aide...

Koppa

Euh... c'est censé apporter quoi à la conversation ?

Koppa


Cette discussion est classée dans : width, height, background, color, repeat


Répondre à ce message

Sujets en rapport avec ce message

Bug d'affichage CSS [ par skit ] B'jour à tous (oui je pollue pas mal le forum en ce moment) Ca fait 2h que je cherche à aligner ça correctement mais euh... sans succès  :( Donc en f [css]pas assez d'espace entre corps et banniere [ par pygo ] salut a tous,j'ai un petit soucis,je suis en train de construire une nouvelle version de mon site mais je n'ai pas assez d'espace entre le corps et la PB menu dynamique - affichage pas terrible [ par chabgyver ] Bonjour,J'ai placé un menu sur un site que je suis en train de faire, il s'agit d'un menu horizontal dynamique.Voici le code html de ce dernier :<br Prb de décalage de DIV sous IE [ par softarg24 ] Bonjour,Voici l'adresse du site que je tente de faire pour des amis. Je suis loin d'être experte:http://www.so6online.net/exploitation.php Sous intern PB de cohésion entre un fond et son interface, ne s'alignent pas de la même façon. [ par chabgyver ] Bonsoir,J'ai décidé de refaire le design de mon site : http://balistiq.frJ'ai intégrer un design dans un template en php, ça n'a pas été simple mais j faire varier la taille de la fenetre navigateur dans le temps (incrementation?) [ par crasse ] salut toutes et tous !j'essai de faire varier la taille de la fenetre du navigateur dans le temps, c'est a dire que par exemple, disons que la fenetre Barre/jauge graphique à animer [ par jimyarts ] Tout d'abord, bonjour à toute la communauté de CS,Je suis en train d'élaborer un site concernant le cyclisme, et donc les coureurs. Je connais bien le Arriere-plan image changeante on refresh adaptee a l ecran du client [ par pearlp ] Bonsoir ! Voiala ca fais 5 jours que j'essaie de trouver un scripte qui me permetterai d avoir une nouvelle image arriere plan a chaque rafraichissem Mon animation flash ne se lit pas avec SWFOBJECT [ par Nixeus ] Bonjour à tous,J'ai voulu intégrer une animation swf dans ma page HTML, en passant par SWFOBJECT afin de ne pas avoir le fameux message d'avertissemen Problème pop-up Internet Explorer [ par qwhat ] Bonjour,J'ai pas mal cherché, mais je ne trouve pas pourquoi mon popup ne fonctionne pas sur IE. C'est un popup qui doit se redimensionner automatique


Nos sponsors


Sondage...

Comparez les prix

CalendriCode

Mars 2010
LMMJVSD
1234567
891011121314
15161718192021
22232425262728
293031    

Consulter la suite du CalendriCode

 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 0,577 sec (4)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales