Pellekaart
Gebruiker
- Lid geworden
- 25 jun 2012
- Berichten
- 48
Ik heb iets gemaakt op formaat 1024 x 768 px in Indesign.
Dit exporteer ik in Indesign in het formaat jpg.
Als ik dit bestand nu in Dreamweaver gebruik d.m.v. een div:
}
div#Robertsite{
background-color: rgb(102,204,0);
background-image: url(Robertsite3.jpg);
background-repeat: no-repeat;
background-position: 0 0;
z-index: 2;
position: absolute;
height: 768px;
width: 1024px;
}
En ik plaats er een voetbalk onder;
}
div#voetbalk {
z-index: 2;
opacity: 1.0;
font-size: 22px;
font-family: Dosis;
top: 775px;
color: rgb(136,136,136);
visibility: visible;
height: 45px;
width: 1024px;
cursor: pointer;
font-weight: lighter;
text-align: left;
clip: rect(auto,auto,auto,auto);
-moz-border-radius: 0px;
border-radius: 0px;
right, #00abeb, #fff)
letter-spacing: 0.1em;
background-color: #DDDDDD;
padding-top: 33px;
padding-right: 10px;
padding-left: 25px;
position: absolute;
}
Dan zijn de breedtes niet gelijk?
Het onderste balkje steekt wat uit?
Ik snap even niet hoe dat kan.
Iemand een goed idee?
groeten Robert
Dit exporteer ik in Indesign in het formaat jpg.
Als ik dit bestand nu in Dreamweaver gebruik d.m.v. een div:
}
div#Robertsite{
background-color: rgb(102,204,0);
background-image: url(Robertsite3.jpg);
background-repeat: no-repeat;
background-position: 0 0;
z-index: 2;
position: absolute;
height: 768px;
width: 1024px;
}
En ik plaats er een voetbalk onder;
}
div#voetbalk {
z-index: 2;
opacity: 1.0;
font-size: 22px;
font-family: Dosis;
top: 775px;
color: rgb(136,136,136);
visibility: visible;
height: 45px;
width: 1024px;
cursor: pointer;
font-weight: lighter;
text-align: left;
clip: rect(auto,auto,auto,auto);
-moz-border-radius: 0px;
border-radius: 0px;
right, #00abeb, #fff)
letter-spacing: 0.1em;
background-color: #DDDDDD;
padding-top: 33px;
padding-right: 10px;
padding-left: 25px;
position: absolute;
}
Dan zijn de breedtes niet gelijk?
Het onderste balkje steekt wat uit?
Ik snap even niet hoe dat kan.
Iemand een goed idee?
groeten Robert