Problem with firefox and inline frame

discuss about sites that are just under construction or where experimental stuff is used
Post Reply
senek
Posts: 13
Joined: Sun 20. Nov 2005, 18:10
Location: schweizerländle
Contact:

Problem with firefox and inline frame

Post by senek »

Hi
at my page http://www.komart.ch/index.php?id=11,22,0,0,1,0 i
use the inline frame witch pepperkorn describes on his page. With the Internet Explorer it works. But not with Firefox. Could someone help me?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
senek
Posts: 13
Joined: Sun 20. Nov 2005, 18:10
Location: schweizerländle
Contact:

sorry

Post by senek »

Hallo Knut

ich meinte ein Scroll fenster mit welchem die bilder auf meiner Site gescrollt werden.

oder verstehe ich was nicht so richtig ?????

thanks

senek
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hallo senek,

alle Tips zielen auf eine autom. Anpassung der Höhe im iFrame.
wenn Du das nicht möchtest, brauchst Du doch nur einen einfachen iFrame setzen ohne diesen ganzen Berechnungskram.

http://de.selfhtml.org/navigation/suche ... age=iframe

Ich sehe gerade, dass der FF gar keinen Frame sieht. Hast Du eine Browserweiche eingebaut oder sonstige browserspezifische Sachen in JS?


Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
senek
Posts: 13
Joined: Sun 20. Nov 2005, 18:10
Location: schweizerländle
Contact:

ciao knut

Post by senek »

habs mittels diesem Skript gelöst (CSS):

div.scroll {
overflow: auto;
background-attachment: scroll;
background-repeat: repeat;
width:97%;

height:217px; // <-- Höhe des Scroll-Fensters hier einstellen;
background-color: #ffffff;
border: 1px solid #ffffff;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 5px;
}

sonst keine weiche oder sonst was und keine skripts
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Also gar kein iFrame. ?!?!

Bsp.: für einen HTML Contentpart:

Code: Select all

<iframe width="620" scrolling="yes" height="400" frameborder="0" marginwidth="0" marginheight="0" name="wpsh_index" src="content/pages/static/referenzen/wpsh/index.html"></iframe>
Ergebnis ist im Moment zu sehen unter Referenzen: http://www.sedes-bau.de/wps.phtml aber nur hier. Der Rest ist wieder automatisch angepasst. (Es werden alte statische Seiten nachgeladen). [EDIT] Aussage nicht mehr gültig[/EDIT]
Funktioiert im FF und IE.
Last edited by flip-flop on Tue 22. Nov 2005, 22:33, edited 1 time in total.
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
senek
Posts: 13
Joined: Sun 20. Nov 2005, 18:10
Location: schweizerländle
Contact:

Post by senek »

bitte entschuldige aber ich bin wies aussieht etwas schwehr von begriff.

mit deinem Skript lade ich doch eine externe seite ins frame ich möchte jedoch die bilder mittels der artikelzentrale einfügen.

ich glaub ich check was nicht ganz

sorry
senek
Posts: 13
Joined: Sun 20. Nov 2005, 18:10
Location: schweizerländle
Contact:

Post by senek »

bitte entschuldige aber ich bin wies aussieht etwas schwehr von begriff.

mit deinem Skript lade ich doch eine externe seite ins frame ich möchte jedoch die bilder mittels der artikelzentrale einfügen.

ich glaub ich check was nicht ganz

sorry
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Ja richtig, Du sprachst von einem iFrame.
Jetzt weiß ich, dass Du über ein div scrollen möchtest. Ganz anderes Problem also.
Wobei, das geht mit einem IFrame auch. (-> blanke Vorlage -> versteckter Artikel -> Aufruf in iFrame) Mit einem Layer sollte es auch gehen. Darin kann man aber nicht mit der Maus rollen glaube ich.
Habe ich in diesem Zusammenhang noch nicht gemacht.

Hallooo wo sind unsere CSS Cracks?

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
The Doc
Posts: 19
Joined: Sat 10. Sep 2005, 01:26
Location: Germany near Hannover
Contact:

Post by The Doc »

Ich habe es so realisiert:

<iframe onLoad="iFrameHeight();"
src="http://www.deine URL.de"
scrolling="yes" scroll="auto"
id="iframename" name="iframename"
marginwidth="0" marginheight="0" frameborder="0"
style="width:100%;" height="XXX">
</iframe></div>

Vielleicht hilft dir das weiter? Der Frame ist scrollbar!
senek
Posts: 13
Joined: Sun 20. Nov 2005, 18:10
Location: schweizerländle
Contact:

dankeschön

Post by senek »

Vielen Dank Euch beiden für die Tipps sobald ich was Luft habe werde ich mit der Umsetzung beginnen.
Post Reply