Design-web.nl forum


Lessen, tutorials en scripts in html, css, javascript, php en mysql.  

All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Een class veranderen in javascript
PostPosted: Sun Dec 13, 2009 1:54 pm 
Offline
Diamond Member
User avatar

Joined: Mon Oct 06, 2003 12:36 pm
Posts: 1373
Location: Belgiƫ
Ik wil een class veranderen in javascript. Ik wil niet een andere class meegeven aan een bepaald element, maar ik wil bvb van
.speciale_class { color: #f00; }
naar
.speciale_class {color: #fff; font-weight: bold; }

Het enigste wat ik op google vind is hoe ik een element een andere class kan geven. Iemand een idee?


Top
 Profile  
 
 Post subject: Re: Een class veranderen in javascript
PostPosted: Thu Jan 07, 2010 11:03 pm 
Offline
Moderator
User avatar

Joined: Wed May 31, 2006 9:28 pm
Posts: 69
Location: Rijen, Noord Brabant, Nederland
Je wilt dus de CSS aanpassen en niet de HTML? Dat is niet 'zomaar' mogelijk met Javascript.
Maar je hebt geluk, blijkbaar heeft iemand er erg zijn best op gedaan. Kijk maar eens naar http://www.shawnolson.net/a/503/alterin ... cript.html

Of je doet iets lelijks als
Code:
<script type="text/javascript">
function addCss() {
document.write("<style type=\"text/css\">.special_class{ font-weight: bold; }</style>");
}
</script>


Top
 Profile  
 
 Post subject: Re: Een class veranderen in javascript
PostPosted: Fri Jan 08, 2010 8:41 pm 
Offline
Diamond Member
User avatar

Joined: Mon Oct 06, 2003 12:36 pm
Posts: 1373
Location: Belgiƫ
CSS toevoegen was niet echt een oplossing, maar die link die je gaf is ideaal. Bedankt! :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron