login  Naam:   Wachtwoord: 
Registreer je!
 Forum

pagina uitrekken

Offline ottorocket - 06/05/2006 09:09
Avatar van ottorocketOnbekend Hoe kan ik de onderste rij van mijn tabel waarin mijn iframe staat laten uitrekken tot hoeveel tekst er is in de pagina die in het iframe wordt geladen??

voorbeeld: www.pauldeloose.be

zoals je ziet staat de border van de tabel altijd heel wat lager dan de tekst.

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Schilderwerken Paul De Loose</title>
  6. <style type="text/css">
  7. <!--
  8. body {
  9. background: #000099;
  10. text-align: center;
  11. }
  12. table {
  13. border: 2px dashed #FFFFFF;
  14. text-align: left;
  15. }
  16. a:link {
  17. background: #FFFFFF;
  18. display: block;
  19. text-decoration: none;
  20. padding-left: 5px;
  21. font-family: "Courier New", Courier, mono;
  22. }
  23. a:hover {
  24. text-decoration: none;
  25. background: #999999;
  26. display: block;
  27. border: 1px dotted #000000;
  28. }
  29. a:visited {
  30. text-decoration: none;
  31. background: #FFFFFF;
  32. display: block;
  33. }
  34. a:active {
  35. text-decoration: none;
  36. display: block;
  37. }
  38. .navigatie {
  39. background: #999999;
  40. display: block;
  41. text-align: center;
  42. font: bold 15px "Times New Roman", Times, serif;
  43. }
  44. iframe {
  45. border-top: 2px dashed #FFFFFF;
  46. border-right: #FFFFFF;
  47. border-bottom: #FFFFFF;
  48. border-left: #FFFFFF;
  49. }
  50. -->
  51. </style>
  52. </head>
  53.  
  54. <body>
  55. <div align="center">
  56. <table width="650" cellspacing="0" cellpadding="0">
  57. <tr>
  58. <td width="534" height="89">&nbsp;</td>
  59. <td width="112">
  60. <span class="navigatie">Navigatie paneel</span>
  61. <a href="home.htm" target="mainframe">Home</a>
  62. <a href="werken.htm" target="mainframe">Werken</a>
  63. <a href="contact.htm" target="mainframe">Contact</a>
  64. <a href="fotos.htm" target="mainframe">Foto's</a></td>
  65. </tr>
  66. <tr>
  67. <td height="600" colspan="2"><iframe name="mainframe" src="home.htm" width="100%" height="100%" frameborder="0"></iframe></td>
  68. </tr>
  69. </table>
  70. <p>&nbsp;</p>
  71. </div>
  72. </body>
  73. </html>

4 antwoorden

Gesponsorde links
Offline sjak - 06/05/2006 09:12
Avatar van sjak HTML interesse een iframe word gebruikt om te zorgen dat hij niet uitgerekt hoeft te worden...
Offline stijnhau - 06/05/2006 09:13
Avatar van stijnhau Onbekend heigth="100%"

bij de iframe zetten.
Offline ottorocket - 06/05/2006 09:13
Avatar van ottorocket Onbekend owjah, maar hoe kan ik dit dan oplossen??
Offline sjak - 06/05/2006 09:15
Avatar van sjak HTML interesse je tekst gewoon in die tabel plaatsen bijv
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.167s