Click here to Skip to main content
15,908,274 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: how to solve this problem? Pin
Paddy Boyd11-Jul-06 23:47
Paddy Boyd11-Jul-06 23:47 
GeneralRe: how to solve this problem? Pin
Jonathan [Darka]12-Jul-06 4:56
professionalJonathan [Darka]12-Jul-06 4:56 
GeneralRe: how to solve this problem? Pin
Paddy Boyd12-Jul-06 5:00
Paddy Boyd12-Jul-06 5:00 
GeneralRe: how to solve this problem? Pin
Jonathan [Darka]12-Jul-06 5:03
professionalJonathan [Darka]12-Jul-06 5:03 
QuestionGetting Email Read Notification Pin
Mohsen Sajjadi11-Jul-06 21:49
Mohsen Sajjadi11-Jul-06 21:49 
AnswerRe: Getting Email Read Notification [modified] Pin
Brent Lamborn12-Jul-06 3:54
Brent Lamborn12-Jul-06 3:54 
GeneralRe: Getting Email Read Notification Pin
Vasudevan Deepak Kumar12-Jul-06 4:35
Vasudevan Deepak Kumar12-Jul-06 4:35 
Questionfloat: right not working [modified] Pin
eggsovereasy11-Jul-06 5:00
eggsovereasy11-Jul-06 5:00 
<br />
<div style="width: 380px;"><br />
  <div style="float: right;"><br />
    <div style="height: 40px; vertical-align: middle;"><br />
      <asp:Button ID="btnTop" runat="server" Text="Top" CssClass="Button" Width="75px" /><br />
    </div><br />
    <div style="height: 40px; vertical-align: middle;"><br />
      <asp:Button ID="btnUp" runat="server" Text="Up" CssClass="Button" Width="75px" /><br />
    </div><br />
    <div style="height: 40px; vertical-align: middle;"><br />
      <asp:Button ID="btnDown" runat="server" Text="Down" CssClass="Button" Width="75px" /><br />
    </div><br />
    <div style="height: 40px; vertical-align: middle;"><br />
      <asp:Button ID="btnBottom" runat="server" Text="Bottom" CssClass="Button" Width="75px" /><br />
    </div><br />
  </div><br />
  <asp:ListBox ID="lbItems" runat="server" Rows="10" Width="300px"           Height="166px"></asp:ListBox><br />
</div><br />


I have the above code in an aspx page, but the div with float right appears above the listbox rather than to its right. If I remove the heights from the divs with buttons in them then the buttons appear to the right of hte list box, but they are all bunched together. I could easily acheive what I want here with a table, but I'm trying to make an all CSS page.

Basically I want CSS for this table:

<br />
<table><br />
  <tr><br />
    <td rowspan="4"></td><br />
    <td></td><br />
  </tr><br />
  <tr><br />
    <td></td><br />
  </tr><br />
  <tr><br />
    <td></td><br />
  </tr><br />
  <tr><br />
    <td></td><br />
  </tr><br />
</table><br />

-- modified at 11:01 Tuesday 11th July, 2006
AnswerRe: float: right not working [modified] Pin
dwatkins@dirq.net11-Jul-06 9:36
dwatkins@dirq.net11-Jul-06 9:36 
AnswerRe: float: right not working Pin
Guffa11-Jul-06 9:36
Guffa11-Jul-06 9:36 
Questionsecurity on website?? [modified] Pin
campbells11-Jul-06 0:57
campbells11-Jul-06 0:57 
AnswerRe: security on website?? Pin
dwatkins@dirq.net11-Jul-06 3:37
dwatkins@dirq.net11-Jul-06 3:37 
GeneralRe: security on website?? Pin
campbells11-Jul-06 4:27
campbells11-Jul-06 4:27 
GeneralRe: security on website?? Pin
dwatkins@dirq.net11-Jul-06 4:37
dwatkins@dirq.net11-Jul-06 4:37 
GeneralRe: security on website?? Pin
campbells11-Jul-06 17:20
campbells11-Jul-06 17:20 
QuestionWhy I could not visit the forum? Pin
rushing10-Jul-06 17:34
rushing10-Jul-06 17:34 
QuestionJavaScript class creation query Pin
dhruba.bandopadhyay10-Jul-06 5:57
dhruba.bandopadhyay10-Jul-06 5:57 
AnswerRe: JavaScript class creation query Pin
Edbert P10-Jul-06 20:55
Edbert P10-Jul-06 20:55 
QuestionReading file from javascript [modified] Pin
theprinc10-Jul-06 4:46
theprinc10-Jul-06 4:46 
AnswerRe: Reading file from javascript Pin
Paddy Boyd10-Jul-06 6:09
Paddy Boyd10-Jul-06 6:09 
GeneralRe: Reading file from javascript Pin
theprinc10-Jul-06 6:15
theprinc10-Jul-06 6:15 
AnswerRe: Reading file from javascript Pin
Guffa10-Jul-06 7:41
Guffa10-Jul-06 7:41 
GeneralRe: Reading file from javascript Pin
dwatkins@dirq.net11-Jul-06 9:46
dwatkins@dirq.net11-Jul-06 9:46 
GeneralRe: Reading file from javascript Pin
User 171649212-Jul-06 8:27
professionalUser 171649212-Jul-06 8:27 
GeneralRe: Reading file from javascript Pin
User 171649210-Jul-06 13:34
professionalUser 171649210-Jul-06 13:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.