Search Results

1
vote
4answers
1k views

Align a <div> to the top, and one to the bottom of a table

I'm having trouble with some vertical CSS positioning. I would like to create a page with the following layout: B AAA AAA AAA C AAA A is a grid (table) of dat …
0
votes
2answers
1k views

asp.net ajax calendar extender (in updatepanel) causes wrapping

Here's a simplified version of my page: <asp:UpdatePanel runat="server" ID="dateUpdatePanel" RenderMode="Inline"> <ContentTemplate> <asp:Label runat="server" ID= …
0
votes

asp.net ajax calendar extender (in updatepanel) causes wrapping

<style type="text/css"> ajax__calendar { display: inline; } </style> seems to fix it with IE6 and FF3 …