Hi, what I want to do is publish my bio in two languages on my My Space page. Here is the idea: the visitor clicks on either French or English and gets the bio in the requested language. I can do it in javascript it takes about 2 minutes but javascript doesn't work on My Space... so I have to use CSS...<br /><br />Here is the css:<br /><br />[codebox]<style type="text/css"><br /><br /><br />.lien a {<br />text-decoration:none;<br />}<br /><br />.texte p {<br />display:none;<br />position:absolute;<br />top:30px;<br />left:10px;<br />text-align:left;<br />}<br /><br />p.afficher {<br />display:block;<br />}<br /> <br />p.cacher {<br />display:none;<br />}<br /><br /></style>[/codebox]<br /><br />Here is the body part:<br /><br />[codebox]<div class="lien"><br /><br /><a id="lienFr" href=http://www.webdesignerforum.co.uk/lofiversion/index.php/"#" onclick= "texteEn = 'cacher'; texteFr.className = 'afficher'"> [Fran閺癷s] </a><br /><br /><a id="lienEn" href=http://www.webdesignerforum.co.uk/lofiversion/index.php/"#" onclick= "texteFr = 'cacher'; texteEn.className = 'afficher'"> [English] </a><br /><br /></div><br /><br /><div class="texte"><br /><br /><p id="texteFr" ><br />Text in French<br /></p><br /><br /><p id="texteEn"><br />Text in English<br /></p><br /><br /></div><br />[/codebox]<br /><br />Hope you can solve that, it could be useful to many people.<br />Thanks.<!--content-->
I solved it but it only works in my browser, not on my space... too bad.<!--content-->
I solved it but it only works in my browser, not on my space... too bad.<!--content-->