Bieden vanaf: 1 euro
Opbieden met: 0.1 euro
BIN: 3.00 euro
Veiling sluit 24 uur na het laatste bod of bij BIN
Betaling via Paypal.
DLs worden gestort wanneer het geld ontvangen is (gaat zeer snel met paypal).
Bieden vanaf: 1 euro
Opbieden met: 0.1 euro
BIN: 3.00 euro
Veiling sluit 24 uur na het laatste bod of bij BIN
Betaling via Paypal.
DLs worden gestort wanneer het geld ontvangen is (gaat zeer snel met paypal).
dat bestaat bij mijn weten niet en dan werkt het hele .allpara li{}-blok niet.
Meer info over list-style-type: http://www.w3schools.com/css/pr_list-style-type.asp
wat zijn de specs van jullie servers?
Gebruik JQuery, die heeft de functions document.height en window.height, afhankelijk van deze values kan je je afbeelding resizen.
Ik doe dit snel uit mijn hoofd, iets in de vorm van:
<script type="text/javascript">
/* <![CDATA[ */
$(document).ready(function(){
var h_doc = $(document).height();
var w_doc = $(document).width();
var h_win = $(window).height();
var w_win = $(window).width();
if(h_doc > h_window){
$("#wrapper").css('width', w_doc+'px');
$("#wrapper").css('height', h_doc+'px');
} else {
$("#wrapper").css('width', w_win+'px');
$("#wrapper").css('height', h_win+'px');
}
/* ]]> */
</script>
Toon Meer
Zorg wel dat je jquery 'ge-include' hebt zodat je die kan gebruiken.