Click here to Skip to main content
15,916,600 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Generated proxy class not appearing in solution explorer Pin
Martin Jarvis13-Apr-10 20:57
Martin Jarvis13-Apr-10 20:57 
GeneralRe: Generated proxy class not appearing in solution explorer Pin
mnemonic6913-Apr-10 22:08
mnemonic6913-Apr-10 22:08 
GeneralRe: Generated proxy class not appearing in solution explorer Pin
Martin Jarvis13-Apr-10 22:50
Martin Jarvis13-Apr-10 22:50 
QuestionBook recommendations on developing commercial Websites? Pin
fjparisIII11-Apr-10 10:34
fjparisIII11-Apr-10 10:34 
AnswerRe: Book recommendations on developing commercial Websites? Pin
Dalek Dave11-Apr-10 11:15
professionalDalek Dave11-Apr-10 11:15 
GeneralI'll try to be more specific about what I need Pin
fjparisIII11-Apr-10 13:18
fjparisIII11-Apr-10 13:18 
GeneralRe: I'll try to be more specific about what I need Pin
Not Active11-Apr-10 15:11
mentorNot Active11-Apr-10 15:11 
GeneralRe: I'll try to be more specific about what I need Pin
fjparisIII11-Apr-10 18:18
fjparisIII11-Apr-10 18:18 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
fjparisIII11-Apr-10 18:41
fjparisIII11-Apr-10 18:41 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
User 171649211-Apr-10 21:42
professionalUser 171649211-Apr-10 21:42 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
fjparisIII12-Apr-10 5:17
fjparisIII12-Apr-10 5:17 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
Not Active12-Apr-10 5:36
mentorNot Active12-Apr-10 5:36 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
User 171649212-Apr-10 5:49
professionalUser 171649212-Apr-10 5:49 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
fjparisIII12-Apr-10 6:08
fjparisIII12-Apr-10 6:08 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
Eddy Vluggen11-Apr-10 23:59
professionalEddy Vluggen11-Apr-10 23:59 
GeneralRe: I'll try to be more specific about what I need Pin
Not Active12-Apr-10 2:25
mentorNot Active12-Apr-10 2:25 
GeneralRe: I'll try to be more specific about what I need Pin
Dalek Dave12-Apr-10 3:32
professionalDalek Dave12-Apr-10 3:32 
GeneralRe: I'll try to be more specific about what I need Pin
Not Active12-Apr-10 5:32
mentorNot Active12-Apr-10 5:32 
GeneralRe: I'll try to be more specific about what I need Pin
fjparisIII12-Apr-10 5:19
fjparisIII12-Apr-10 5:19 
GeneralRe: I'll try to be more specific about what I need Pin
Not Active12-Apr-10 5:34
mentorNot Active12-Apr-10 5:34 
QuestionLocking size of browser window Pin
sangeeta200910-Apr-10 21:33
sangeeta200910-Apr-10 21:33 
AnswerRe: Locking size of browser window Pin
John Bracey10-Apr-10 23:25
John Bracey10-Apr-10 23:25 
AnswerRe: Locking size of browser window Pin
T M Gray12-Apr-10 9:19
T M Gray12-Apr-10 9:19 
QuestionForcing overflowing floats onto one line Pin
hxhl9510-Apr-10 19:02
hxhl9510-Apr-10 19:02 
Hiya everyone,

I have a dynamically generated (using the innerHTML property) set of list items that're floated into a 4-column list like follows:

<ul>
<li style="width:40%">text</li>
<li style="width: 20%">text</li>
<li style="width: 30%">text</li>
<li style="width: 10%">text</li>
</ul>


The container that this list is in has to be able to dynamically resize. I've added overflow:auto to add scrollbars when the content in the box overflows.

BUT, when the container is resized small enough, instead of having a horizontal scrollbar (the vertical one works fine) the rightmost <li> gets pushed down to the next line instead of staying on one line with the other 3 <li>s and overflowing off the side of the window, making a scrollbar appear.

I've already tried white-space:nowrap in half a dozen places. Refuses to work. I can't use a table either, as dynamically writing a table causes a runtime error in IE and I want this code to be as compatible as possible.

Any help would be greatly appreciated (note the extreme emphasis on greatly)
QuestionHow to bind server controls by using ajaxPro method? how to get dynamic server controls on the javascript ? Pin
Jeneesh K. Velayudhan10-Apr-10 2:29
Jeneesh K. Velayudhan10-Apr-10 2:29 

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.