Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem converting itextsharp from htmlWorker to xmlWorker Pin
samflex6-May-17 12:33
samflex6-May-17 12:33 
AnswerRe: Problem converting itextsharp from htmlWorker to xmlWorker Pin
Richard Deeming8-May-17 2:06
mveRichard Deeming8-May-17 2:06 
GeneralRe: Problem converting itextsharp from htmlWorker to xmlWorker Pin
samflex9-May-17 7:10
samflex9-May-17 7:10 
GeneralRe: Problem converting itextsharp from htmlWorker to xmlWorker Pin
Richard Deeming10-May-17 0:38
mveRichard Deeming10-May-17 0:38 
GeneralRe: Problem converting itextsharp from htmlWorker to xmlWorker Pin
samflex12-May-17 9:26
samflex12-May-17 9:26 
GeneralRe: Problem converting itextsharp from htmlWorker to xmlWorker Pin
samflex12-May-17 9:02
samflex12-May-17 9:02 
GeneralRe: Problem converting itextsharp from htmlWorker to xmlWorker Pin
Richard Deeming12-May-17 9:15
mveRichard Deeming12-May-17 9:15 
QuestionText in a Div is pushing icon to the next line. How do I stop this? Pin
McTartan3-May-17 11:53
professionalMcTartan3-May-17 11:53 
I have a div which is misbehaving badly. It seems that some very long text entered into this "tableItem" is causing the icon within the div to be pushed down to the next line. How do I stop this maddening behavior?

ASP.NET
<pre>
<div style="max-height: 175px; overflow-y: auto; width: auto;">
 <table id="tblSelectedItem" runat="server">
  <tbody>
   <tr>
    <td>
     <div class='itemStyle'>
      <div style='float: left; border: 0; min-width: 245px;'> </div>
      <div style='display: inline-block; float: left; border: 0;'>
       <img src="~/Images/search.png" id="imgSearch" alt="Select Items" runat="server" class="SearchIconStyle" />
      </div>
      </div>
     </td>
    </tr>
   <tr>
   </tr>
  </tbody>
 </table>
</div>



CSS
.itemStyle {
            border: 1px solid #cccccc;
            border-radius: 6px;
            display: inline-block;
            padding: 3px 3px 3px 3px;
            white-space: nowrap;
            margin: 0;
            /*overflow: hidden;*/
            height: 20px;
        }

 .SearchIconStyle {
            cursor: pointer;
            margin-top: 2px;
            margin-right: 2px;
        }


modified 3-May-17 18:20pm.

AnswerRe: Text in a Div is pushing icon to the next line. How do I stop this? Pin
John C Rayan11-May-17 5:47
professionalJohn C Rayan11-May-17 5:47 
GeneralRe: Text in a Div is pushing icon to the next line. How do I stop this? Pin
McTartan12-May-17 9:40
professionalMcTartan12-May-17 9:40 
PraiseRe: Text in a Div is pushing icon to the next line. How do I stop this? Pin
John C Rayan14-May-17 22:24
professionalJohn C Rayan14-May-17 22:24 
QuestionDataGrid with CHECKBOX and RADIOBUTTON in the column. Pin
VinKot27-Apr-17 5:02
VinKot27-Apr-17 5:02 
AnswerRe: DataGrid with CHECKBOX and RADIOBUTTON in the column. Pin
Afzaal Ahmad Zeeshan27-Apr-17 5:33
professionalAfzaal Ahmad Zeeshan27-Apr-17 5:33 
AnswerRe: DataGrid with CHECKBOX and RADIOBUTTON in the column. Pin
User 418025427-Apr-17 11:14
User 418025427-Apr-17 11:14 
QuestionForce Browser to use updated pdf file instead of cache version Pin
Blikkies26-Apr-17 6:51
professionalBlikkies26-Apr-17 6:51 
AnswerRe: Force Browser to use updated pdf file instead of cache version Pin
jkirkerx26-Apr-17 9:37
professionaljkirkerx26-Apr-17 9:37 
GeneralRe: Force Browser to use updated pdf file instead of cache version Pin
Blikkies26-Apr-17 9:43
professionalBlikkies26-Apr-17 9:43 
AnswerRe: Force Browser to use updated pdf file instead of cache version Pin
ZurdoDev26-Apr-17 10:21
professionalZurdoDev26-Apr-17 10:21 
AnswerRe: Force Browser to use updated pdf file instead of cache version Pin
jkirkerx26-Apr-17 12:49
professionaljkirkerx26-Apr-17 12:49 
QuestionRDLC SetPageSettings Pin
D.Manivelan26-Apr-17 4:16
D.Manivelan26-Apr-17 4:16 
QuestionRE-Drop Down List Error Pin
Member 1116162526-Apr-17 2:32
Member 1116162526-Apr-17 2:32 
AnswerRe: RE-Drop Down List Error PinPopular
Jochen Arndt26-Apr-17 2:41
professionalJochen Arndt26-Apr-17 2:41 
GeneralRe: RE-Drop Down List Error Pin
ZurdoDev26-Apr-17 3:22
professionalZurdoDev26-Apr-17 3:22 
AnswerRe: RE-Drop Down List Error Pin
jsc4226-Apr-17 2:52
professionaljsc4226-Apr-17 2:52 
QuestionI want to show data in gridview even if only one dropdown is selected Pin
Member 1314815825-Apr-17 20:05
Member 1314815825-Apr-17 20:05 

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.