Ik weet het niet precies maar is het menu op de volgende link na te maken met CSS???
CSS menu link
ik vindt het namelijk wel ontzettend cool
CSS menu link
ik vindt het namelijk wel ontzettend cool
Blog, Stratego/XT: Program Transformation, SDF: Syntax Definition, Nix: Software Deployment
Verwijderd
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
| <applet CODE="ShiftingMenu.class" WIDTH="120" HEIGHT="314" ALIGN="top" border="0">
<param name="tabimage" value="tabimage2.gif">
<param name="tabTextOffset" value="12">
<param name="frame" value="rechts">
<param name="tabColor" value="000000">
<param name="itemBGColor" value="000000">
<param name="itemFGColor" value="ffffff">
<param name="itemHLColor" value="ffffff">
<param name="itemBGHLColor" value="800000">
<param name="topicfontface" value="Helvetica">
<param name="topicfontstyle" value="plain">
<param name="topicfontsize" value="16">
<param name="itemfontface" value="Helvetica">
<param name="itemfontstyle" value="plain">
<param name="itemfontsize" value="11">
<param name="menus" value="
INLEIDING{
Stijl 1;URL=stijl1.htm;_rechts|
Stijl 2;URL=stijl2.htm;_rechts|
Stijl 3;URL=stijl3.htm;_rechts|
Stijl 4;URL=stijl4.htm;_rechts|
Stijl 5;URL=stijl5.htm;_rechts|
Stijl 6;URL=stijl6.htm;_rechts|
}
METHODE{
Syntaxis;URL=syntaxis.htm;_rechts|
Inline;URL=inline.htm;_rechts|
Stijlblok;URL=stijlblo.htm;_rechts|
Stijlblad;URL=stijlbla.htm;_rechts|
Methode;URL=methode.htm;_rechts|
Cascade;URL=cascade.htm;_rechts|
}
SELECTORS{
HTML-elementen;URL=html.htm;_rechts|
CLASS;URL=class.htm;_rechts|
ID;URL=id.htm;_rechts|
Pseudo-class;URL=pseudo.htm;_rechts|
Groeperen;URL=groep.htm;_rechts|
Contextueel;URL=context.htm;_rechts|
}
EENHEDEN{
Lengte;URL=lengte.htm;_rechts|
Percentages;URL=percent.htm;_rechts|
Kleur;URL=kleur.htm;_rechts|
URL's;URL=url.htm;_rechts|
}
REFERENTIES{
Lettertypen;URL=tlettert.htm;|
Kleur/Achtergrond;URL=tklachte.htm;|
Tekst;URL=ttekst.htm;|
Omkadering;URL=tkaders.htm;|
Indeling;URL=tindelin.htm;|
Positioneren;URL=tpositio.htm;|
Afdrukken;URL=tafdrukk.htm;|
Filteren;URL=tfilter.htm;|
Pseudo-classes;URL=tpseudok.htm;|
}
HANDIGHEIDJES{
Commentaar;URL=comment.htm;_rechts|
DIV&SPAN;URL=divspan.htm;_rechts|
Inspringen;URL=inspring.htm;_rechts|
Verkleur;URL=verkleur.htm;_rechts|
Verdwijn;URL=verdwijn.htm;_rechts|
}
FRONTPAGE2000{
Stijlkenmerken;URL=kenmfp2.htm|
Inline;URL=inlinefp2.htm;|
Stijlblok;URL=stblkfp2.htm;|
Class;URL=classfp2.htm;|
ID;URL=idfp2.htm;|
Stijlblad;URL=stbldfp2.htm;|
Kleuren;URL=fpkleur.htm;|
Thema's;URL=thema.htm;|
}
OEFENINGEN{
Lettertypen;URL=letterty.htm;|
Teksteigenschappen;URL=teksteig.htm;|
ID;URL=oefid.htm;|
Achtergrond/Knop;URL=achtergr.htm;|
Zweven;URL=zweven.htm;|
Omkaderen;URL=kadereig.htm;|
Pseudo-class;URL=oefpseud.htm|
Positioneren;URL=position.htm;|
Tekstvak;URL=tekstvak.htm;|
Filteren;URL=filteren.htm;|
}
">
</applet> |
webOS all the way!
Verwijderd
Ziet er wel VET ingewikkeld uit. Waar plaats je die code dan op je pagina???Op woensdag 23 januari 2002 05:43 schreef Hermanvh het volgende:
Je hebt deze Java-class nodig.
En dan een stukje van de volgende code,die je zelf kan aanpassen natuurlijk
code:
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99<applet CODE="ShiftingMenu.class" WIDTH="120" HEIGHT="314" ALIGN="top" border="0"> <param name="tabimage" value="tabimage2.gif"> <param name="tabTextOffset" value="12"> <param name="frame" value="rechts"> <param name="tabColor" value="000000"> <param name="itemBGColor" value="000000"> <param name="itemFGColor" value="ffffff"> <param name="itemHLColor" value="ffffff"> <param name="itemBGHLColor" value="800000"> <param name="topicfontface" value="Helvetica"> <param name="topicfontstyle" value="plain"> <param name="topicfontsize" value="16"> <param name="itemfontface" value="Helvetica"> <param name="itemfontstyle" value="plain"> <param name="itemfontsize" value="11"> <param name="menus" value=" INLEIDING{ Stijl 1;URL=stijl1.htm;_rechts| Stijl 2;URL=stijl2.htm;_rechts| Stijl 3;URL=stijl3.htm;_rechts| Stijl 4;URL=stijl4.htm;_rechts| Stijl 5;URL=stijl5.htm;_rechts| Stijl 6;URL=stijl6.htm;_rechts| } METHODE{ Syntaxis;URL=syntaxis.htm;_rechts| Inline;URL=inline.htm;_rechts| Stijlblok;URL=stijlblo.htm;_rechts| Stijlblad;URL=stijlbla.htm;_rechts| Methode;URL=methode.htm;_rechts| Cascade;URL=cascade.htm;_rechts| } SELECTORS{ HTML-elementen;URL=html.htm;_rechts| CLASS;URL=class.htm;_rechts| ID;URL=id.htm;_rechts| Pseudo-class;URL=pseudo.htm;_rechts| Groeperen;URL=groep.htm;_rechts| Contextueel;URL=context.htm;_rechts| } EENHEDEN{ Lengte;URL=lengte.htm;_rechts| Percentages;URL=percent.htm;_rechts| Kleur;URL=kleur.htm;_rechts| URL's;URL=url.htm;_rechts| } REFERENTIES{ Lettertypen;URL=tlettert.htm;| Kleur/Achtergrond;URL=tklachte.htm;| Tekst;URL=ttekst.htm;| Omkadering;URL=tkaders.htm;| Indeling;URL=tindelin.htm;| Positioneren;URL=tpositio.htm;| Afdrukken;URL=tafdrukk.htm;| Filteren;URL=tfilter.htm;| Pseudo-classes;URL=tpseudok.htm;| } HANDIGHEIDJES{ Commentaar;URL=comment.htm;_rechts| DIV&SPAN;URL=divspan.htm;_rechts| Inspringen;URL=inspring.htm;_rechts| Verkleur;URL=verkleur.htm;_rechts| Verdwijn;URL=verdwijn.htm;_rechts| } FRONTPAGE2000{ Stijlkenmerken;URL=kenmfp2.htm| Inline;URL=inlinefp2.htm;| Stijlblok;URL=stblkfp2.htm;| Class;URL=classfp2.htm;| ID;URL=idfp2.htm;| Stijlblad;URL=stbldfp2.htm;| Kleuren;URL=fpkleur.htm;| Thema's;URL=thema.htm;| } OEFENINGEN{ Lettertypen;URL=letterty.htm;| Teksteigenschappen;URL=teksteig.htm;| ID;URL=oefid.htm;| Achtergrond/Knop;URL=achtergr.htm;| Zweven;URL=zweven.htm;| Omkaderen;URL=kadereig.htm;| Pseudo-class;URL=oefpseud.htm| Positioneren;URL=position.htm;| Tekstvak;URL=tekstvak.htm;| Filteren;URL=filteren.htm;| } "> </applet>
Verwijderd
Ergens tussen <body> en </body>Op woensdag 23 januari 2002 11:26 schreef fredbuskirk het volgende:
Ziet er wel VET ingewikkeld uit. Waar plaats je die code dan op je pagina???
Vind jeOp woensdag 23 januari 2002 11:26 schreef fredbuskirk het volgende:
Ziet er wel VET ingewikkeld uit.
Verwijderd
Ik bedoelde eigenlijk: hoe pas je dit aan dan zodat het werkt op een site. Ik heb hem nu bijvoorbeeld op een lege pagina gezet en met de class geupload. Ik zie echter alleen een grijs vlak.Op woensdag 23 januari 2002 11:29 schreef Cheatah het volgende:
[..]
Ergens tussen <body> en </body>
En laat die quote voortaan maar zitten hoor, dat leest erg irritant.
Als je iets jat, jat het dan goed. En als het dan niet werkt, ga hier dan niet zitten klagen. Ga gewoon eens op pad, google.com is je vriend en je komt er vast wel uit met een beetje doorzettingsvermogen. Ga je verdiepen in (d)HTML, CSS en JavaScript. Zoek een beetje op deze websites:Op woensdag 23 januari 2002 11:46 schreef fredbuskirk het volgende:
Ik bedoelde eigenlijk: hoe pas je dit aan dan zodat het werkt op een site. Ik heb hem nu bijvoorbeeld op een lege pagina gezet en met de class geupload. Ik zie echter alleen een grijs vlak.
![]()
Ik weet dat het niet al te profi klinkt, maar ik weet gewoon niet zoveel van Java Applets (maar zou dat wel willen gaan gebruiken).
Verwijderd
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
| <html>
<head>
<title>Navigatie</title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
.menuheader {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
font-weight: 800;
color: #FFFFFF;
background-color: #0000A0;
padding-left: 4px;
cursor: hand;
}
.menuitem, A {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
font-weight: 400;
color: #FFFFFF;
background-color: #0000D0;
width: 154px;
height: 18px;
padding-left: 2px;
}
A.normal {
font-weight: 400;
}
A.bold {
font-weight: 800;
}
#menu1 {position:relative; width: 154px; height: 18px; left:0px; top:0px; z-index:0; overflow: hidden;}
#menu2 {position:relative; width: 154px; height: 18px; left:0px; top:18px; z-index:0; overflow: hidden;}
#menu3 {position:relative; width: 154px; height: 18px; left:0px; top:36px; z-index:0; overflow: hidden;}
#menu4 {position:relative; width: 154px; height: 18px; left:0px; top:54px; z-index:0; overflow: hidden;}
-->
</style>
</head>
<body onSelectStart="return false">
<div id="menu1" onMouseOver="this.style.height='auto'" onMouseOut="this.style.height='18px'">
<table width=154 border=0 cellspacing=0 cellpadding=1>
<tr>
<td class="menuheader" height=18>Menu 1</TD>
</tr>
</table>
<div class="menuitem"><a class="normal" href="item11.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item1</a></div>
<div class="menuitem"><a class="normal" href="item12.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item2</a></div>
<div class="menuitem"><a class="normal" href="item13.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item3</a></div>
<div class="menuitem"><a class="normal" href="item14.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item4</a></div>
</div>
<div id="menu2" onMouseOver="this.style.height='auto'" onMouseOut="this.style.height='18px'">
<table width=154 border=0 cellspacing=0 cellpadding=1>
<tr>
<td class="menuheader" height=18>Menu 2</TD>
</tr>
</table>
<div class="menuitem"><a class="normal" href="item21.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item1</a></div>
<div class="menuitem"><a class="normal" href="item22.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item2</a></div>
<div class="menuitem"><a class="normal" href="item23.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item3</a></div>
<div class="menuitem"><a class="normal" href="item24.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item4</a></div>
</div>
<div id="menu3" onMouseOver="this.style.height='auto'" onMouseOut="this.style.height='18px'">
<table width=154 border=0 cellspacing=0 cellpadding=1>
<tr>
<td class="menuheader" height=18>Menu 3</TD>
</tr>
</table>
<div class="menuitem"><a class="normal" href="item31.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item1</a></div>
<div class="menuitem"><a class="normal" href="item32.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item2</a></div>
<div class="menuitem"><a class="normal" href="item33.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item3</a></div>
<div class="menuitem"><a class="normal" href="item34.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item4</a></div>
</div>
<div id="menu4" onMouseOver="this.style.height='auto'" onMouseOut="this.style.height='18px'">
<table width=154 border=0 cellspacing=0 cellpadding=1>
<tr>
<td class="menuheader" height=18>Menu 4</TD>
</tr>
</table>
<div class="menuitem"><a class="normal" href="item41.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item1</a></div>
<div class="menuitem"><a class="normal" href="item42.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item2</a></div>
<div class="menuitem"><a class="normal" href="item43.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item3</a></div>
<div class="menuitem"><a class="normal" href="item44.htm" target="right" onMouseOver="this.className='bold'" onMouseOut="this.className='normal'">item4</a></div>
</div>
</body>
</html> |
Intentionally left blank
crisp is DHTML-goeroe. Zelf gemaakt dus.Op woensdag 23 januari 2002 12:31 schreef Herr_Dr_Dr_Aigner het volgende:
Ziet er wel aardig uit, gejat of zelf gemaakt?
Jatten is niet mijn stijl. Lenen ok, maar dan zet ik het er wel bijOp woensdag 23 januari 2002 12:31 schreef Herr_Dr_Dr_Aigner het volgende:
Ziet er wel aardig uit, gejat of zelf gemaakt?
Intentionally left blank
Tutorials lezen en gewoon uitproberen.Op woensdag 23 januari 2002 12:53 schreef Herr_Dr_Dr_Aigner het volgende:
Nou, da's best knap. Waar heb je die DHTML kennis opgedaan?
Intentionally left blank
't is geen wedstrijd hoorpapa_eend:
Die is gemaakt door Clay, dé DHTML guru van dit forum
Instagram | Flickr | "Let my music become battle cries" - Frédéric Chopin
Verwijderd
Heb je hier ook de class van? Ik wil deze wel eens uitproberen (wees niet bang, niet jàtten hoor). Ik vind het een beschaafde shifting menu.Op woensdag 23 januari 2002 13:09 schreef papa_eend het volgende:
je zou evt. ook die van www.nvlf.nl kunnen gebruiken(Die is gemaakt door Clay, dé DHTML guru van dit forum
n00bs moeten toch een beetje respect voor je krijgen he?Op woensdag 23 januari 2002 13:22 schreef Clay het volgende:
[..]
't is geen wedstrijd hoor
het is geen class, het is Javascript.Op woensdag 23 januari 2002 13:24 schreef Herr_Dr_Dr_Aigner het volgende:
[..]
Heb je hier ook de class van? Ik wil deze wel eens uitproberen (wees niet bang, niet jàtten hoor). Ik vind het een beschaafde shifting menu.
Verwijderd
Hoe haal je die spaties weg tussen de verschillende menu's (menu1, menu2, menu3, menu4)?Op woensdag 23 januari 2002 12:09 schreef crisp het volgende:
Ach, het is zo makkelijk in DHTML:
Bij #menu2 t/m #menu4 top: 0px invullenOp woensdag 23 januari 2002 14:30 schreef Herr_Dr_Dr_Aigner het volgende:
[..]
Hoe haal je die spaties weg tussen de verschillende menu's (menu1, menu2, menu3, menu4)?
Intentionally left blank
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
| <HTML>
<HEAD>
<TITLE>Menu</TITLE>
<STYLE TYPE="text/css">
BODY { background-image :
url(../../icons/background.jpg);
background-position: center;
background-repeat: repeat;
background-color : #FFFFFF;
background-attachement: fixed;
}
DIV.Menu { width: 100 px;
height: 17 px;
overflow: hidden;
}
DIV.MenuItem { width: 100%;
color: black;
text-align: center;
border-color: black;
border-style: solid;
border-left-width: 10 px;
border-right-width: 2 px;
border-top-width: 2 px;
border-bottom-width: 0 px;
font-family: Arial, Sans-Serif;
font-size: 12 px;
font-weight: bold;
}
A.SubItem { width: 100%;
text-align: center;
border-color: #000000;
border-style: solid;
border-left-width: 0 px;
border-right-width: 0 px;
border-top-width: 2 px;
border-bottom-width: 0 px;
font-family: Arial, Sans-Serif;
font-size: 12 px;
text-decoration: none;
margin-left: 10;
}
A.SubItem:Link { font-weight: 400;
color: black;
background-color: #FF904D;
}
A.SubItem:Visited { font-weight: 400;
color: black;
background-color: #F0C374;
}
A.SubItem:Hover { font-weight: 800;
color: white;
background-color: black;
}
</STYLE>
</HEAD>
<BODY>
<DIV CLASS="Menu" onMouseOver="style.height='auto'" onMouseOut="style.height='17px'">
<DIV CLASS="MenuItem">Homepage</DIV>
<A CLASS="SubItem" HREF="main.php">Start</A><BR/>
</DIV><BR/>
<DIV CLASS="Menu" onMouseOver="style.height='auto'" onMouseOut="style.height='17px'">
<DIV CLASS="MenuItem">Bestellen</DIV>
<A class="SubItem" href="bestellen.php" target="main">Bestellen</A><BR>
<A class="SubItem" href="bekijkbestel.php" target="main">Bekijk bestelling</A><BR>
<A class="SubItem" href="klantgegevens.php" target="main">Klantgegevens</A><BR>
</DIV><BR/>
<DIV CLASS="Menu" onMouseOver="style.height='auto'" onMouseOut="style.height='17px'">
<DIV CLASS="MenuItem">Links</DIV>
<A CLASS="SubItem" HREF="http://www.tweakers.net" TARGET="main">Tweakers</A><BR>
<A CLASS="SubItem" HREF="http://www.startpagina.nl" TARGET="main">Startpagina</A><BR>
</DIV><BR/>
<DIV CLASS="Menu" onMouseOver="style.height='auto'" onMouseOut="style.height='17px'">
<DIV CLASS="MenuItem">Aanbieding</DIV>
<A CLASS="SubItem" HREF="aanbieding.php" TARGET="main">Bekijken</A><BR>
</DIV><BR/>
<DIV CLASS="Menu" onMouseOver="style.height='auto'" onMouseOut="style.height='17px'">
<DIV CLASS="MenuItem">Gastenboek</DIV>
<A CLASS="SubItem" HREF="showguest.php" TARGET="main">Bekijken</A><BR>
<A CLASS="SubItem" HREF="addguest.php" TARGET="main">Toevoegen</A><BR>
</DIV><BR/>
<DIV CLASS="Menu" onMouseOver="style.height='auto'" onMouseOut="style.height='17px'">
<DIV CLASS="MenuItem">Tour</DIV>
<A CLASS="SubItem" HREF="Tour.php" TARGET="main">Neem tour</A><BR>
</DIV><BR/>
<DIV CLASS="Menu" onMouseOver="style.height='auto'" onMouseOut="style.height='17px'">
<DIV CLASS="MenuItem">Informatie</DIV>
<A CLASS="SubItem" HREF="overons.php" TARGET="main">Over ons</A><BR>
<A CLASS="SubItem" HREF="algemeneinfo.php" TARGET="main">Algemeen</A><BR>
</DIV><BR/>
</BODY>
</HTML> |
1
2
3
4
| A.SubItem:Hover { font-weight: 800;
color: white;
background-color: black;
} |
Intentionally left blank
Verwijderd
Opera zuigt, dat is een ramp voor iedere DHTML-er.Op woensdag 23 januari 2002 17:54 schreef crisp het volgende:
En dan nu de set-back: hij werkt dus niet in Opera6 en NS4 (heb ik net pas kunnen testen).
NS4 ala, maar dat zelfs Opera6 dit niet slikt....
AmenCheatah: Opera zuigt, dat is een ramp voor iedere DHTML-er.
Dat had ik gezien ja, ik heb de regel maar aangepast in "bekijken" want het maakt niks uit 400/800 hij staat bij mij standaard in 2 regels[b]Op woensdag 23 januari 2002 17:53 schreef cutter 800 vervangen door 400 anders verspringt je bekijk bestelling naar twee regels bij onmouse Hover...
Dan is jouw implementatie niet perfect, want de code van mij doet het prima in NS6 en Mozilla...Op woensdag 23 januari 2002 18:02 schreef dominion99 het volgende:
[..]
Dat had ik gezien ja, ik heb de regel maar aangepast in "bekijken" want het maakt niks uit 400/800 hij staat bij mij standaard in 2 regels
trouwens het verschil tussen Mozzilla en Netscape ten opzichte van IE is wel heel erg groot
Mozilla laat alle submenus op een stapel zien
en Netscape laat alles tegelijk zien en doet niks met de mouse-over event
ach ja niet alles is perfect
Intentionally left blank
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| DIV.Subitem { width: 100%;
text-align: center;
border-color: #000000;
border-style: solid;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 2px;
border-bottom-width: 0px;
margin-left: 10px;
background-color: #FF904D;
}
A.SubItem { width: 100%;
font-family: arial, Sans-Serif;
font-size: 12px;
text-decoration: none;
} |
1
2
3
4
| <DIV CLASS="Menu" onMouseOver="this.style.height='auto'" onMouseOut="this.style.height='17px'">
<DIV CLASS="MenuItem">Homepage</DIV>
<DIV CLASS="SubItem"><A CLASS="SubItem" HREF="main.php">Start</A></DIV>
</DIV><BR/> |
Intentionally left blank
Verwijderd
<DIV> genereerd inderdaad al een linebreak. De <BR> weghalen is dus de oplossing (had ik zelf trouwens ook gedaan, maar vergeten te melden).Op donderdag 24 januari 2002 08:44 schreef Dr.Aigner het volgende:
Die witregel kan overigens wel ongedaan gemaakt worden door de <BR> weg te halen, maar of dat de bedoeling is...
Intentionally left blank
Verwijderd
Het is wel een goede gewoonte om een <br /> direct voor de afstuittag van een <div> of <td> te zetten. Die wordt toch niet meer gerendert als er niets meer achteraan komt, maar hier en daar kan het weleens voorkomen dat een paar pixels ruimte overblijven. Vooral in tables.Op donderdag 24 januari 2002 09:26 schreef crisp het volgende:
<DIV> genereerd inderdaad al een linebreak. De <BR> weghalen is dus de oplossing (had ik zelf trouwens ook gedaan, maar vergeten te melden).
Music is the pleasure the human mind experiences from counting without being aware that it is counting
~ Gottfried Leibniz
Mee eens, ik zou het ook met een onClick doen, is wat 'rustiger', maar dat is natuurlijk zo aan te passen.Op donderdag 24 januari 2002 09:35 schreef drm het volgende:
Nou, ik vind het 3x niks zo'n menu. 100x liever onClick dan onMouseOver
Intentionally left blank