Advertisement

1 - 10 of 33 containing alltags:("nowrap") (0 seconds)
I have a web page which contains two identical HTML tables. I have expected the second table to be directly below the first one, but somehow it ends up to the right of the first one instead. Each t...
Zones: HTMLDate Answered: 10/11/2002 Grade: A Views: 0
I have a RadioButtonList inside a table cell, which I want to be as narrow as possible, but the text in the RadioButtonList is wrapping. Is there an easy way to stop it? The example below demonstr...
Zones: .NETDate Answered: 02/08/2004 Grade: A Views: 18
Does anyone know why the nowrap attribute works in firefox but not I.E, when i create an element on the fly?  This is done with the following code: newCol            = document.createElement("td");       newC...
Zones: JavaScript, XHTMLDate Answered: 09/02/2005 Grade: A Views: 19
How do I stop a TEXTAREA field from wrapping in MSIE? It doesn't wrap in NN.
Zones: HTMLDate Answered: 03/30/2000 Grade: A Views: 31
Hi experts, www.deutschschule.net/Startseite.html shows a logo (top of page) and a menu (right underneath). If you look at the source of this page you will see that I set the NoWrap attribute...
Zones: HTMLDate Answered: 12/13/2002 Grade: A Views: 0
The following is a sample of a control I am working on. There's a small problem though. The input fields make the rows go crazy. <html>  <head>   <style type="text/css">   BODY   {         font...
Zones: HTMLDate Answered: 10/06/2003 Grade: A Views: 0
hey all, i'm trying to make a <div> not wrap my content. I tried <div nowrap> but that didn't work. anyone have another solution? Thanx dj
Zones: CSSDate Answered: 01/27/2006 Grade: A Views: 370
Hi ,     I have a row and within that 3 columns.    <tr>       <td>....</td>      <td>....</td>     <td><img ... ><img ... ></td>  </tr> I want the 2 images in the last column to be always...
Zones: HTMLDate Answered: 04/29/2006 Grade: A Views: 0
Hi experts, I have this body tag: <body bgColor="#bcbcbc" style="white-space:nowrap;"> when I want to change the background color of my page when clicking on a link, I add            ...
Zones: JavaScriptDate Answered: 04/18/2006 Grade: A Views: 0
Hey EE, If you view this in IE6 - there is clearly a horizontal scrollbar visible (which it should be because of the css property "width:5000px") BUT in firefox there is no scroll bar - which c...
Zones: Web Development, Web DevelopmentDate Answered: 09/09/2006 Grade: A Views: 93