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

Web Development

 
GeneralRe: Good and Free PHP Editor/IDE Pin
dfz25-Feb-08 12:47
dfz25-Feb-08 12:47 
Generaltree view Pin
Ida_merry22-Feb-08 19:31
Ida_merry22-Feb-08 19:31 
GeneralCould not load file or assembly 'Sample assembly' or one of its dependencies. Access is denied. Pin
Exelioindia22-Feb-08 1:32
Exelioindia22-Feb-08 1:32 
GeneralFirefox config.trim_on_minimize issue Pin
Kevin McFarlane21-Feb-08 22:32
Kevin McFarlane21-Feb-08 22:32 
Generalpop up window issue [modified] Pin
chithra.r21-Feb-08 18:31
chithra.r21-Feb-08 18:31 
GeneralRe: pop up window issue Pin
Shog922-Feb-08 8:34
sitebuilderShog922-Feb-08 8:34 
Question[Message Deleted] Pin
CodeAddiction21-Feb-08 8:57
CodeAddiction21-Feb-08 8:57 
GeneralRe: CSS - My text is getting squished smaller than the size of my div Pin
Shog921-Feb-08 10:02
sitebuilderShog921-Feb-08 10:02 
You have a few choices:
  1. Use Javascript to calculate the actual pixel width of the text after it's been displayed, and set that as the minimum width of the container.
  2. Specify the minimum width in em units, as the length of the string. This will actually be wider than the minimum required (unless your titles all consist of a varying number of 'M' characters), but might work just fine if you don't have really long titles and don't mind a bit of extra space.
  3. Allow the text to wrap, and specify a minimum width that ensures it won't become so narrow as to look ridiculous (say, 10em). This might break your layout in other ways though.
  4. Set the overflow style on the container to hidden. This will just clip any text that runs past the end of the box. Depending on what you're going for, this might work... it's what actually happens in a Win32 window caption, so you'd have authenticity at least.
  5. Use a TABLE. This only really helps if you don't force it to be smaller than it needs to be though.



But who is the king of all of these folks?

GeneralOWA Customization : Add buttoon and Forms Pin
uhs21-Feb-08 6:02
uhs21-Feb-08 6:02 
GeneralWeb Interface for a Java byte code solution Pin
Gybe21-Feb-08 5:49
Gybe21-Feb-08 5:49 
GeneralRe: Web Interface for a Java byte code solution Pin
Johnny ²21-Feb-08 13:20
Johnny ²21-Feb-08 13:20 
QuestionRow and column seperation lines not coming for a table in firefox Pin
kc_krishnan21-Feb-08 2:43
kc_krishnan21-Feb-08 2:43 
GeneralRe: Row and column seperation lines not coming for a table in firefox Pin
Nilesh Hapse21-Feb-08 4:57
Nilesh Hapse21-Feb-08 4:57 
Generalproblem in incremental rows Pin
neoghy20-Feb-08 20:36
neoghy20-Feb-08 20:36 
QuestionMENU BAR OVERLAPPING!!!! Pin
John Sundar20-Feb-08 17:45
John Sundar20-Feb-08 17:45 
GeneralRe: MENU BAR OVERLAPPING!!!! Pin
Bijay Bhaskar Deo21-Feb-08 20:14
Bijay Bhaskar Deo21-Feb-08 20:14 
AnswerJavascript reading INI/XML FIles Pin
deepaks320-Feb-08 0:22
deepaks320-Feb-08 0:22 
GeneralRe: Javascript reading INI/XML FIles Pin
Shog920-Feb-08 8:45
sitebuilderShog920-Feb-08 8:45 
Generalpls help asp xml list change Pin
love_man00119-Feb-08 21:25
love_man00119-Feb-08 21:25 
GeneralRe: pls help asp xml list change Pin
Christian Graus20-Feb-08 13:32
protectorChristian Graus20-Feb-08 13:32 
GeneralRe: pls help asp xml list change Pin
love_man00122-Feb-08 0:45
love_man00122-Feb-08 0:45 
GeneralRe: pls help asp xml list change Pin
AlemTurk28-Jun-09 20:35
AlemTurk28-Jun-09 20:35 
QuestionHow to get the last selected item from a multiple dropdownlist with javascript? [modified] Pin
andylaw19-Feb-08 17:09
andylaw19-Feb-08 17:09 
AnswerRe: How to get the latest selected item from a multiple dropdownlist with javascript? Pin
mgr_2k719-Feb-08 19:53
mgr_2k719-Feb-08 19:53 
GeneralRe: How to get the last selected item from a multiple dropdownlist with javascript? [modified] Pin
andylaw20-Feb-08 14:51
andylaw20-Feb-08 14:51 

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.