Bastian205 Posted June 2, 2007 Report Share Posted June 2, 2007 Hi! Ich möchte gerne das Popup von "exkl. Versandkosten" vergrößern. Wo kann ich das machen? MfG Basti Link to comment Share on other sites More sharing options...
supervisior Posted June 2, 2007 Report Share Posted June 2, 2007 includes /classes/main.php Link to comment Share on other sites More sharing options...
Bastian205 Posted June 2, 2007 Author Report Share Posted June 2, 2007 vielen dank! Link to comment Share on other sites More sharing options...
supervisior Posted June 2, 2007 Report Share Posted June 2, 2007 Wirf' was in die Kaffeekasse Link to comment Share on other sites More sharing options...
des-ign Posted June 2, 2007 Report Share Posted June 2, 2007 hi, weißt du vielleicht auch, wie man das PopUp für das Artikelbild etwas höher macht? Wird ja immer dem entsprechenden Bild angepaßt, jedoch muss ich immer etwas nach unten scrollen um das "Fenster schliessen" zu erreichen. Denke irgendwo muß doch ein Wert + x verändert werden, oder? Link to comment Share on other sites More sharing options...
supervisior Posted June 2, 2007 Report Share Posted June 2, 2007 includes/header.php Link to comment Share on other sites More sharing options...
des-ign Posted June 2, 2007 Report Share Posted June 2, 2007 danke für die schnelle antwort, aber welcher wert ist das denn? :confused: Link to comment Share on other sites More sharing options...
supervisior Posted June 2, 2007 Report Share Posted June 2, 2007 Ach komm?! Mit ein bisschen raten wärst du auch drauf gekommen. <script type="text/javascript"><!-- var i=0; function resize() { if (navigator.appName == 'Netscape') i=40; if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+60-i); self.focus(); } //--></script> [/PHP] Link to comment Share on other sites More sharing options...
des-ign Posted June 2, 2007 Report Share Posted June 2, 2007 lol, bin da gerade schon fleissig am editieren... wenn ich die 30 auf 60 und die 60 auf 100 setzen, passiert nix.... Link to comment Share on other sites More sharing options...
des-ign Posted June 2, 2007 Report Share Posted June 2, 2007 Also ich habe das mal so geändert, leider ohne erfolg. das popup wird nicht mal minimal größer... <script type="text/javascript"><!-- var i=0; function resize() { if (navigator.appName == 'Netscape') i=40; if (document.images[0]) window.resizeTo(document.images[0].width +60, document.images[0].height+100-i); self.focus(); } //--></script> Link to comment Share on other sites More sharing options...
supervisior Posted June 2, 2007 Report Share Posted June 2, 2007 dann versuch dein glück mal in der popup_image.php. das sollte dann die richtige datei sein.... Link to comment Share on other sites More sharing options...
des-ign Posted June 2, 2007 Report Share Posted June 2, 2007 ok, ich probiere es ;-) danke schön Link to comment Share on other sites More sharing options...
des-ign Posted June 4, 2007 Report Share Posted June 4, 2007 hi, also irgendwie paßt das nicht... ich kann zwar nun den Inhalt des PopUps verändern, aber nicht die Größe wie´s augspringt...würde gerne immer +100pixel oben und +50pixel rechts und links... Link to comment Share on other sites More sharing options...
supervisior Posted June 4, 2007 Report Share Posted June 4, 2007 Wie jetzt? Die Größe des Popup's oder deren Position? Link to comment Share on other sites More sharing options...
des-ign Posted June 4, 2007 Report Share Posted June 4, 2007 Also wenn das Produktbild-Popup aufgeht sollte das Popup vergrößert aufgehen, nicht die Position wollte ich verändern. Habe bei den Bildern meistens einen Scrollbalken, da das Bild + Fenster schliessen einfach zu groß für das PopUp ist. Wollte es zB 100 px höher aufspringen lassen, als das Bild ist, so sollte der hori. Scrollbalken nicht erscheinen... Link to comment Share on other sites More sharing options...
des-ign Posted June 4, 2007 Report Share Posted June 4, 2007 ich glaub ich habs... habe das so geändert...habe die daten über 200 gesetzt und nun sind viele popups ohne scrollbalken, aber was ich gemacht habe...keine ahnung :-) <script type="text/javascript"><!-- var i=0; function resize() { if (navigator.appName == 'Netscape') i=40; window.resizeTo(<? echo $size[0] ?> +200, <? echo $size[1] + $bheight ?>+230+i); self.focus(); } //--></script> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.