$.fn.wraptionOL = function(caption){ /* this.css({'position':'relative','overflow':'hidden','paddig':'10px'}); this.children('img').first().css({'position':'absolute','z-index':'100'}); */ // left this.append(""); // oben this.append(""); // hauptteile oben links this.append(""); }; //######################################################## $.fn.wraptionOR = function(caption){ /* this.css({'position':'relative','overflow':'hidden','paddig':'10px'}); this.children('img').first().css({'position':'absolute','z-index':'100'}); */ // recht this.append(" "); // oben this.append(" "); // hauptteile oben rechts this.append(""); } //######################################## $.fn.wraptionUL = function(caption){ /* this.css({'position':'relative','overflow':'hidden','paddig':'10px'}); this.children('img').first().css({'position':'absolute','z-index':'100'}); */ // left this.append(" "); // oben this.append(" "); // hauptteile oben rechts this.append(""); } //######################################## $.fn.wraptionUR = function(caption){ /* this.css({'position':'relative','overflow':'hidden','paddig':'10px'}); this.children('img').first().css({'position':'absolute','z-index':'100'}); */ // rechts this.append(" "); // oben this.append(" "); // hauptteile oben links this.append(""); }