Lid |
|
der verandert nx.
wat kan ik nog verkeerd doen??
Dit is mijn code waarop het zou moeten toepast worden. Als je het nodig hebt kan ik de volledige css ook eens posten
#lang
{
position: absolute;
top: 150px;
left: 10px;
z-index: 2;
background-color:#eee;
max-height:135px;
width: 135px;
font: bold 12px arial,helvetica,sans-serif;
clear:both;
}
#search
{
position: absolute;
top: 200px;
left: 10px;
z-index: 2;
/*volgende 3 lijnen verwijderen wanneer het menu erin komt*/
background-color:#FFFFFF;
max-height:40px;
max-width: 135px;
}
#lang { position: absolute; top: 150px; left: 10px; z-index: 2; background-color:#eee; max-height:135px; width: 135px; font: bold 12px arial,helvetica,sans-serif; clear:both; } #search { position: absolute; top: 200px; left: 10px; z-index: 2; /*volgende 3 lijnen verwijderen wanneer het menu erin komt*/ background-color:#FFFFFF; max-height:40px; max-width: 135px; }
|