Şu anda bakım nedeniyle sitemiz kısıtlı işlevsellik sunmaktadır. Mevcut makaleler sorununuzu çözmediyse ve bize soru sormak isterseniz Twitter’da @FirefoxSupport hesabından ve Reddit’teki /r/firefox subreddit'inden destek gönüllülerimize ulaşabilirsiniz.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

I'm unable to fix width/height of video in the second frame of my site. thanks

  • 3 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 1 gösterim
  • Son yanıtı yazan: vencytony

more options

I have a site (www.vency.com) with two frames. By using the following code, the second/main frame of my site is full, instead of being of expected dimensions:
........

<br><b><font face="Times New Roman,Times"><font size=-1><font color="#CC33CC">&nbsp;
</font><font color="#33CCFF">&nbsp;VIDEO/Microrganismi </font></font></font></b>
<br><b><font face="Times New Roman,Times"><font size=-1><font color="#00FFFF">&nbsp;
</font><font color="#33CCFF">&nbsp;In contrasto di fase:</font></font></font></b>

<br>&nbsp;<a href="200.mp4"  target="MAINTEXTIT"><img SRC="blueball.gif" BORDER=0 height=11 width=31
  <video width="320" eight="240" preload controls loop>
	<source src="200.mp4" type="video/mp4">
	<source src="200.ogg" type="video/ogg">
	<source src="200.webm" type="video/webm">
<font face="Times New Roman,Times"><font color="#FF8C00"><font size=-1>Batteri</font></font></font></b>
</video></a></b>

........................
Thank for help.

I have a site (www.vency.com) with two frames. By using the following code, the second/main frame of my site is full, instead of being of expected dimensions:<br /> <nowiki>........</nowiki><br /> <pre><nowiki><br><b><font face="Times New Roman,Times"><font size=-1><font color="#CC33CC">&nbsp; </font><font color="#33CCFF">&nbsp;VIDEO/Microrganismi </font></font></font></b> <br><b><font face="Times New Roman,Times"><font size=-1><font color="#00FFFF">&nbsp; </font><font color="#33CCFF">&nbsp;In contrasto di fase:</font></font></font></b> <br>&nbsp;<a href="200.mp4" target="MAINTEXTIT"><img SRC="blueball.gif" BORDER=0 height=11 width=31 <video width="320" eight="240" preload controls loop> <source src="200.mp4" type="video/mp4"> <source src="200.ogg" type="video/ogg"> <source src="200.webm" type="video/webm"> <font face="Times New Roman,Times"><font color="#FF8C00"><font size=-1>Batteri</font></font></font></b> </video></a></b></nowiki></pre> <nowiki>........................</nowiki><br /> Thank for help.

cor-el tarafından tarihinde düzenlendi

Tüm Yanıtlar (3)

more options

You made a typo in the target value: target="MAINTEXTIT" -> target="MAINTEXT"

<frameset COLS="220,*">
<frame src="listeren.html" NAME="LISTER" SCROLLING=YES noresize>
<frame src="central.html" NAME="MAINTEXT" MARGINWIDTH=15 MARGINHEIGHT=15 scrolling="yes" noresize>
</frameset>
more options

The site has an english version and an italian one. The central frame I named MAINTEXT for using the english texts in the central frame; while I named MAINTEXTIT the central frame used for italian version of the site.

Anyway, when I test the reported code on my PC - where is a version of the site - the video is charged but at full screen; I'm unable to resize it. On the web, the video do not charge at all. It may be because the video is HD 750/50p ? Thanks.

more options

The site has an english version and an italian one. The central frame I named MAINTEXT for using the english texts in the central frame; while I named MAINTEXTIT the central frame used for italian version of the site.

Anyway, when I test the reported code on my PC - where is a version of the site - the video is charged but at full screen; I'm unable to resize it. On the web, the video do not charge at all. It may be because the video is HD 750/50p ? Thanks.