Forum » Izdelava spletišč » Prilagoditev frameov resoluciji
Prilagoditev frameov resoluciji
c0dehunter ::
Imam eno preprosto spletno stran z frameom. Če gledaš z resolucijo 1024x768 se vse super vidi. Ko pa pogledaš z resolucijo 1280x1024, je pa čudno, ker se frame ne raztegne do stranice browserja.
Zato me zanima, kako bi naredil, da bi si frami sami prilagodili velikost glede na resolucijo uporabnika. Je to možno?
Pa kako narediš dva linka na vrhu, da sta na sredini strani ne glede na resolucijo?
Zato me zanima, kako bi naredil, da bi si frami sami prilagodili velikost glede na resolucijo uporabnika. Je to možno?
Pa kako narediš dva linka na vrhu, da sta na sredini strani ne glede na resolucijo?
I do not agree with what you have to say,
but I'll defend to the death your right to say it.
but I'll defend to the death your right to say it.
R33D3M33R ::
Uporaba frames je dandanes nepriporočljiva, saj prinaša s sabo številne težave. Imaš pa tule primer resizanja s pomočjo JavaScript: http://www.codeguru.com/forum/showthrea...
Moja domača stran: http://andrej.mernik.eu
Na spletu že od junija 2002 ;)
:(){ :|:& };:
Na spletu že od junija 2002 ;)
:(){ :|:& };:
c0dehunter ::
www.c0dehunter.net
To je ta spletna stran.
Kako pa naj drugače izvedem to stran (predvsem pri "Pics"), da bi bila čez celo stran ne glede na resolucijo?
To je ta spletna stran.
Kako pa naj drugače izvedem to stran (predvsem pri "Pics"), da bi bila čez celo stran ne glede na resolucijo?
I do not agree with what you have to say,
but I'll defend to the death your right to say it.
but I'll defend to the death your right to say it.
hamax ::
Frame lahko resizas z javascriptom.
<script type="text/javascript">
function resize(){
var res = window.innerHeight;
document.getElementById('cframe').style.height = res - 240 + "px";
}
</script>
Pa se to dvoje dodas v <body onload="resize();" onresize="resize();">
cframe je pa id frejma.
<script type="text/javascript">
function resize(){
var res = window.innerHeight;
document.getElementById('cframe').style.height = res - 240 + "px";
}
</script>
Pa se to dvoje dodas v <body onload="resize();" onresize="resize();">
cframe je pa id frejma.
c0dehunter ::
Kam dodam to kodo? V stran, ki je prikazana v frameu?
Namreč direkt preko glavne strani sem poskusil dodati kodo, vendar ni delalo. Primer:
In pa dodano tisto še v < body > tag...
Namreč direkt preko glavne strani sem poskusil dodati kodo, vendar ni delalo. Primer:
. . <iframe name="I1" width="987" height="536" align="left" border="0" frameborder="0" src="index2.htm"> <script type="text/javascript"> function resize(){ var res = window.innerHeight; document.getElementById('I1').style.height = res - 240 + "px"; } </script> . .
In pa dodano tisto še v < body > tag...
I do not agree with what you have to say,
but I'll defend to the death your right to say it.
but I'll defend to the death your right to say it.
hamax ::
Takole napisi:
<script type="text/javascript">
function resize(){
var res = window.innerHeight;
document.getElementById('I1').style.height = res - 50 + "px";
}
</script>
<body onload="resize();" onresize="resize();">
<iframe id="I1" align="left" border="1" frameborder="1" src="index2.html">
</body>
Id in name ni ista zadeva.
<script type="text/javascript">
function resize(){
var res = window.innerHeight;
document.getElementById('I1').style.height = res - 50 + "px";
}
</script>
<body onload="resize();" onresize="resize();">
<iframe id="I1" align="left" border="1" frameborder="1" src="index2.html">
</body>
Id in name ni ista zadeva.
Tody ::
ja halo a lahko še mal flasha daš notr? Dohh
http://www.satzansatz.de/cssd/onhavingl...
http://reference.sitepoint.com/
Uporablja se div-e za layout pa ne rabiš nobenga javascripta...
http://www.satzansatz.de/cssd/onhavingl...
http://reference.sitepoint.com/
Uporablja se div-e za layout pa ne rabiš nobenga javascripta...
hamax ::
Hja, ni vedno tako enostavno...
Ce hoces includat v div aplikacijo, ki je precej kompleksna in ki je nisi ti delal(phpmyadmin, webmin...) bos imel precej tezav.
Ce hoces includat v div aplikacijo, ki je precej kompleksna in ki je nisi ti delal(phpmyadmin, webmin...) bos imel precej tezav.
c0dehunter ::
Hvala hamax, deluje super.
I do not agree with what you have to say,
but I'll defend to the death your right to say it.
but I'll defend to the death your right to say it.
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | PHPbb Forum & HTMLOddelek: Izdelava spletišč | 927 (755) | Gost |
» | JavaScript zunaj HTMLOddelek: Izdelava spletišč | 1273 (1171) | *wolf* |
» | Javascript in phpOddelek: Izdelava spletišč | 1950 (1639) | rokpok |
» | Internet strani kot slideshowOddelek: Izdelava spletišč | 2111 (1862) | sverde21 |
» | Kako se tole naredi?Oddelek: Izdelava spletišč | 1498 (1198) | njok |