iframe

International users can use this forum to discuss ConPresso related topics in english here.
Antworten
Peter-Paul

iframe

Beitrag von Peter-Paul »

Hi

I am currently building a site with conpresso - my third one - but i want to use Iframes for the content. I tried almost everything to use iframes. THe problem is that sometime the content is very large that it is impossible to make a decent background wich someone has designed for me. When i make a iframe tag to include the content retrieval i_index.php it cant fetch any information from the databse. I already tried to include the dbase configuration files in i_index.php or var_catagory.php. and also including various statements.

Is there someone who has a solutions. Ik want to use iframes in stead of normal frames bacause iframes are more flexible and i can use the global_header/footer from conpresso to ensure that articles are correct regarding to the CSS / images etc.

Thnx
Benutzeravatar
Matthias V
Modul-Entwickler
Beiträge: 1251
Registriert: 01.01.1970 01:00
Wohnort: Sondershausen
Hat sich bedankt: 54 Mal
Danksagung erhalten: 147 Mal
Kontaktdaten:

Re: iframe

Beitrag von Matthias V »

Hello,

Look at this pages, and you can do it similar to the iFrame Methode but it is the better version:
http://en.selfhtml.org/css/eigenschafte ... m#overflow
and a part of this example in the German version:
http://de.selfhtml.org/css/eigenschafte ... erflow.htm


Edit:

So now I have more Time to help you, but remember, my English is not very well.

You want to have a fixed background-image, I think thats right, isn´t it ?
So you can use CSS to fix the background-image with

Code: Alles auswählen

background-repeat: fixed;
You can look here to get more Informations: http://en.selfhtml.org/css/eigenschafte ... rgrund.htm


Or do you want to have a fixed navigation, which can not be scrolled. This is possible with CSS too. There is a good way to fix the navigation in the View-Part of the Browser. You can look here to use position: fixed; : http://en.selfhtml.org/css/eigenschafte ... ierung.htm
But there are problems with the Internet Explorer, because this browser did not know position: fixed; . In this Browser you can only use position: absolute;
I would help you to use "absolute" in the Internet Explorer and "fixed" in the most other Browsers.



Post Edited (04-27-05 09:07)
mod_Guestbook 4.1.0

Features:
- Einträge als ConPresso-Artikel
- benutzt Templates, Rubriken, ...
- Captcha
- BB-Code + Smilies + Zitieren
- Badwords
- Anonymisierung
LOLO

Re: iframe

Beitrag von LOLO »

tut des?
Antworten