mysqldumper
-


Hinweise


Antwort
 
LinkBack Themen-Optionen Thema durchsuchen Thema bewerten
Alt 17.07.2005, 15:18   #1
TP-Senior
 
Registriert seit: Mar 2004
freaksta macht alles soweit korrekt

Problem bei tabellen layout


Servus...


hab ne neue Seite mit Tabellen gemacht die mir auch ganz gut gefällt.

Jetzt is mir aber n fehler aufgefallen wenn rechts viel content ist.

hier mal n screen davon

[IMG]http://www.***.com/ba/1.jpg[/IMG] und hier der Link zur kompletten Page

wenn mir da jemand helfen könnte wär ich sehr dankbar

vllt. kann mir auch jemand sagen wie ich das besser löse via. css aber ich kann kein css

greetings
__________________
...

Geändert von freaksta (06.02.2007 um 00:17 Uhr).
freaksta ist offline   Mit Zitat antworten


Alt 18.07.2005, 14:15   #2
TP-Veteran
 
Benutzerbild von jayjay
 
Registriert seit: May 2003
Ort: krefeld
jayjay bringt sich richtig einjayjay bringt sich richtig ein
versuche mal tabelle zum scrollen:
Code:
<html>
<head>
<title>:::scroll.table:::</title>

<style type="text/css">
td.head
{
width: 240px;
height: 18px;
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: #ccddee;
background-color: #1e598b;
}

td.scroll
{
width: 240px;
height: 100px;
font-family: verdana;
font-size: 10px;
color: #ccddee;
background-color: #203b59;
scrollbar-base-color: #203b59;
scrollbar-3d-light-color: #a0bbd9;
scrollbar-arrow-color: #a0bbd9;
scrollbar-darkshadow-color: #203b59;
scrollbar-face-color: #203b59;
scrollbar-highlight-color: #809bb9;
scrollbar-shadow-color: #809bb9;
scrollbar-track-color: #203b59;
}
</style>

</head>
<body>

<table bgcolor="#000000" cellspacing="1" width="240">
 <tr>
  <td class="head">
         td.head
  </td>
 </tr>
 <tr>
  <td class="scroll">
         <div style="width: 100%; height: 100%; overflow: auto;">

            td.scroll content starts here...

            dummy text dummy text dummy text dummy text dummy text dummy text
            dummy text dummy text dummy text dummy text dummy text dummy text
            dummy text dummy text dummy text dummy text dummy text dummy text
            dummy text dummy text dummy text dummy text dummy text dummy text
            dummy text dummy text dummy text dummy text dummy text dummy text
            dummy text dummy text dummy text dummy text dummy text dummy text
            dummy text dummy text dummy text dummy text dummy text dummy text
            dummy text dummy text dummy text dummy text dummy text dummy text
            dummy text dummy text dummy text dummy text dummy text dummy text
            dummy text dummy text dummy text dummy text dummy text - END

         </div>
  </td>
 </tr>
</table>

</body>
</html>
__________________
computer tun nur das was man ihnen sagt, meistens
jayjay ist offline   Mit Zitat antworten
Alt 18.07.2005, 19:47   #3
TP-Senior
 
Registriert seit: Mar 2004
freaksta macht alles soweit korrekt
mhm

gibts da keine einfacherere möglichkeit?
__________________
...
freaksta ist offline   Mit Zitat antworten
Alt 19.07.2005, 08:29   #4
TP-Veteran
 
Benutzerbild von jayjay
 
Registriert seit: May 2003
Ort: krefeld
jayjay bringt sich richtig einjayjay bringt sich richtig ein
ist gut, du definierst dein css:
td.head - die zelle mit der überschrift
td.scroll - die zelle mit dem inhalt (hier div), scrollbar - alles um den scrollbalken, den kann man im ie auch anpassen
im div der inhalt, overflow: auto; wird automatisch auf scroll gestellt
__________________
computer tun nur das was man ihnen sagt, meistens
jayjay ist offline   Mit Zitat antworten
Antwort

  Aktuelles Thema
  TP Hilfe Forum > Web-Editoren & Coding > HTML Puristen
Problem bei tabellen layout Problem bei tabellen layout
« Transparentes Bild über normales Bild legen? | Alle HTML Tag ins der Übersicht gesucht »

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 
Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu


Alle Zeitangaben in WEZ +2. Es ist jetzt 12:00 Uhr.

Powered by: vBulletin Version 3.7 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. / Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Traum-Projekt.com | Suchen | Archiv | Impressum | Kontakt | | | Nach oben |



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67