tutorials.de Buch-Aktion 05/2012
ERLEDIGT
NEIN
ANTWORTEN
3
ZUGRIFFE
885
EMPFEHLEN
  • An Twitter übertragen
  • An Facebook übertragen
DIESES THEMA IST
GESCHLOSSEN
  1. #1
    Avatar von NetPerformance
    NetPerformance NetPerformance ist offline Mitglied Brokat
    Registriert seit
    Aug 2003
    Beiträge
    409
    Hi..

    Habe beim besten Willen überhaupt keine Ahnung, warum der Scrollbar nicht angezeigt wird.

    http://www.aaron.de/test/ff.png

    Ich war dabei ein Shopsystem anzupassen.
    Jetzt kann ich nicht weiter machen, da sich die restlichen Felder weiter unten befinden.

    Gruß
    Aaron * warum muss mir immer sowas passieren *
     

  2. #2
    Avatar von AKrebs70
    AKrebs70 AKrebs70 ist offline Mitglied Platin
    Registriert seit
    Feb 2005
    Ort
    Duisburg (NRW)
    Beiträge
    544
    Hallo!

    Der Quell-Text währe sinnvoller.

    Axel
     

  3. #3
    Avatar von NetPerformance
    NetPerformance NetPerformance ist offline Mitglied Brokat
    Registriert seit
    Aug 2003
    Beiträge
    409
    Kennst du aus dem anderen Posting
    Das Shopmodul beinhaltet 3500 Zielen.
    Die einzelnen Seiten sind alle untereinander aufgeführt. Diese Seite "payment" ist zu lang und wird nicht ganz angezeigt.


    Code :
    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
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    
    <html>
    <head>
        <TITLE>Products example template</TITLE>
    </head>
     
    <body>
    <BR><BR><BR><BR><HR><BR><BR><BR>
    <h3>BASKET_INFO_TEMPLATE</h3>
    <em>
    Subpart used if the GPvar "products_info" was set. This is normally used to let people enter address information separately from the real basket.<BR>
    Exact same features as BASKET_TEMPLATE<BR>
    </em><br>
    <br>
    <br>
    <!-- ###BASKET_INFO_TEMPLATE### begin
        Subpart used if the GPvar "products_info" was set. This is normally used to let people enter address information separately from the real basket
        Exact same features as BASKET_TEMPLATE
    -->
    <FORM method="post" action="###FORM_URL###">
    <TABLE border="0" cellspacing="0" cellpadding="1" width=100%>
        <tr>
            <td><img src="clear.gif" width=100 height=1></td>
            <td><img src="clear.gif" width=5 height=1></td>
            <td><img src="clear.gif" width=200 height=1></td>
            <td colspan=3><img src="clear.gif" width=100% height=1></td>
        </tr>
        <tr>
            <td colspan=6 class="title">Invoice address</td>
        </tr>
        <tr>
            <td colspan=6>
            <!-- ###BILLING_ADDRESS### start -->
            ###GW1B###
                Enter your postal address here. This name and address will be printed on the invoice as the one, who buys the goods.<br>
                Normally we will send the goods to this address, but if you enter an alternative address in the fields below, we'll send your goods there instead.<br>
                If you chose "Pickup" as delivery form, your goods are not shipped to you of course. 
            ###GW1E###
                <br>
                <br>
                <table>
                <tr>
                    <td>###GW1B###<strong>Name/Company: </strong>*###GW1E###</td>
                </tr>
                <tr>
                    <td><input type="text" name="recs[personinfo][name]" size="50" value="###PERSON_NAME###"></td>
                </tr>
                <tr>
                    <td>###GW1B###<strong>Address: </strong>*###GW1E###</td>
                </tr>
                <tr>
                    <td><textarea cols=30 rows=5 name="recs[personinfo][address]" wrap="off">###PERSON_ADDRESS###</textarea></td>
                </tr>
                <tr>
                    <td>###GW1B###<strong>Phone: </strong>*###GW1E###</td>
                </tr>
                <tr>
                    <td><input type="text" name="recs[personinfo][telephone]" size="50" value="###PERSON_TELEPHONE###"></td>
                </tr>
                <tr>
                    <td>###GW1B###<strong>Email:</strong>###GW1E###</td>
                </tr>
                <tr>
                    <td><input type="text" name="recs[personinfo][email]" size="50" value="###PERSON_EMAIL###"></td>
                </tr>
                </table><br>
                
                ###GW1B###
                <em>Notice: Fields with * must be filled in!</em>
                ###GW1E###
            <!-- ###BILLING_ADDRESS### end-->
     
            
            <!-- ###BILLING_ADDRESS_LOGIN### start
                If this part is not empty then this will be used instead of BILLING_ADDRESS if there is a FE-login user.
             -->
                <br>
                <table>
                <tr>
                    <td>###GW1B###<strong>Name/Company:</strong>###GW1E###</td>
                </tr>
                <tr>
                    <td>###GW1B######PERSON_NAME######GW1E###</td>
                </tr>
     
                <tr>
                    <td>###GW1B###<strong>Postal address:</strong>###GW1E###</td>
                    <td>###GW1B######PERSON_ADDRESS_DISPLAY######GW1E###</td>
                </tr>
                <tr>
                    <td>###GW1B###<strong>Phone:</strong>###GW1E###</td>
                    <td>###GW1B######PERSON_TELEPHONE######GW1E###</td>
                </tr>
                <tr>
                    <td>###GW1B###<strong>Email:</strong>###GW1E###</td>
                    <td>###GW1B######PERSON_EMAIL######GW1E###</td>
                </tr>
                </table>
            <!-- ###BILLING_ADDRESS_LOGIN### end-->
            </td>
        </tr>
        <tr>
            <td colspan=6><img src="clear.gif" width=1 height=10></td>
        </tr>
        <tr>
            <td colspan=3 class="title">Other delivery address</td>
            <td colspan=3></td>
        </tr>
        <tr>
            <td colspan=3>
            ###GW1B###
                If you wish your goods to be delivered to another address than the invoice address above, enter the full address here. You can also enter the contact person/email at this location.
            ###GW1E###
                <br>
                <br>
     
                <table>
                <tr>
                    <td>###GW1B###<strong>Contact person:</strong>###GW1E###</td>
                </tr>
                <tr>
                    <td><input type="text" name="recs[delivery][name]" size="50" value="###DELIVERY_NAME###"></td>
                </tr>
                <tr>
                    <td>###GW1B###<strong>Address:</strong>###GW1E###</td>
                </tr>
                <tr>
                    <td><textarea cols=30 rows=5 name="recs[delivery][address]" wrap="off">###DELIVERY_ADDRESS###</textarea></td>
                </tr>
                <tr>
                    <td>###GW1B###<strong>Phone:</strong>###GW1E###</td>
                </tr>
                <tr>
                    <td><input type="text" name="recs[delivery][telephone]" size="50" value="###DELIVERY_TELEPHONE###"></td>
                </tr>
                <tr>
                    <td>###GW1B###<strong>Email:</strong>###GW1E###</td>
                </tr>
                <tr>
                    <td><input type="text" name="recs[delivery][email]" size="50" value="###DELIVERY_EMAIL###"></td>
                </tr>
                </table>
            </td>
            <td colspan=3></td>
        </tr>
        <tr>
            <td colspan=6><img src="clear.gif" width=1 height=10></td>
        </tr>
        <tr>
            <td colspan=3 class="title">Notes</td>
            <td colspan=3></td>
        </tr>
        <tr>
            <td colspan=3>
                ###GW1B###
                    If you have any further comments to your order, please use this field:
                ###GW1E###
                <br>
                <br>
     
                <table>
                <tr>
                    <td>###GW1B###Comments:###GW1E###</td>
                    <td><textarea cols=30 rows=5 name="recs[delivery][note]">###DELIVERY_NOTE###</textarea></td>
                </tr>
                </table>
            </td>
            <td colspan=3></td>
        </tr>
    <//table>
    <br>
    <input type="Submit" name="products_update" value="Back to basket">&nbsp;&nbsp; <input type="Submit" name="products_payment" value="Pay / Order" onClick="document.forms[0].action='###FORM_URL_FINALIZE###';">
     
    </FORM>
    <BR>
    <!-- ###BASKET_INFO_TEMPLATE### end -->
     
    </body>
    </html>
     

  4. #4
    Maik Tutorials.de Gastzugang
    Der Grund hierfür ist dann wohl im CSS-Code zu suchen, denn dein (nicht CSS-formatierter) HTML-Code erzeugt bei mir die Scrollbars im Firefox (1.0.2)
     

Ähnliche Themen

  1. Horizontale Scrollbar wird nicht angezeigt.
    Von Herr_M im Forum Swing, Java2D/3D, SWT, JFace
    Antworten: 2
    Letzter Beitrag: 17.11.08, 08:10
  2. Antworten: 1
    Letzter Beitrag: 28.10.07, 17:01
  3. Scrollbar in DataGrid wird nicht angezeigt
    Von JJB im Forum .NET Windows Forms
    Antworten: 2
    Letzter Beitrag: 12.04.06, 15:54
  4. Antworten: 16
    Letzter Beitrag: 23.12.04, 15:37
  5. Antworten: 2
    Letzter Beitrag: 05.08.03, 10:13