Lettergrote veranderen van het menu
Bij voorbaat dank.
Dit is het Style.css bestand
html , body
{
width: 100%;
height: 100% - 10px;
padding: 0px;
margin: 0px;
background-color: #00528E;
font-family: tahoma;
}
#container
{
margin: 0px auto;
margin-top: 10px;
width: 700px;
background-color: #F6F6F6;
border: 10px solid #60B7DE;
padding: 10px;
line-heigt: 19px;
}
h1
{
text-align: center;
font-size: 36px;
width: 310px;
border: 1px solid black;
margin: 0px auto;
background-color: #B3E2E6;
}
ul.menu
{
list-style: none;
}
ul.menu li
{
display: inline;
float: left;
text-align: center;
padding: 2px;
margin: 2px;
}
ul.menu li a
{
display: block;
width: 150px;
color: white;
background-color: #00528E;
height: 26px;
}
ul.menu li a:hover
{
height: 21px;
border-bottom: 5px solid #000;
}
.this
{
height: 21px;
width: 140px;
border-left: 5px solid #000;
border-right: 5px solid #000;
border-bottom: 5px solid #000;
}
.clear
{
clear: both;
}
p.links
{
font-weight: bold;
border: 2px solid black;
border-width: 2px 0px 2px 0px;
width: 100%;
padding: 3px;
}
p.links *
{
color: black;
}
h2
{
border-style: solid;
border-width: 2px 0px 2px 0px;
border-color: #000;
}
h2 *
{
color: black;
}
ul.cat
{
list-style: none;
}
ul.cat li
{
display: inline;
float: left;
padding: 2px;
margin: 2px;
width: 230px;
}
ul.cat li a
{
color: #fff;
background-color: #00528E;
}
ul.cat li a:hover
{
border-bottom: 5px solid #000;
color: #000;
}
ul.bestel li
{
padding: 2px;
margin: 2px;
}
ul.bestel li a
{
color: #fff;
background-color: #00528E;
}
ul.bestel li a:hover
{
border-bottom: 5px solid #000;
color: #000;
}
td.bold
{
width: 150px;
}
td.bold *
{
font-weight: bold;
}
.bold
{
font-weight: bold;
}
.italic
{
font-style: italic;
}
.underline
{
text-decoration: underline;
}
Ik weet niet dat je van plan bent een box te maken voor je navigatie container . In dat geval kan je gewoon font-size:**px; zetten in de style.
staat:
{
text-align: center;
font-size: 36px;
width: 310px;
border: 1px solid black;
margin: 0px auto;
background-color: #B3E2E6;
}
door font-size: 36 te vergroten of te verkleinen zal je font vergroten of verkleinen
font-size: 20pt;
}
of iets anders natuurlijk...
http://www.powermarkt.nl de letters zijn heel klein.
Kijk maar eens op Daan schreef op 25.09.2007 21:00:
ul.menu li {
font-size: 20pt;
}
of iets anders natuurlijk...
font-size: 20pt;
}
of iets anders natuurlijk...
Dit heb ik net geprobeerd maar daar word het niet anders van.