Toon posts:

gekleurde Schuifbalk

Pagina: 1
Acties:
  • 44 views sinds 30-01-2008

Verwijderd

Topicstarter
hoi,

ik heb een eigen site en nu wil ik de schuifbalk links en rechts een andere kleur geven dan de standaard IE balken. Wat moet ik daar voor doen?

Verwijderd

Topicstarter
ik bedoel recht en onderaan sorry

  • Helmet
  • Registratie: Januari 2002
  • Laatst online: 15:46
dit kan met CSS (cascading style sheets)
zoek eens op w3schools.com of google.nl ik dacht dat op guistuff.com ook nog een generator stond

code:
1
2
3
4
5
6
7
8
9
10
11
<style type="text/css">
body {
    SCROLLBAR-FACE-COLOR: rgb(161,176,200);
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #30415F;
    SCROLLBAR-3DLIGHT-COLOR: #333333;
    SCROLLBAR-ARROW-COLOR: #333333;
    SCROLLBAR-TRACK-COLOR: #cccccc;
    SCROLLBAR-DARKSHADOW-COLOR: #000000
}
</style>

Icons are overrated


Verwijderd

Topicstarter
css wat is dat eigenlijk? dat zie ik meer staan is dat net zoiets als asp of zo? of php?

  • Rickets
  • Registratie: Augustus 2001
  • Niet online

Rickets

Finger and a shift

Verwijderd schreef op 22 februari 2003 @ 18:22:
css wat is dat eigenlijk? dat zie ik meer staan is dat net zoiets als asp of zo? of php?
Luister naar Helmet ;)
Volg hier de tutorial en je weet wat het is :)

If some cunt can fuck something up, that cunt will pick the worst possible time to fucking fuck it up, because that cunt’s a cunt.


Verwijderd

Topicstarter
o ja en thx. het werkt

  • Helmet
  • Registratie: Januari 2002
  • Laatst online: 15:46
met CSS (dat dus staat voor cascading style sheets) kun je er voor zorgen dat de gegevens die in een webpagina staan een bepaalde opmaak krijgen, css defineer je in de head van je html code

probeer deze code maar eens in een nieuw bestand
HTML:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
 <head>
  <title>Mijn eerste css testje</title>
  <style type="text/css"> 
  body { 
  background: Black; 
  }
  p {
  font-family:verdana;
  font-size:10px;
  }

  .kleurtabel {
  background:navy;
  color: #FFFFFF;
  font-size: 12px;
  font-family: 'Arial black';
  }

  td { color: yellow; }
 </style>
 </head>
 <body>
  <p> blaat </p>
  <table>
   <tr>
    <td class="kleurtabel">blaat
    </td>
   </tr>
  <tr>
   <td>hier staat tekst :)</td>
  </tr>  
  </table>
 </body>
</html>

[ Voor 16% gewijzigd door Helmet op 22-02-2003 18:29 . Reden: oops style niet gesloten ]

Icons are overrated


Verwijderd

Zie hier een geweldig programmaatje van crisp: http://www.crisp.demon.nl/scrollen/scrollbarstyle.html :)

  • Pelle
  • Registratie: Januari 2001
  • Laatst online: 23-08 09:52

Pelle

🚴‍♂️

Zatte_aap: lees de mailtjes die je in de afgelopen maanden van de diverse mods gehad hebt, nog eens na. Dan snap je ook waarom deze dicht gaat.
Pagina: 1

Dit topic is gesloten.