joanne
Terugkerende gebruiker
- Lid geworden
- 31 mrt 2001
- Berichten
- 1.300
#menu
{
background-color: #339999;
line-height: 100%;
color: white;
float: left;
width: 200px; /* was 160 px */
margin-left: 0px;
padding-top: 0.7em; /* was 1em */
}
#rightmenu
{
float: right; /* left geprobeerd maar dan knalt het helemaal naar links op scherm */
width: 160px;
margin: 0;
padding: 0.8em;
}
#content
{
margin-left: 200px;
border-left: 1px solid gray;
margin-right: 200px;
border-right: 1px solid gray;
padding: 1em;
max-width: 36em;
}
CSS-experts:
in IE ziet het er picobello uit, in FF ook, behalve dat links
in rightmenu helemaal naar links op het scherm lijnen.
Moet ik nog iets toevoegen?
Thx alvast.
J.
{
background-color: #339999;
line-height: 100%;
color: white;
float: left;
width: 200px; /* was 160 px */
margin-left: 0px;
padding-top: 0.7em; /* was 1em */
}
#rightmenu
{
float: right; /* left geprobeerd maar dan knalt het helemaal naar links op scherm */
width: 160px;
margin: 0;
padding: 0.8em;
}
#content
{
margin-left: 200px;
border-left: 1px solid gray;
margin-right: 200px;
border-right: 1px solid gray;
padding: 1em;
max-width: 36em;
}
CSS-experts:
in IE ziet het er picobello uit, in FF ook, behalve dat links
in rightmenu helemaal naar links op het scherm lijnen.
Moet ik nog iets toevoegen?
Thx alvast.
J.