Click here to Skip to main content
15,918,333 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to block user from copying data from webpage using javascript? Pin
kingsleen25-Nov-08 1:19
kingsleen25-Nov-08 1:19 
QuestionNavigating using Cursor Keys Pin
il_manti14-Nov-08 3:43
il_manti14-Nov-08 3:43 
AnswerRe: Navigating using Cursor Keys Pin
sph3rex14-Nov-08 7:54
sph3rex14-Nov-08 7:54 
GeneralRe: Navigating using Cursor Keys Pin
il_manti14-Nov-08 8:11
il_manti14-Nov-08 8:11 
Questionhow connect ASP.net Website with SQL server express 2005 using IIS Pin
sagnik2008`14-Nov-08 2:47
sagnik2008`14-Nov-08 2:47 
AnswerRe: how connect ASP.net Website with SQL server express 2005 using IIS Pin
Paddy Boyd14-Nov-08 6:01
Paddy Boyd14-Nov-08 6:01 
Questiondiv Pin
rose19614-Nov-08 2:03
rose19614-Nov-08 2:03 
AnswerRe: div Pin
Paul Watson14-Nov-08 2:09
sitebuilderPaul Watson14-Nov-08 2:09 
You are using a block-level element (div) which will always attempt to take up "the entire line" as opposed to flow-level elements (u, img, span etc.) which take up just the space of their contents.

You should not be setting width: auto often as it is the default. Only if you are overriding inherited properties will you set it.

I don't know what you are trying to do but this may be more appropriate:
<span>
  <u>Hai</u>
</span>


span is a flow-level generic element while div is a block-level generic element.


Questionstyle property regular expression Pin
L Viljoen13-Nov-08 20:57
professionalL Viljoen13-Nov-08 20:57 
AnswerRe: style property regular expression Pin
sph3rex14-Nov-08 0:34
sph3rex14-Nov-08 0:34 
GeneralRe: style property regular expression Pin
L Viljoen14-Nov-08 0:55
professionalL Viljoen14-Nov-08 0:55 
GeneralRe: style property regular expression Pin
Paul Conrad15-Nov-08 16:20
professionalPaul Conrad15-Nov-08 16:20 
GeneralRe: style property regular expression Pin
L Viljoen23-Nov-08 22:43
professionalL Viljoen23-Nov-08 22:43 
QuestionHelp with JavaScript regex problem Pin
Martin Cooke13-Nov-08 9:30
Martin Cooke13-Nov-08 9:30 
AnswerRe: Help with JavaScript regex problem Pin
Shog913-Nov-08 10:38
sitebuilderShog913-Nov-08 10:38 
QuestionAuthentication code for humans Pin
TheComputerMan13-Nov-08 2:52
TheComputerMan13-Nov-08 2:52 
AnswerRe: Authentication code for humans Pin
NeverHeardOfMe13-Nov-08 3:01
NeverHeardOfMe13-Nov-08 3:01 
GeneralRe: Authentication code for humans Pin
TheComputerMan13-Nov-08 3:48
TheComputerMan13-Nov-08 3:48 
AnswerRe: Authentication code for humans Pin
Jörgen Andersson13-Nov-08 4:29
professionalJörgen Andersson13-Nov-08 4:29 
GeneralRe: Authentication code for humans Pin
Paul Conrad13-Nov-08 6:37
professionalPaul Conrad13-Nov-08 6:37 
QuestionSelecting an area on a map Pin
Rage13-Nov-08 1:56
professionalRage13-Nov-08 1:56 
AnswerRe: Selecting an area on a map Pin
NeverHeardOfMe13-Nov-08 3:04
NeverHeardOfMe13-Nov-08 3:04 
GeneralRe: Selecting an area on a map Pin
Rage13-Nov-08 4:28
professionalRage13-Nov-08 4:28 
GeneralRe: Selecting an area on a map Pin
NeverHeardOfMe13-Nov-08 4:44
NeverHeardOfMe13-Nov-08 4:44 
GeneralRe: Selecting an area on a map Pin
Rage13-Nov-08 7:09
professionalRage13-Nov-08 7:09 

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.