to my CSS as well as:.panelclass {
vertical-align: top;
}
and referencign them both in the panelGrid to no avail. CDoes anyone happen to know how to do this?Thanks,John.foo td {
vertical-align: top;
}
1 个回答
Hi John,If I am not getting wrong, you want all the pageBlock in top right ?So put columns in you panelgrid according to the count of your pageblocks, Like this,
<apex:page >
<apex:panelGrid columns="4" id="theGrid" >
<APEX:PAGEBLock>
TESTING
</APEX:PAGEBLock>
<APEX:PAGEBLock>
TESTING 22222222222222222222222222222222222222222222222222222222
</APEX:PAGEBLock>
<APEX:PAGEBLock>
TESTING 3333
</APEX:PAGEBLock>
<APEX:PAGEBLock>
TESTING 4444
</APEX:PAGEBLock>
</apex:panelGrid>
</apex:page>
It shows something like this
Regards,Abhi TripathiSalesforce Developerhttp://abhithetechknight.blogspot.in/