Click here to Skip to main content
15,885,365 members
Home / Discussions / Web Development
   

Web Development

 
QuestionConsuming SOAP 1.1 WebService using Telnet Pin
NandoMan23-Mar-11 15:18
NandoMan23-Mar-11 15:18 
QuestionPrinting issues in IE with framesets Pin
Gerben Jongerius23-Mar-11 5:04
Gerben Jongerius23-Mar-11 5:04 
AnswerRe: Printing issues in IE with framesets Pin
cjoki24-Mar-11 5:10
cjoki24-Mar-11 5:10 
GeneralRe: Printing issues in IE with framesets Pin
Gerben Jongerius24-Mar-11 22:31
Gerben Jongerius24-Mar-11 22:31 
GeneralRe: Printing issues in IE with framesets Pin
cjoki25-Mar-11 3:06
cjoki25-Mar-11 3:06 
Questionsomething very Strange in Webservice and windows-ce connection.... Pin
goldsoft19-Mar-11 19:20
goldsoft19-Mar-11 19:20 
QuestionWidth of window and presentation Pin
Dalek Dave11-Mar-11 14:27
professionalDalek Dave11-Mar-11 14:27 
AnswerRe: Width of window and presentation Pin
Graham Breach11-Mar-11 23:04
Graham Breach11-Mar-11 23:04 
Block elements like divs will try to take up the whole width (unless you float them). Here's something that might do what you're after:
<html>
  <head>
    <title>Two divs</title>
    <style type="text/css">
      #left { width: 100px; height: 100px; float: left; background-color: #ccf }
      #right { margin-left: 101px; background-color: #fcc }
    </style>
  </head>
  <body>
    <div id="left">
      *Something here*
    </div>
    <div id="right">
      *Something else*
    </div>
  </body>
</html>


The "margin-left" on the second div is leaving space for the first floated div to fit in.
QuestionTrusted sites in IE7 and 8 Pin
prakk889-Mar-11 0:20
prakk889-Mar-11 0:20 
QuestionOut of Memory error in asp while fetching data from sql and display around 1,00,000 records Pin
priyaahh8-Mar-11 19:43
priyaahh8-Mar-11 19:43 
AnswerRe: Out of Memory error in asp while fetching data from sql and display around 1,00,000 records Pin
Dalek Dave8-Mar-11 21:40
professionalDalek Dave8-Mar-11 21:40 
AnswerRe: Out of Memory error in asp while fetching data from sql and display around 1,00,000 records Pin
R. Giskard Reventlov9-Mar-11 4:59
R. Giskard Reventlov9-Mar-11 4:59 
QuestionAccessing local machine from web page Pin
pstsp91127-Feb-11 3:51
pstsp91127-Feb-11 3:51 
AnswerCross post Pin
Not Active27-Feb-11 6:02
mentorNot Active27-Feb-11 6:02 
AnswerRe: Accessing local machine from web page Pin
Pete O'Hanlon6-Mar-11 4:54
mvePete O'Hanlon6-Mar-11 4:54 
GeneralRe: Accessing local machine from web page Pin
GenJerDan6-Mar-11 5:22
GenJerDan6-Mar-11 5:22 
JokeRe: Accessing local machine from web page Pin
Eddy Vluggen20-Mar-11 3:44
professionalEddy Vluggen20-Mar-11 3:44 
QuestionCSS Question on newly discover Syntax [modified] Pin
toikken23-Feb-11 11:33
toikken23-Feb-11 11:33 
AnswerRe: CSS Question on newly discover Syntax Pin
musefan2-Mar-11 23:32
musefan2-Mar-11 23:32 
QuestionMusic Streaming API Pin
Matt Cavanagh22-Feb-11 23:10
Matt Cavanagh22-Feb-11 23:10 
QuestionPicking up data from a webpage to excel. Pin
Dalek Dave21-Feb-11 10:52
professionalDalek Dave21-Feb-11 10:52 
Questioncenter middle of three spans Pin
Stryder_118-Feb-11 7:09
Stryder_118-Feb-11 7:09 
AnswerRe: center middle of three spans Pin
Sunasara Imdadhusen22-Feb-11 1:36
professionalSunasara Imdadhusen22-Feb-11 1:36 
AnswerRe: center middle of three spans Pin
musefan2-Mar-11 23:24
musefan2-Mar-11 23:24 
QuestionIndian rupee sign in web page Pin
Rounak Hasan16-Feb-11 18:25
Rounak Hasan16-Feb-11 18:25 

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.